net.ivoa.xml.stc.stc_v1_30
Class SphericalRefFrameType

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

public class SphericalRefFrameType
extends CoordRefFrameType

A custom space reference frame type defined through pole and X-axis directions

Java class for sphericalRefFrameType complex type.

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

 <complexType name="sphericalRefFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordRefFrameType">
       <sequence>
         <element name="Frame" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Pole_Zaxis" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astroCoordsType"/>
         <element name="Xaxis" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astroCoordsType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String frame
           
protected  java.lang.String id
           
protected  AstroCoordsType poleZaxis
           
protected  AstroCoordsType xaxis
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
name, refFrameId
 
Constructor Summary
SphericalRefFrameType()
           
 
Method Summary
 java.lang.String getFrame()
          Gets the value of the frame property.
 java.lang.String getId()
          Gets the value of the id property.
 AstroCoordsType getPoleZaxis()
          Gets the value of the poleZaxis property.
 AstroCoordsType getXaxis()
          Gets the value of the xaxis property.
 void setFrame(java.lang.String value)
          Sets the value of the frame property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setPoleZaxis(AstroCoordsType value)
          Sets the value of the poleZaxis property.
 void setXaxis(AstroCoordsType value)
          Sets the value of the xaxis 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

frame

protected java.lang.String frame

poleZaxis

protected AstroCoordsType poleZaxis

xaxis

protected AstroCoordsType xaxis

id

protected java.lang.String id
Constructor Detail

SphericalRefFrameType

public SphericalRefFrameType()
Method Detail

getFrame

public java.lang.String getFrame()
Gets the value of the frame property.

Returns:
possible object is String

setFrame

public void setFrame(java.lang.String value)
Sets the value of the frame property.

Parameters:
value - allowed object is String

getPoleZaxis

public AstroCoordsType getPoleZaxis()
Gets the value of the poleZaxis property.

Returns:
possible object is AstroCoordsType

setPoleZaxis

public void setPoleZaxis(AstroCoordsType value)
Sets the value of the poleZaxis property.

Parameters:
value - allowed object is AstroCoordsType

getXaxis

public AstroCoordsType getXaxis()
Gets the value of the xaxis property.

Returns:
possible object is AstroCoordsType

setXaxis

public void setXaxis(AstroCoordsType value)
Sets the value of the xaxis property.

Parameters:
value - allowed object is AstroCoordsType

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.