net.ivoa.xml.stc.stc_v1_30
Class GenVector3CoordinateType

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.Vector3CoordinateType
              extended by net.ivoa.xml.stc.stc_v1_30.GenVector3CoordinateType

public class GenVector3CoordinateType
extends Vector3CoordinateType

Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges

Java class for genVector3CoordinateType complex type.

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

 <complexType name="genVector3CoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}vector3CoordinateType">
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}unitType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String unit
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.Vector3CoordinateType
cError3, cPixSize3, cResolution3, cSize3, cValue3, name1, name2, name3
 
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
GenVector3CoordinateType()
           
 
Method Summary
 java.lang.String getUnit()
          Gets the value of the unit 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.Vector3CoordinateType
getCError3, getCPixSize3, getCResolution3, getCSize3, getCValue3, getName1, getName2, getName3, setCValue3, setName1, setName2, setName3
 
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

unit

protected java.lang.String unit
Constructor Detail

GenVector3CoordinateType

public GenVector3CoordinateType()
Method Detail

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.