public static interface StatusDescriptionDocument.StatusDescription
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
StatusDescriptionDocument.StatusDescription.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 |
|---|---|
StatusDocument.Status |
addNewStatus()
Appends and returns a new empty value (as xml) as the last "Status" element
|
String |
getSensorIDInSIR()
Gets the "SensorIDInSIR" element
|
StatusDocument.Status[] |
getStatusArray()
Gets array of all "Status" elements
|
StatusDocument.Status |
getStatusArray(int i)
Gets ith "Status" element
|
StatusDocument.Status |
insertNewStatus(int i)
Inserts and returns a new empty value (as xml) as the ith "Status" element
|
void |
removeStatus(int i)
Removes the ith "Status" element
|
void |
setSensorIDInSIR(String sensorIDInSIR)
Sets the "SensorIDInSIR" element
|
void |
setStatusArray(int i,
StatusDocument.Status status)
Sets ith "Status" element
|
void |
setStatusArray(StatusDocument.Status[] statusArray)
Sets array of all "Status" element
|
int |
sizeOfStatusArray()
Returns number of "Status" element
|
org.apache.xmlbeans.XmlString |
xgetSensorIDInSIR()
Gets (as xml) the "SensorIDInSIR" element
|
void |
xsetSensorIDInSIR(org.apache.xmlbeans.XmlString sensorIDInSIR)
Sets (as xml) the "SensorIDInSIR" 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 getSensorIDInSIR()
org.apache.xmlbeans.XmlString xgetSensorIDInSIR()
void setSensorIDInSIR(String sensorIDInSIR)
void xsetSensorIDInSIR(org.apache.xmlbeans.XmlString sensorIDInSIR)
StatusDocument.Status[] getStatusArray()
StatusDocument.Status getStatusArray(int i)
int sizeOfStatusArray()
void setStatusArray(StatusDocument.Status[] statusArray)
void setStatusArray(int i,
StatusDocument.Status status)
StatusDocument.Status insertNewStatus(int i)
StatusDocument.Status addNewStatus()
void removeStatus(int i)
Copyright © 2017 52north.org. All rights reserved.