Package net.opengis.swe.x20
Interface DataStreamType
-
- All Superinterfaces:
AbstractSWEIdentifiableType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DataStreamTypeImpl
public interface DataStreamType extends AbstractSWEIdentifiableType
An XML DataStreamType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDataStreamType.ElementCountAn XML elementCount(@http://www.opengis.net/swe/2.0).static interfaceDataStreamType.ElementTypeAn XML elementType(@http://www.opengis.net/swe/2.0).static interfaceDataStreamType.EncodingAn XML encoding(@http://www.opengis.net/swe/2.0).static classDataStreamType.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 DataStreamType.ElementCountaddNewElementCount()Appends and returns a new empty "elementCount" elementDataStreamType.ElementTypeaddNewElementType()Appends and returns a new empty "elementType" elementDataStreamType.EncodingaddNewEncoding()Appends and returns a new empty "encoding" elementEncodedValuesPropertyTypeaddNewValues()Appends and returns a new empty "values" elementDataStreamType.ElementCountgetElementCount()Gets the "elementCount" elementDataStreamType.ElementTypegetElementType()Gets the "elementType" elementDataStreamType.EncodinggetEncoding()Gets the "encoding" elementEncodedValuesPropertyTypegetValues()Gets the "values" elementbooleanisSetElementCount()True if has "elementCount" elementvoidsetElementCount(DataStreamType.ElementCount elementCount)Sets the "elementCount" elementvoidsetElementType(DataStreamType.ElementType elementType)Sets the "elementType" elementvoidsetEncoding(DataStreamType.Encoding encoding)Sets the "encoding" elementvoidsetValues(EncodedValuesPropertyType values)Sets the "values" elementvoidunsetElementCount()Unsets the "elementCount" element-
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
DataStreamType.ElementCount getElementCount()
Gets the "elementCount" element
-
isSetElementCount
boolean isSetElementCount()
True if has "elementCount" element
-
setElementCount
void setElementCount(DataStreamType.ElementCount elementCount)
Sets the "elementCount" element
-
addNewElementCount
DataStreamType.ElementCount addNewElementCount()
Appends and returns a new empty "elementCount" element
-
unsetElementCount
void unsetElementCount()
Unsets the "elementCount" element
-
getElementType
DataStreamType.ElementType getElementType()
Gets the "elementType" element
-
setElementType
void setElementType(DataStreamType.ElementType elementType)
Sets the "elementType" element
-
addNewElementType
DataStreamType.ElementType addNewElementType()
Appends and returns a new empty "elementType" element
-
getEncoding
DataStreamType.Encoding getEncoding()
Gets the "encoding" element
-
setEncoding
void setEncoding(DataStreamType.Encoding encoding)
Sets the "encoding" element
-
addNewEncoding
DataStreamType.Encoding addNewEncoding()
Appends and returns a new empty "encoding" element
-
getValues
EncodedValuesPropertyType getValues()
Gets the "values" element
-
setValues
void setValues(EncodedValuesPropertyType values)
Sets the "values" element
-
addNewValues
EncodedValuesPropertyType addNewValues()
Appends and returns a new empty "values" element
-
-