Package net.opengis.swe.x101
Interface DataStreamDefinitionType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DataStreamDefinitionTypeImpl
public interface DataStreamDefinitionType extends org.apache.xmlbeans.XmlObjectAn XML DataStreamDefinitionType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataStreamDefinitionType.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 DataBlockDefinitionPropertyTypeaddNewStreamComponent()Appends and returns a new empty value (as xml) as the last "streamComponent" elementMultiplexedStreamFormatPropertyTypeaddNewStreamEncoding()Appends and returns a new empty "streamEncoding" elementStringgetId()Gets the "id" attributeDataBlockDefinitionPropertyType[]getStreamComponentArray()Gets array of all "streamComponent" elementsDataBlockDefinitionPropertyTypegetStreamComponentArray(int i)Gets ith "streamComponent" elementMultiplexedStreamFormatPropertyTypegetStreamEncoding()Gets the "streamEncoding" elementDataBlockDefinitionPropertyTypeinsertNewStreamComponent(int i)Inserts and returns a new empty value (as xml) as the ith "streamComponent" elementbooleanisSetId()True if has "id" attributevoidremoveStreamComponent(int i)Removes the ith "streamComponent" elementvoidsetId(String id)Sets the "id" attributevoidsetStreamComponentArray(int i, DataBlockDefinitionPropertyType streamComponent)Sets ith "streamComponent" elementvoidsetStreamComponentArray(DataBlockDefinitionPropertyType[] streamComponentArray)Sets array of all "streamComponent" elementvoidsetStreamEncoding(MultiplexedStreamFormatPropertyType streamEncoding)Sets the "streamEncoding" elementintsizeOfStreamComponentArray()Returns number of "streamComponent" elementvoidunsetId()Unsets the "id" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attribute-
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
-
getStreamComponentArray
DataBlockDefinitionPropertyType[] getStreamComponentArray()
Gets array of all "streamComponent" elements
-
getStreamComponentArray
DataBlockDefinitionPropertyType getStreamComponentArray(int i)
Gets ith "streamComponent" element
-
sizeOfStreamComponentArray
int sizeOfStreamComponentArray()
Returns number of "streamComponent" element
-
setStreamComponentArray
void setStreamComponentArray(DataBlockDefinitionPropertyType[] streamComponentArray)
Sets array of all "streamComponent" element
-
setStreamComponentArray
void setStreamComponentArray(int i, DataBlockDefinitionPropertyType streamComponent)Sets ith "streamComponent" element
-
insertNewStreamComponent
DataBlockDefinitionPropertyType insertNewStreamComponent(int i)
Inserts and returns a new empty value (as xml) as the ith "streamComponent" element
-
addNewStreamComponent
DataBlockDefinitionPropertyType addNewStreamComponent()
Appends and returns a new empty value (as xml) as the last "streamComponent" element
-
removeStreamComponent
void removeStreamComponent(int i)
Removes the ith "streamComponent" element
-
getStreamEncoding
MultiplexedStreamFormatPropertyType getStreamEncoding()
Gets the "streamEncoding" element
-
setStreamEncoding
void setStreamEncoding(MultiplexedStreamFormatPropertyType streamEncoding)
Sets the "streamEncoding" element
-
addNewStreamEncoding
MultiplexedStreamFormatPropertyType addNewStreamEncoding()
Appends and returns a new empty "streamEncoding" element
-
getId
String getId()
Gets the "id" attribute
-
xgetId
org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(String id)
Sets the "id" attribute
-
xsetId
void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
-