net.ivoa.xml.stc.stc_v1_30
Class FkType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
      extended by net.ivoa.xml.stc.stc_v1_30.SpaceRefFrameType
          extended by net.ivoa.xml.stc.stc_v1_30.FkType

public class FkType
extends SpaceRefFrameType

FK[45] type: needs an equinox

Java class for fkType complex type.

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

 <complexType name="fkType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spaceRefFrameType">
       <sequence>
         <element name="Equinox" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordEquinoxType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String equinox
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
name, refFrameId
 
Constructor Summary
FkType()
           
 
Method Summary
 java.lang.String getEquinox()
          Gets the value of the equinox property.
 void setEquinox(java.lang.String value)
          Sets the value of the equinox property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
getName, getRefFrameId, setName, setRefFrameId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

equinox

protected java.lang.String equinox
Constructor Detail

FkType

public FkType()
Method Detail

getEquinox

public java.lang.String getEquinox()
Gets the value of the equinox property.

Returns:
possible object is String

setEquinox

public void setEquinox(java.lang.String value)
Sets the value of the equinox property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.