public static interface SearchSensorRequestDocument.SearchSensorRequest
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SearchSensorRequestDocument.SearchSensorRequest.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 |
|---|---|
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
|
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
|
boolean |
getSimpleResponse()
Gets the "SimpleResponse" element
|
VersionAttribute.Version.Enum |
getVersion()
Gets the "version" attribute
|
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
|
boolean |
isSetSimpleResponse()
True if has "SimpleResponse" element
|
void |
removeSensorIdentification(int i)
Removes the ith "SensorIdentification" 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 |
setSimpleResponse(boolean simpleResponse)
Sets the "SimpleResponse" element
|
void |
setVersion(VersionAttribute.Version.Enum version)
Sets the "version" attribute
|
int |
sizeOfSensorIdentificationArray()
Returns number of "SensorIdentification" element
|
void |
unsetSearchCriteria()
Unsets the "SearchCriteria" element
|
void |
unsetSimpleResponse()
Unsets the "SimpleResponse" element
|
org.apache.xmlbeans.XmlString |
xgetService()
Gets (as xml) the "service" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSimpleResponse()
Gets (as xml) the "SimpleResponse" element
|
VersionAttribute.Version |
xgetVersion()
Gets (as xml) the "version" attribute
|
void |
xsetService(org.apache.xmlbeans.XmlString service)
Sets (as xml) the "service" attribute
|
void |
xsetSimpleResponse(org.apache.xmlbeans.XmlBoolean simpleResponse)
Sets (as xml) the "SimpleResponse" element
|
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()
boolean getSimpleResponse()
org.apache.xmlbeans.XmlBoolean xgetSimpleResponse()
boolean isSetSimpleResponse()
void setSimpleResponse(boolean simpleResponse)
void xsetSimpleResponse(org.apache.xmlbeans.XmlBoolean simpleResponse)
void unsetSimpleResponse()
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.