cfa.vo.sed.io.jaxb
Interface CoordFrameType

All Known Subinterfaces:
CoordFrame, GenericCoordFrame, RedshiftFrame, RedshiftFrameType, SpaceFrame, SpaceFrameType, SpectralFrame, SpectralFrameType, TimeFrame, TimeFrameType
All Known Implementing Classes:
CoordFrameImpl, CoordFrameTypeImpl, GenericCoordFrameImpl, RedshiftFrameImpl, RedshiftFrameTypeImpl, SpaceFrameImpl, SpaceFrameTypeImpl, SpectralFrameImpl, SpectralFrameTypeImpl, TimeFrameImpl, TimeFrameTypeImpl

public interface CoordFrameType

Simplification of STC version: RefPos is string Java content class for coordFrameType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/data/NVO/staff/mccusker/schema/specxml2-1.01b.xsd line 535)

 <complexType name="coordFrameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReferencePosition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="ucd" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getReferencePosition()
          Gets the value of the referencePosition property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 boolean isSetId()
           
 boolean isSetName()
           
 boolean isSetReferencePosition()
           
 boolean isSetUcd()
           
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setReferencePosition(java.lang.String value)
          Sets the value of the referencePosition property.
 void setUcd(java.lang.String value)
          Sets the value of the ucd property.
 void unsetId()
           
 void unsetName()
           
 void unsetReferencePosition()
           
 void unsetUcd()
           
 

Method Detail

getUcd

java.lang.String getUcd()
Gets the value of the ucd property.

Returns:
possible object is String

setUcd

void setUcd(java.lang.String value)
Sets the value of the ucd property.

Parameters:
value - allowed object is String

isSetUcd

boolean isSetUcd()

unsetUcd

void unsetUcd()

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

getReferencePosition

java.lang.String getReferencePosition()
Gets the value of the referencePosition property.

Returns:
possible object is String

setReferencePosition

void setReferencePosition(java.lang.String value)
Sets the value of the referencePosition property.

Parameters:
value - allowed object is String

isSetReferencePosition

boolean isSetReferencePosition()

unsetReferencePosition

void unsetReferencePosition()

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

isSetId

boolean isSetId()

unsetId

void unsetId()