Package net.opengis.swe.x20
Interface DataArrayType
-
- All Superinterfaces:
AbstractDataComponentType,AbstractSWEIdentifiableType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
MatrixType
- All Known Implementing Classes:
DataArrayTypeImpl,MatrixTypeImpl
public interface DataArrayType extends AbstractDataComponentType
An XML DataArrayType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDataArrayType.ElementTypeAn XML elementType(@http://www.opengis.net/swe/2.0).static interfaceDataArrayType.EncodingAn XML encoding(@http://www.opengis.net/swe/2.0).static classDataArrayType.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 CountPropertyTypeaddNewElementCount()Appends and returns a new empty "elementCount" elementDataArrayType.ElementTypeaddNewElementType()Appends and returns a new empty "elementType" elementDataArrayType.EncodingaddNewEncoding()Appends and returns a new empty "encoding" elementEncodedValuesPropertyTypeaddNewValues()Appends and returns a new empty "values" elementCountPropertyTypegetElementCount()Gets the "elementCount" elementDataArrayType.ElementTypegetElementType()Gets the "elementType" elementDataArrayType.EncodinggetEncoding()Gets the "encoding" elementEncodedValuesPropertyTypegetValues()Gets the "values" elementbooleanisSetEncoding()True if has "encoding" elementbooleanisSetValues()True if has "values" elementvoidsetElementCount(CountPropertyType elementCount)Sets the "elementCount" elementvoidsetElementType(DataArrayType.ElementType elementType)Sets the "elementType" elementvoidsetEncoding(DataArrayType.Encoding encoding)Sets the "encoding" elementvoidsetValues(EncodedValuesPropertyType values)Sets the "values" elementvoidunsetEncoding()Unsets the "encoding" elementvoidunsetValues()Unsets the "values" element-
Methods inherited from interface net.opengis.swe.x20.AbstractDataComponentType
getDefinition, getOptional, getUpdatable, isSetDefinition, isSetOptional, isSetUpdatable, setDefinition, setOptional, setUpdatable, unsetDefinition, unsetOptional, unsetUpdatable, xgetDefinition, xgetOptional, xgetUpdatable, xsetDefinition, xsetOptional, xsetUpdatable
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEIdentifiableType
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel, unsetDescription, unsetIdentifier, unsetLabel, xgetDescription, xgetIdentifier, xgetLabel, xsetDescription, xsetIdentifier, xsetLabel
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEType
addNewExtension, getExtensionArray, getExtensionArray, getId, insertNewExtension, isSetId, removeExtension, setExtensionArray, setExtensionArray, setId, sizeOfExtensionArray, unsetId, xgetId, xsetId
-
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
-
getElementCount
CountPropertyType getElementCount()
Gets the "elementCount" element
-
setElementCount
void setElementCount(CountPropertyType elementCount)
Sets the "elementCount" element
-
addNewElementCount
CountPropertyType addNewElementCount()
Appends and returns a new empty "elementCount" element
-
getElementType
DataArrayType.ElementType getElementType()
Gets the "elementType" element
-
setElementType
void setElementType(DataArrayType.ElementType elementType)
Sets the "elementType" element
-
addNewElementType
DataArrayType.ElementType addNewElementType()
Appends and returns a new empty "elementType" element
-
getEncoding
DataArrayType.Encoding getEncoding()
Gets the "encoding" element
-
isSetEncoding
boolean isSetEncoding()
True if has "encoding" element
-
setEncoding
void setEncoding(DataArrayType.Encoding encoding)
Sets the "encoding" element
-
addNewEncoding
DataArrayType.Encoding addNewEncoding()
Appends and returns a new empty "encoding" element
-
unsetEncoding
void unsetEncoding()
Unsets the "encoding" element
-
getValues
EncodedValuesPropertyType getValues()
Gets the "values" element
-
isSetValues
boolean isSetValues()
True if has "values" element
-
setValues
void setValues(EncodedValuesPropertyType values)
Sets the "values" element
-
addNewValues
EncodedValuesPropertyType addNewValues()
Appends and returns a new empty "values" element
-
unsetValues
void unsetValues()
Unsets the "values" element
-
-