|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TermDocument.Term
An XML Term(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TermDocument.Term.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
CodeSpacePropertyType |
addNewCodeSpace()
Appends and returns a new empty "codeSpace" element |
CodeSpacePropertyType |
getCodeSpace()
Gets the "codeSpace" element |
String |
getDefinition()
Gets the "definition" attribute |
String |
getValue()
Gets the "value" element |
boolean |
isSetCodeSpace()
True if has "codeSpace" element |
boolean |
isSetDefinition()
True if has "definition" attribute |
void |
setCodeSpace(CodeSpacePropertyType codeSpace)
Sets the "codeSpace" element |
void |
setDefinition(String definition)
Sets the "definition" attribute |
void |
setValue(String value)
Sets the "value" element |
void |
unsetCodeSpace()
Unsets the "codeSpace" element |
void |
unsetDefinition()
Unsets the "definition" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetDefinition()
Gets (as xml) the "definition" attribute |
org.apache.xmlbeans.XmlToken |
xgetValue()
Gets (as xml) the "value" element |
void |
xsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)
Sets (as xml) the "definition" attribute |
void |
xsetValue(org.apache.xmlbeans.XmlToken value)
Sets (as xml) the "value" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
CodeSpacePropertyType getCodeSpace()
boolean isSetCodeSpace()
void setCodeSpace(CodeSpacePropertyType codeSpace)
CodeSpacePropertyType addNewCodeSpace()
void unsetCodeSpace()
String getValue()
org.apache.xmlbeans.XmlToken xgetValue()
void setValue(String value)
void xsetValue(org.apache.xmlbeans.XmlToken value)
String getDefinition()
org.apache.xmlbeans.XmlAnyURI xgetDefinition()
boolean isSetDefinition()
void setDefinition(String definition)
void xsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)
void unsetDefinition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |