net.ivoa.xml.stc.stc_v1_30
Class Coord3VecIntervalType

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

public class Coord3VecIntervalType
extends CoordIntervalType

3-D coordinate interval type

Java class for coord3VecIntervalType complex type.

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

 <complexType name="coord3VecIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordIntervalType">
       <sequence>
         <element name="LoLimit3Vec" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double3Type" minOccurs="0"/>
         <element name="HiLimit3Vec" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double3Type" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<Double3Type> hiLimit3Vec
           
protected  javax.xml.bind.JAXBElement<Double3Type> loLimit3Vec
           
 
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
Coord3VecIntervalType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<Double3Type> getHiLimit3Vec()
          Gets the value of the hiLimit3Vec property.
 javax.xml.bind.JAXBElement<Double3Type> getLoLimit3Vec()
          Gets the value of the loLimit3Vec property.
 void setHiLimit3Vec(javax.xml.bind.JAXBElement<Double3Type> value)
          Sets the value of the hiLimit3Vec property.
 void setLoLimit3Vec(javax.xml.bind.JAXBElement<Double3Type> value)
          Sets the value of the loLimit3Vec 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

loLimit3Vec

protected javax.xml.bind.JAXBElement<Double3Type> loLimit3Vec

hiLimit3Vec

protected javax.xml.bind.JAXBElement<Double3Type> hiLimit3Vec
Constructor Detail

Coord3VecIntervalType

public Coord3VecIntervalType()
Method Detail

getLoLimit3Vec

public javax.xml.bind.JAXBElement<Double3Type> getLoLimit3Vec()
Gets the value of the loLimit3Vec property.

Returns:
possible object is JAXBElement<Double3Type>

setLoLimit3Vec

public void setLoLimit3Vec(javax.xml.bind.JAXBElement<Double3Type> value)
Sets the value of the loLimit3Vec property.

Parameters:
value - allowed object is JAXBElement<Double3Type>

getHiLimit3Vec

public javax.xml.bind.JAXBElement<Double3Type> getHiLimit3Vec()
Gets the value of the hiLimit3Vec property.

Returns:
possible object is JAXBElement<Double3Type>

setHiLimit3Vec

public void setHiLimit3Vec(javax.xml.bind.JAXBElement<Double3Type> value)
Sets the value of the hiLimit3Vec property.

Parameters:
value - allowed object is JAXBElement<Double3Type>


Copyright © 2011 VAMDC. All Rights Reserved.