Package net.opengis.sensorml.x20
Interface TermType
-
- All Superinterfaces:
AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TermTypeImpl
public interface TermType extends AbstractSWEType
An XML TermType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTermType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceaddNewCodeSpace()Appends and returns a new empty "codeSpace" elementReferencegetCodeSpace()Gets the "codeSpace" elementStringgetDefinition()Gets the "definition" attributeStringgetLabel()Gets the "label" elementStringgetValue()Gets the "value" elementbooleanisSetCodeSpace()True if has "codeSpace" elementbooleanisSetDefinition()True if has "definition" attributevoidsetCodeSpace(Reference codeSpace)Sets the "codeSpace" elementvoidsetDefinition(String definition)Sets the "definition" attributevoidsetLabel(String label)Sets the "label" elementvoidsetValue(String value)Sets the "value" elementvoidunsetCodeSpace()Unsets the "codeSpace" elementvoidunsetDefinition()Unsets the "definition" attributeorg.apache.xmlbeans.XmlAnyURIxgetDefinition()Gets (as xml) the "definition" attributeorg.apache.xmlbeans.XmlStringxgetLabel()Gets (as xml) the "label" elementorg.apache.xmlbeans.XmlStringxgetValue()Gets (as xml) the "value" elementvoidxsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)Sets (as xml) the "definition" attributevoidxsetLabel(org.apache.xmlbeans.XmlString label)Sets (as xml) the "label" elementvoidxsetValue(org.apache.xmlbeans.XmlString value)Sets (as xml) the "value" element-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEType
addNewExtension, getExtensionArray, getExtensionArray, getId, insertNewExtension, isSetId, removeExtension, setExtensionArray, setExtensionArray, setId, sizeOfExtensionArray, unsetId, xgetId, xsetId
-
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
-
-
-
-
Method Detail
-
getLabel
String getLabel()
Gets the "label" element
-
xgetLabel
org.apache.xmlbeans.XmlString xgetLabel()
Gets (as xml) the "label" element
-
setLabel
void setLabel(String label)
Sets the "label" element
-
xsetLabel
void xsetLabel(org.apache.xmlbeans.XmlString label)
Sets (as xml) the "label" element
-
getCodeSpace
Reference getCodeSpace()
Gets the "codeSpace" element
-
isSetCodeSpace
boolean isSetCodeSpace()
True if has "codeSpace" element
-
setCodeSpace
void setCodeSpace(Reference codeSpace)
Sets the "codeSpace" element
-
addNewCodeSpace
Reference addNewCodeSpace()
Appends and returns a new empty "codeSpace" element
-
unsetCodeSpace
void unsetCodeSpace()
Unsets the "codeSpace" element
-
getValue
String getValue()
Gets the "value" element
-
xgetValue
org.apache.xmlbeans.XmlString xgetValue()
Gets (as xml) the "value" element
-
setValue
void setValue(String value)
Sets the "value" element
-
xsetValue
void xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" element
-
getDefinition
String getDefinition()
Gets the "definition" attribute
-
xgetDefinition
org.apache.xmlbeans.XmlAnyURI xgetDefinition()
Gets (as xml) the "definition" attribute
-
isSetDefinition
boolean isSetDefinition()
True if has "definition" attribute
-
setDefinition
void setDefinition(String definition)
Sets the "definition" attribute
-
xsetDefinition
void xsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)
Sets (as xml) the "definition" attribute
-
unsetDefinition
void unsetDefinition()
Unsets the "definition" attribute
-
-