public static interface SimpleSensorDescriptionDocument.SimpleSensorDescription
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimpleSensorDescriptionDocument.SimpleSensorDescription.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxType |
addNewObservedBoundingBox()
Appends and returns a new empty "ObservedBoundingBox" element
|
String |
getDescriptionText()
Gets the "DescriptionText" element
|
BoundingBoxType |
getObservedBoundingBox()
Gets the "ObservedBoundingBox" element
|
String |
getSensorDescriptionURL()
Gets the "SensorDescriptionURL" element
|
boolean |
isSetObservedBoundingBox()
True if has "ObservedBoundingBox" element
|
void |
setDescriptionText(String descriptionText)
Sets the "DescriptionText" element
|
void |
setObservedBoundingBox(BoundingBoxType observedBoundingBox)
Sets the "ObservedBoundingBox" element
|
void |
setSensorDescriptionURL(String sensorDescriptionURL)
Sets the "SensorDescriptionURL" element
|
void |
unsetObservedBoundingBox()
Unsets the "ObservedBoundingBox" element
|
org.apache.xmlbeans.XmlString |
xgetDescriptionText()
Gets (as xml) the "DescriptionText" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetSensorDescriptionURL()
Gets (as xml) the "SensorDescriptionURL" element
|
void |
xsetDescriptionText(org.apache.xmlbeans.XmlString descriptionText)
Sets (as xml) the "DescriptionText" element
|
void |
xsetSensorDescriptionURL(org.apache.xmlbeans.XmlAnyURI sensorDescriptionURL)
Sets (as xml) the "SensorDescriptionURL" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getSensorDescriptionURL()
org.apache.xmlbeans.XmlAnyURI xgetSensorDescriptionURL()
void setSensorDescriptionURL(String sensorDescriptionURL)
void xsetSensorDescriptionURL(org.apache.xmlbeans.XmlAnyURI sensorDescriptionURL)
String getDescriptionText()
org.apache.xmlbeans.XmlString xgetDescriptionText()
void setDescriptionText(String descriptionText)
void xsetDescriptionText(org.apache.xmlbeans.XmlString descriptionText)
BoundingBoxType getObservedBoundingBox()
boolean isSetObservedBoundingBox()
void setObservedBoundingBox(BoundingBoxType observedBoundingBox)
BoundingBoxType addNewObservedBoundingBox()
void unsetObservedBoundingBox()
Copyright © 2017 52north.org. All rights reserved.