public static interface DeleteSensorInfoResponseDocument.DeleteSensorInfoResponse.DeletedSensors
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeleteSensorInfoResponseDocument.DeleteSensorInfoResponse.DeletedSensors.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 |
|---|---|
org.apache.xmlbeans.XmlString |
addNewSensorIDInSIR()
Appends and returns a new empty value (as xml) as the last "SensorIDInSIR" element
|
void |
addSensorIDInSIR(String sensorIDInSIR)
Appends the value as the last "SensorIDInSIR" element
|
String[] |
getSensorIDInSIRArray()
Gets array of all "SensorIDInSIR" elements
|
String |
getSensorIDInSIRArray(int i)
Gets ith "SensorIDInSIR" element
|
org.apache.xmlbeans.XmlString |
insertNewSensorIDInSIR(int i)
Inserts and returns a new empty value (as xml) as the ith "SensorIDInSIR" element
|
void |
insertSensorIDInSIR(int i,
String sensorIDInSIR)
Inserts the value as the ith "SensorIDInSIR" element
|
void |
removeSensorIDInSIR(int i)
Removes the ith "SensorIDInSIR" element
|
void |
setSensorIDInSIRArray(int i,
String sensorIDInSIR)
Sets ith "SensorIDInSIR" element
|
void |
setSensorIDInSIRArray(String[] sensorIDInSIRArray)
Sets array of all "SensorIDInSIR" element
|
int |
sizeOfSensorIDInSIRArray()
Returns number of "SensorIDInSIR" element
|
org.apache.xmlbeans.XmlString[] |
xgetSensorIDInSIRArray()
Gets (as xml) array of all "SensorIDInSIR" elements
|
org.apache.xmlbeans.XmlString |
xgetSensorIDInSIRArray(int i)
Gets (as xml) ith "SensorIDInSIR" element
|
void |
xsetSensorIDInSIRArray(int i,
org.apache.xmlbeans.XmlString sensorIDInSIR)
Sets (as xml) ith "SensorIDInSIR" element
|
void |
xsetSensorIDInSIRArray(org.apache.xmlbeans.XmlString[] sensorIDInSIRArray)
Sets (as xml) array of all "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[] getSensorIDInSIRArray()
String getSensorIDInSIRArray(int i)
org.apache.xmlbeans.XmlString[] xgetSensorIDInSIRArray()
org.apache.xmlbeans.XmlString xgetSensorIDInSIRArray(int i)
int sizeOfSensorIDInSIRArray()
void setSensorIDInSIRArray(String[] sensorIDInSIRArray)
void setSensorIDInSIRArray(int i,
String sensorIDInSIR)
void xsetSensorIDInSIRArray(org.apache.xmlbeans.XmlString[] sensorIDInSIRArray)
void xsetSensorIDInSIRArray(int i,
org.apache.xmlbeans.XmlString sensorIDInSIR)
void insertSensorIDInSIR(int i,
String sensorIDInSIR)
void addSensorIDInSIR(String sensorIDInSIR)
org.apache.xmlbeans.XmlString insertNewSensorIDInSIR(int i)
org.apache.xmlbeans.XmlString addNewSensorIDInSIR()
void removeSensorIDInSIR(int i)
Copyright © 2017 52north.org. All rights reserved.