net.ivoa.xml.stc.stc_v1_30
Class VelocityIntervalType

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
Direct Known Subclasses:
Vel2VecIntervalType, Vel3VecIntervalType, VelocitySphereType, VelScalarIntervalType

public abstract class VelocityIntervalType
extends SpatialIntervalType

Contains a spatial velocity CoordInterval

Java class for velocityIntervalType complex type.

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

 <complexType name="velocityIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spatialIntervalType">
       <attribute name="vel_time_unit" use="required" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}velTimeUnitType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  VelTimeUnitType 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
VelocityIntervalType()
           
 
Method Summary
 VelTimeUnitType getVelTimeUnit()
          Gets the value of the velTimeUnit property.
 void setVelTimeUnit(VelTimeUnitType value)
          Sets the value of the velTimeUnit property.
 
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

velTimeUnit

protected VelTimeUnitType velTimeUnit
Constructor Detail

VelocityIntervalType

public VelocityIntervalType()
Method Detail

getVelTimeUnit

public VelTimeUnitType getVelTimeUnit()
Gets the value of the velTimeUnit property.

Returns:
possible object is VelTimeUnitType

setVelTimeUnit

public void setVelTimeUnit(VelTimeUnitType value)
Sets the value of the velTimeUnit property.

Parameters:
value - allowed object is VelTimeUnitType


Copyright © 2011 VAMDC. All Rights Reserved.