net.ivoa.xml.stc.stc_v1_30
Class Vel2VecIntervalType

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.SpatialIntervalType
              extended by net.ivoa.xml.stc.stc_v1_30.VelocityIntervalType
                  extended by net.ivoa.xml.stc.stc_v1_30.Vel2VecIntervalType

public class Vel2VecIntervalType
extends VelocityIntervalType

2-D coordinate interval type

Java class for vel2VecIntervalType complex type.

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

 <complexType name="vel2VecIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}velocityIntervalType">
       <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>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<Double2Type> hiLimit2Vec
           
protected  javax.xml.bind.JAXBElement<Double2Type> loLimit2Vec
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.VelocityIntervalType
velTimeUnit
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.SpatialIntervalType
epoch, 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
Vel2VecIntervalType()
           
 
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.
 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.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.VelocityIntervalType
getVelTimeUnit, setVelTimeUnit
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.SpatialIntervalType
getEpoch, getUnit, setEpoch, setUnit
 
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
Constructor Detail

Vel2VecIntervalType

public Vel2VecIntervalType()
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>


Copyright © 2011 VAMDC. All Rights Reserved.