public static interface GetSensorStatusRequestDocument.GetSensorStatusRequest
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetSensorStatusRequestDocument.GetSensorStatusRequest.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 |
|---|---|
PropertyFilterDocument.PropertyFilter |
addNewPropertyFilter()
Appends and returns a new empty value (as xml) as the last "PropertyFilter" element
|
SearchCriteriaDocument.SearchCriteria |
addNewSearchCriteria()
Appends and returns a new empty "SearchCriteria" element
|
SensorIdentificationDocument.SensorIdentification |
addNewSensorIdentification()
Appends and returns a new empty value (as xml) as the last "SensorIdentification" element
|
PropertyFilterDocument.PropertyFilter[] |
getPropertyFilterArray()
Gets array of all "PropertyFilter" elements
|
PropertyFilterDocument.PropertyFilter |
getPropertyFilterArray(int i)
Gets ith "PropertyFilter" element
|
SearchCriteriaDocument.SearchCriteria |
getSearchCriteria()
Gets the "SearchCriteria" element
|
SensorIdentificationDocument.SensorIdentification[] |
getSensorIdentificationArray()
Gets array of all "SensorIdentification" elements
|
SensorIdentificationDocument.SensorIdentification |
getSensorIdentificationArray(int i)
Gets ith "SensorIdentification" element
|
String |
getService()
Gets the "service" attribute
|
VersionAttribute.Version.Enum |
getVersion()
Gets the "version" attribute
|
PropertyFilterDocument.PropertyFilter |
insertNewPropertyFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "PropertyFilter" element
|
SensorIdentificationDocument.SensorIdentification |
insertNewSensorIdentification(int i)
Inserts and returns a new empty value (as xml) as the ith "SensorIdentification" element
|
boolean |
isSetSearchCriteria()
True if has "SearchCriteria" element
|
void |
removePropertyFilter(int i)
Removes the ith "PropertyFilter" element
|
void |
removeSensorIdentification(int i)
Removes the ith "SensorIdentification" element
|
void |
setPropertyFilterArray(int i,
PropertyFilterDocument.PropertyFilter propertyFilter)
Sets ith "PropertyFilter" element
|
void |
setPropertyFilterArray(PropertyFilterDocument.PropertyFilter[] propertyFilterArray)
Sets array of all "PropertyFilter" element
|
void |
setSearchCriteria(SearchCriteriaDocument.SearchCriteria searchCriteria)
Sets the "SearchCriteria" element
|
void |
setSensorIdentificationArray(int i,
SensorIdentificationDocument.SensorIdentification sensorIdentification)
Sets ith "SensorIdentification" element
|
void |
setSensorIdentificationArray(SensorIdentificationDocument.SensorIdentification[] sensorIdentificationArray)
Sets array of all "SensorIdentification" element
|
void |
setService(String service)
Sets the "service" attribute
|
void |
setVersion(VersionAttribute.Version.Enum version)
Sets the "version" attribute
|
int |
sizeOfPropertyFilterArray()
Returns number of "PropertyFilter" element
|
int |
sizeOfSensorIdentificationArray()
Returns number of "SensorIdentification" element
|
void |
unsetSearchCriteria()
Unsets the "SearchCriteria" element
|
org.apache.xmlbeans.XmlString |
xgetService()
Gets (as xml) the "service" attribute
|
VersionAttribute.Version |
xgetVersion()
Gets (as xml) the "version" attribute
|
void |
xsetService(org.apache.xmlbeans.XmlString service)
Sets (as xml) the "service" attribute
|
void |
xsetVersion(VersionAttribute.Version version)
Sets (as xml) the "version" attribute
|
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, xmlTextSensorIdentificationDocument.SensorIdentification[] getSensorIdentificationArray()
SensorIdentificationDocument.SensorIdentification getSensorIdentificationArray(int i)
int sizeOfSensorIdentificationArray()
void setSensorIdentificationArray(SensorIdentificationDocument.SensorIdentification[] sensorIdentificationArray)
void setSensorIdentificationArray(int i,
SensorIdentificationDocument.SensorIdentification sensorIdentification)
SensorIdentificationDocument.SensorIdentification insertNewSensorIdentification(int i)
SensorIdentificationDocument.SensorIdentification addNewSensorIdentification()
void removeSensorIdentification(int i)
SearchCriteriaDocument.SearchCriteria getSearchCriteria()
boolean isSetSearchCriteria()
void setSearchCriteria(SearchCriteriaDocument.SearchCriteria searchCriteria)
SearchCriteriaDocument.SearchCriteria addNewSearchCriteria()
void unsetSearchCriteria()
PropertyFilterDocument.PropertyFilter[] getPropertyFilterArray()
PropertyFilterDocument.PropertyFilter getPropertyFilterArray(int i)
int sizeOfPropertyFilterArray()
void setPropertyFilterArray(PropertyFilterDocument.PropertyFilter[] propertyFilterArray)
void setPropertyFilterArray(int i,
PropertyFilterDocument.PropertyFilter propertyFilter)
PropertyFilterDocument.PropertyFilter insertNewPropertyFilter(int i)
PropertyFilterDocument.PropertyFilter addNewPropertyFilter()
void removePropertyFilter(int i)
String getService()
org.apache.xmlbeans.XmlString xgetService()
void setService(String service)
void xsetService(org.apache.xmlbeans.XmlString service)
VersionAttribute.Version.Enum getVersion()
VersionAttribute.Version xgetVersion()
void setVersion(VersionAttribute.Version.Enum version)
void xsetVersion(VersionAttribute.Version version)
Copyright © 2017 52north.org. All rights reserved.