|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getType()
Stringvoid setType(java.lang.String value)
value - allowed object is
Stringboolean isSetType()
void unsetType()
java.util.List getCoordFrame()
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
boolean isSetCoordFrame()
void unsetCoordFrame()
java.lang.String getUcd()
Stringvoid setUcd(java.lang.String value)
value - allowed object is
Stringboolean isSetUcd()
void unsetUcd()
java.lang.String getHref()
Stringvoid setHref(java.lang.String value)
value - allowed object is
Stringboolean isSetHref()
void unsetHref()
java.lang.Object getIdref()
Objectvoid setIdref(java.lang.Object value)
value - allowed object is
Objectboolean isSetIdref()
void unsetIdref()
java.lang.String getId()
Stringvoid setId(java.lang.String value)
value - allowed object is
Stringboolean isSetId()
void unsetId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||