|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FieldType
Java content class for fieldType 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 202)
<complexType name="fieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ucd" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getUcd()
Gets the value of the ucd property. |
java.lang.String |
getUnit()
Gets the value of the unit property. |
boolean |
isSetName()
|
boolean |
isSetUcd()
|
boolean |
isSetUnit()
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setUcd(java.lang.String value)
Sets the value of the ucd property. |
void |
setUnit(java.lang.String value)
Sets the value of the unit property. |
void |
unsetName()
|
void |
unsetUcd()
|
void |
unsetUnit()
|
| Method Detail |
|---|
java.lang.String getUnit()
Stringvoid setUnit(java.lang.String value)
value - allowed object is
Stringboolean isSetUnit()
void unsetUnit()
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||