cfa.vo.sed.io.jaxb
Interface CoordSysType

All Known Implementing Classes:
CoordSysTypeImpl

public interface CoordSysType

Java content class for coordSysType 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 518)

 <complexType name="coordSysType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded">
         <element ref="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}CoordFrame" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}STCReference"/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getCoordFrame()
          Gets the value of the CoordFrame property.
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.Object getIdref()
          Gets the value of the idref property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 boolean isSetCoordFrame()
           
 boolean isSetHref()
           
 boolean isSetId()
           
 boolean isSetIdref()
           
 boolean isSetType()
           
 boolean isSetUcd()
           
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdref(java.lang.Object value)
          Sets the value of the idref property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUcd(java.lang.String value)
          Sets the value of the ucd property.
 void unsetCoordFrame()
           
 void unsetHref()
           
 void unsetId()
           
 void unsetIdref()
           
 void unsetType()
           
 void unsetUcd()
           
 

Method Detail

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

boolean isSetType()

unsetType

void unsetType()

getCoordFrame

java.util.List getCoordFrame()
Gets the value of the CoordFrame property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the CoordFrame property.

For example, to add a new item, do as follows:

    getCoordFrame().add(newItem);
 

Objects of the following type(s) are allowed in the list RedshiftFrame CoordFrame GenericCoordFrame TimeFrame SpaceFrame SpectralFrame


isSetCoordFrame

boolean isSetCoordFrame()

unsetCoordFrame

void unsetCoordFrame()

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()

getHref

java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

isSetHref

boolean isSetHref()

unsetHref

void unsetHref()

getIdref

java.lang.Object getIdref()
Gets the value of the idref property.

Returns:
possible object is Object

setIdref

void setIdref(java.lang.Object value)
Sets the value of the idref property.

Parameters:
value - allowed object is Object

isSetIdref

boolean isSetIdref()

unsetIdref

void unsetIdref()

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()