public static interface InsertSensorInfoRequestDocument.InsertSensorInfoRequest.InfoToBeInserted
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
InsertSensorInfoRequestDocument.InsertSensorInfoRequest.InfoToBeInserted.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 |
|---|---|
AbstractProcessType |
addNewSensorDescription()
Appends and returns a new empty "SensorDescription" element
|
ServiceReferenceDocument.ServiceReference |
addNewServiceReference()
Appends and returns a new empty value (as xml) as the last "ServiceReference" element
|
AbstractProcessType |
getSensorDescription()
Gets the "SensorDescription" element
|
String |
getSensorIDInSIR()
Gets the "SensorIDInSIR" element
|
ServiceReferenceDocument.ServiceReference[] |
getServiceReferenceArray()
Gets array of all "ServiceReference" elements
|
ServiceReferenceDocument.ServiceReference |
getServiceReferenceArray(int i)
Gets ith "ServiceReference" element
|
ServiceReferenceDocument.ServiceReference |
insertNewServiceReference(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceReference" element
|
boolean |
isSetSensorDescription()
True if has "SensorDescription" element
|
boolean |
isSetSensorIDInSIR()
True if has "SensorIDInSIR" element
|
void |
removeServiceReference(int i)
Removes the ith "ServiceReference" element
|
void |
setSensorDescription(AbstractProcessType sensorDescription)
Sets the "SensorDescription" element
|
void |
setSensorIDInSIR(String sensorIDInSIR)
Sets the "SensorIDInSIR" element
|
void |
setServiceReferenceArray(int i,
ServiceReferenceDocument.ServiceReference serviceReference)
Sets ith "ServiceReference" element
|
void |
setServiceReferenceArray(ServiceReferenceDocument.ServiceReference[] serviceReferenceArray)
Sets array of all "ServiceReference" element
|
int |
sizeOfServiceReferenceArray()
Returns number of "ServiceReference" element
|
void |
unsetSensorDescription()
Unsets the "SensorDescription" element
|
void |
unsetSensorIDInSIR()
Unsets the "SensorIDInSIR" 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, xmlTextAbstractProcessType getSensorDescription()
boolean isSetSensorDescription()
void setSensorDescription(AbstractProcessType sensorDescription)
AbstractProcessType addNewSensorDescription()
void unsetSensorDescription()
ServiceReferenceDocument.ServiceReference[] getServiceReferenceArray()
ServiceReferenceDocument.ServiceReference getServiceReferenceArray(int i)
int sizeOfServiceReferenceArray()
void setServiceReferenceArray(ServiceReferenceDocument.ServiceReference[] serviceReferenceArray)
void setServiceReferenceArray(int i,
ServiceReferenceDocument.ServiceReference serviceReference)
ServiceReferenceDocument.ServiceReference insertNewServiceReference(int i)
ServiceReferenceDocument.ServiceReference addNewServiceReference()
void removeServiceReference(int i)
String getSensorIDInSIR()
org.apache.xmlbeans.XmlString xgetSensorIDInSIR()
boolean isSetSensorIDInSIR()
void setSensorIDInSIR(String sensorIDInSIR)
void xsetSensorIDInSIR(org.apache.xmlbeans.XmlString sensorIDInSIR)
void unsetSensorIDInSIR()
Copyright © 2017 52north.org. All rights reserved.