net.ivoa.xml.stc.stc_v1_30
Class VelVector1CoordinateType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordinateType
          extended by net.ivoa.xml.stc.stc_v1_30.BasicCoordinateType
              extended by net.ivoa.xml.stc.stc_v1_30.PosVector1CoordinateType
                  extended by net.ivoa.xml.stc.stc_v1_30.VelVector1CoordinateType

public class VelVector1CoordinateType
extends PosVector1CoordinateType

Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges

Java class for velVector1CoordinateType complex type.

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

 <complexType name="velVector1CoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posVector1CoordinateType">
       <attribute name="vel_time_unit" 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.PosVector1CoordinateType
coordSystemId, unit
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.BasicCoordinateType
error, pixSize, resolution, size, value
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
frameId, name
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
VelVector1CoordinateType()
           
 
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.PosVector1CoordinateType
getCoordSystemId, getUnit, setCoordSystemId, setUnit
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.BasicCoordinateType
getError, getPixSize, getResolution, getSize, getValue, setValue
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
getFrameId, getName, setFrameId, setName
 
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

VelVector1CoordinateType

public VelVector1CoordinateType()
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.