|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getUcd()
Stringvoid setUcd(java.lang.String value)
value - allowed object is
Stringboolean isSetUcd()
void unsetUcd()
java.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
Stringboolean isSetName()
void unsetName()
java.lang.String getReferencePosition()
Stringvoid setReferencePosition(java.lang.String value)
value - allowed object is
Stringboolean isSetReferencePosition()
void unsetReferencePosition()
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 | ||||||||