Package net.opengis.sensorml.x20
Interface ArraySettingPropertyType.ArrayValues
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ArraySettingPropertyTypeImpl.ArrayValuesImpl
- Enclosing interface:
- ArraySettingPropertyType
public static interface ArraySettingPropertyType.ArrayValues extends org.apache.xmlbeans.XmlObjectAn XML ArrayValues(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceArraySettingPropertyType.ArrayValues.EncodingAn XML encoding(@http://www.opengis.net/sensorml/2.0).static classArraySettingPropertyType.ArrayValues.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArraySettingPropertyType.ArrayValues.EncodingaddNewEncoding()Appends and returns a new empty "encoding" elementEncodedValuesPropertyTypeaddNewValue()Appends and returns a new empty "value" elementArraySettingPropertyType.ArrayValues.EncodinggetEncoding()Gets the "encoding" elementEncodedValuesPropertyTypegetValue()Gets the "value" elementvoidsetEncoding(ArraySettingPropertyType.ArrayValues.Encoding encoding)Sets the "encoding" elementvoidsetValue(EncodedValuesPropertyType value)Sets the "value" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getEncoding
ArraySettingPropertyType.ArrayValues.Encoding getEncoding()
Gets the "encoding" element
-
setEncoding
void setEncoding(ArraySettingPropertyType.ArrayValues.Encoding encoding)
Sets the "encoding" element
-
addNewEncoding
ArraySettingPropertyType.ArrayValues.Encoding addNewEncoding()
Appends and returns a new empty "encoding" element
-
getValue
EncodedValuesPropertyType getValue()
Gets the "value" element
-
setValue
void setValue(EncodedValuesPropertyType value)
Sets the "value" element
-
addNewValue
EncodedValuesPropertyType addNewValue()
Appends and returns a new empty "value" element
-
-