Package net.opengis.swe.x20
Interface BinaryEncodingType
-
- All Superinterfaces:
AbstractEncodingType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BinaryEncodingTypeImpl
public interface BinaryEncodingType extends AbstractEncodingType
An XML BinaryEncodingType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryEncodingType.FactoryA factory class with static methods for creating instances of this type.static interfaceBinaryEncodingType.MemberAn XML member(@http://www.opengis.net/swe/2.0).
-
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 BinaryEncodingType.MemberaddNewMember()Appends and returns a new empty value (as xml) as the last "member" elementByteEncodingType.EnumgetByteEncoding()Gets the "byteEncoding" attributeBigIntegergetByteLength()Gets the "byteLength" attributeByteOrderType.EnumgetByteOrder()Gets the "byteOrder" attributeBinaryEncodingType.Member[]getMemberArray()Gets array of all "member" elementsBinaryEncodingType.MembergetMemberArray(int i)Gets ith "member" elementBinaryEncodingType.MemberinsertNewMember(int i)Inserts and returns a new empty value (as xml) as the ith "member" elementbooleanisSetByteLength()True if has "byteLength" attributevoidremoveMember(int i)Removes the ith "member" elementvoidsetByteEncoding(ByteEncodingType.Enum byteEncoding)Sets the "byteEncoding" attributevoidsetByteLength(BigInteger byteLength)Sets the "byteLength" attributevoidsetByteOrder(ByteOrderType.Enum byteOrder)Sets the "byteOrder" attributevoidsetMemberArray(int i, BinaryEncodingType.Member member)Sets ith "member" elementvoidsetMemberArray(BinaryEncodingType.Member[] memberArray)Sets array of all "member" elementintsizeOfMemberArray()Returns number of "member" elementvoidunsetByteLength()Unsets the "byteLength" attributeByteEncodingTypexgetByteEncoding()Gets (as xml) the "byteEncoding" attributeorg.apache.xmlbeans.XmlIntegerxgetByteLength()Gets (as xml) the "byteLength" attributeByteOrderTypexgetByteOrder()Gets (as xml) the "byteOrder" attributevoidxsetByteEncoding(ByteEncodingType byteEncoding)Sets (as xml) the "byteEncoding" attributevoidxsetByteLength(org.apache.xmlbeans.XmlInteger byteLength)Sets (as xml) the "byteLength" attributevoidxsetByteOrder(ByteOrderType byteOrder)Sets (as xml) the "byteOrder" attribute-
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
-
getMemberArray
BinaryEncodingType.Member[] getMemberArray()
Gets array of all "member" elements
-
getMemberArray
BinaryEncodingType.Member getMemberArray(int i)
Gets ith "member" element
-
sizeOfMemberArray
int sizeOfMemberArray()
Returns number of "member" element
-
setMemberArray
void setMemberArray(BinaryEncodingType.Member[] memberArray)
Sets array of all "member" element
-
setMemberArray
void setMemberArray(int i, BinaryEncodingType.Member member)Sets ith "member" element
-
insertNewMember
BinaryEncodingType.Member insertNewMember(int i)
Inserts and returns a new empty value (as xml) as the ith "member" element
-
addNewMember
BinaryEncodingType.Member addNewMember()
Appends and returns a new empty value (as xml) as the last "member" element
-
removeMember
void removeMember(int i)
Removes the ith "member" element
-
getByteOrder
ByteOrderType.Enum getByteOrder()
Gets the "byteOrder" attribute
-
xgetByteOrder
ByteOrderType xgetByteOrder()
Gets (as xml) the "byteOrder" attribute
-
setByteOrder
void setByteOrder(ByteOrderType.Enum byteOrder)
Sets the "byteOrder" attribute
-
xsetByteOrder
void xsetByteOrder(ByteOrderType byteOrder)
Sets (as xml) the "byteOrder" attribute
-
getByteEncoding
ByteEncodingType.Enum getByteEncoding()
Gets the "byteEncoding" attribute
-
xgetByteEncoding
ByteEncodingType xgetByteEncoding()
Gets (as xml) the "byteEncoding" attribute
-
setByteEncoding
void setByteEncoding(ByteEncodingType.Enum byteEncoding)
Sets the "byteEncoding" attribute
-
xsetByteEncoding
void xsetByteEncoding(ByteEncodingType byteEncoding)
Sets (as xml) the "byteEncoding" attribute
-
getByteLength
BigInteger getByteLength()
Gets the "byteLength" attribute
-
xgetByteLength
org.apache.xmlbeans.XmlInteger xgetByteLength()
Gets (as xml) the "byteLength" attribute
-
isSetByteLength
boolean isSetByteLength()
True if has "byteLength" attribute
-
setByteLength
void setByteLength(BigInteger byteLength)
Sets the "byteLength" attribute
-
xsetByteLength
void xsetByteLength(org.apache.xmlbeans.XmlInteger byteLength)
Sets (as xml) the "byteLength" attribute
-
unsetByteLength
void unsetByteLength()
Unsets the "byteLength" attribute
-
-