net.ivoa.xml.stc.stc_v1_30
Class CoordRefFrameType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
Direct Known Subclasses:
Cart1DRefFrameType, Cart2DRefFrameType, Cart3DRefFrameType, SpaceRefFrameType, SphericalRefFrameType

public class CoordRefFrameType
extends java.lang.Object

A generic CoordReferenceFrame

Java class for coordRefFrameType complex type.

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

 <complexType name="coordRefFrameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="ref_frame_id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

name

protected java.lang.String name

refFrameId

protected java.lang.Object refFrameId
Constructor Detail

CoordRefFrameType

public CoordRefFrameType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRefFrameId

public java.lang.Object getRefFrameId()
Gets the value of the refFrameId property.

Returns:
possible object is Object

setRefFrameId

public void setRefFrameId(java.lang.Object value)
Sets the value of the refFrameId property.

Parameters:
value - allowed object is Object


Copyright © 2011 VAMDC. All Rights Reserved.