net.ivoa.xml.stc.stc_v1_30
Class UCoord2VecIntervalType

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.UCoord2VecIntervalType

public class UCoord2VecIntervalType
extends CoordIntervalType

2-D coordinate interval type with units and frame_id

Java class for uCoord2VecIntervalType complex type.

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

 <complexType name="uCoord2VecIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordIntervalType">
       <sequence>
         <element name="LoLimit2Vec" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type" minOccurs="0"/>
         <element name="HiLimit2Vec" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type" 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<Double2Type> hiLimit2Vec
           
protected  javax.xml.bind.JAXBElement<Double2Type> loLimit2Vec
           
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
UCoord2VecIntervalType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<Double2Type> getHiLimit2Vec()
          Gets the value of the hiLimit2Vec property.
 javax.xml.bind.JAXBElement<Double2Type> getLoLimit2Vec()
          Gets the value of the loLimit2Vec property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 void setHiLimit2Vec(javax.xml.bind.JAXBElement<Double2Type> value)
          Sets the value of the hiLimit2Vec property.
 void setLoLimit2Vec(javax.xml.bind.JAXBElement<Double2Type> value)
          Sets the value of the loLimit2Vec 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

loLimit2Vec

protected javax.xml.bind.JAXBElement<Double2Type> loLimit2Vec

hiLimit2Vec

protected javax.xml.bind.JAXBElement<Double2Type> hiLimit2Vec

unit

protected java.lang.String unit
Constructor Detail

UCoord2VecIntervalType

public UCoord2VecIntervalType()
Method Detail

getLoLimit2Vec

public javax.xml.bind.JAXBElement<Double2Type> getLoLimit2Vec()
Gets the value of the loLimit2Vec property.

Returns:
possible object is JAXBElement<Double2Type>

setLoLimit2Vec

public void setLoLimit2Vec(javax.xml.bind.JAXBElement<Double2Type> value)
Sets the value of the loLimit2Vec property.

Parameters:
value - allowed object is JAXBElement<Double2Type>

getHiLimit2Vec

public javax.xml.bind.JAXBElement<Double2Type> getHiLimit2Vec()
Gets the value of the hiLimit2Vec property.

Returns:
possible object is JAXBElement<Double2Type>

setHiLimit2Vec

public void setHiLimit2Vec(javax.xml.bind.JAXBElement<Double2Type> value)
Sets the value of the hiLimit2Vec property.

Parameters:
value - allowed object is JAXBElement<Double2Type>

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.