net.ivoa.xml.stc.stc_v1_30
Class UCoordScalarIntervalType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
          extended by net.ivoa.xml.stc.stc_v1_30.UCoordScalarIntervalType

public class UCoordScalarIntervalType
extends CoordIntervalType

Scalar coordinate interval type with units and frame_id

Java class for uCoordScalarIntervalType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="uCoordScalarIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordIntervalType">
       <sequence>
         <element name="LoLimit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type" minOccurs="0"/>
         <element name="HiLimit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type" minOccurs="0"/>
       </sequence>
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}unitType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<Double1Type> hiLimit
           
protected  javax.xml.bind.JAXBElement<Double1Type> loLimit
           
protected  java.lang.String unit
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
fillFactor, frameId, hiInclude, loInclude
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
UCoordScalarIntervalType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<Double1Type> getHiLimit()
          Gets the value of the hiLimit property.
 javax.xml.bind.JAXBElement<Double1Type> getLoLimit()
          Gets the value of the loLimit property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 void setHiLimit(javax.xml.bind.JAXBElement<Double1Type> value)
          Sets the value of the hiLimit property.
 void setLoLimit(javax.xml.bind.JAXBElement<Double1Type> value)
          Sets the value of the loLimit property.
 void setUnit(java.lang.String value)
          Sets the value of the unit property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
getFillFactor, getFrameId, getHiInclude, getLoInclude, setFillFactor, setFrameId, setHiInclude, setLoInclude
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loLimit

protected javax.xml.bind.JAXBElement<Double1Type> loLimit

hiLimit

protected javax.xml.bind.JAXBElement<Double1Type> hiLimit

unit

protected java.lang.String unit
Constructor Detail

UCoordScalarIntervalType

public UCoordScalarIntervalType()
Method Detail

getLoLimit

public javax.xml.bind.JAXBElement<Double1Type> getLoLimit()
Gets the value of the loLimit property.

Returns:
possible object is JAXBElement<Double1Type>

setLoLimit

public void setLoLimit(javax.xml.bind.JAXBElement<Double1Type> value)
Sets the value of the loLimit property.

Parameters:
value - allowed object is JAXBElement<Double1Type>

getHiLimit

public javax.xml.bind.JAXBElement<Double1Type> getHiLimit()
Gets the value of the hiLimit property.

Returns:
possible object is JAXBElement<Double1Type>

setHiLimit

public void setHiLimit(javax.xml.bind.JAXBElement<Double1Type> value)
Sets the value of the hiLimit property.

Parameters:
value - allowed object is JAXBElement<Double1Type>

getUnit

public java.lang.String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(java.lang.String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.