Package net.opengis.swe.x101
Interface BinaryBlockDocument.BinaryBlock
-
- All Superinterfaces:
AbstractEncodingType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BinaryBlockDocumentImpl.BinaryBlockImpl
- Enclosing interface:
- BinaryBlockDocument
public static interface BinaryBlockDocument.BinaryBlock extends AbstractEncodingType
An XML BinaryBlock(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryBlockDocument.BinaryBlock.FactoryA factory class with static methods for creating instances of this type.static interfaceBinaryBlockDocument.BinaryBlock.MemberAn XML member(@http://www.opengis.net/swe/1.0.1).
-
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 BinaryBlockDocument.BinaryBlock.MemberaddNewMember()Appends and returns a new empty value (as xml) as the last "member" elementByteEncoding.EnumgetByteEncoding()Gets the "byteEncoding" attributeBigIntegergetByteLength()Gets the "byteLength" attributeByteOrder.EnumgetByteOrder()Gets the "byteOrder" attributeBinaryBlockDocument.BinaryBlock.Member[]getMemberArray()Gets array of all "member" elementsBinaryBlockDocument.BinaryBlock.MembergetMemberArray(int i)Gets ith "member" elementBinaryBlockDocument.BinaryBlock.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(ByteEncoding.Enum byteEncoding)Sets the "byteEncoding" attributevoidsetByteLength(BigInteger byteLength)Sets the "byteLength" attributevoidsetByteOrder(ByteOrder.Enum byteOrder)Sets the "byteOrder" attributevoidsetMemberArray(int i, BinaryBlockDocument.BinaryBlock.Member member)Sets ith "member" elementvoidsetMemberArray(BinaryBlockDocument.BinaryBlock.Member[] memberArray)Sets array of all "member" elementintsizeOfMemberArray()Returns number of "member" elementvoidunsetByteLength()Unsets the "byteLength" attributeByteEncodingxgetByteEncoding()Gets (as xml) the "byteEncoding" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetByteLength()Gets (as xml) the "byteLength" attributeByteOrderxgetByteOrder()Gets (as xml) the "byteOrder" attributevoidxsetByteEncoding(ByteEncoding byteEncoding)Sets (as xml) the "byteEncoding" attributevoidxsetByteLength(org.apache.xmlbeans.XmlPositiveInteger byteLength)Sets (as xml) the "byteLength" attributevoidxsetByteOrder(ByteOrder byteOrder)Sets (as xml) the "byteOrder" attribute-
Methods inherited from interface net.opengis.swe.x101.AbstractEncodingType
getId, isSetId, setId, 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
BinaryBlockDocument.BinaryBlock.Member[] getMemberArray()
Gets array of all "member" elements
-
getMemberArray
BinaryBlockDocument.BinaryBlock.Member getMemberArray(int i)
Gets ith "member" element
-
sizeOfMemberArray
int sizeOfMemberArray()
Returns number of "member" element
-
setMemberArray
void setMemberArray(BinaryBlockDocument.BinaryBlock.Member[] memberArray)
Sets array of all "member" element
-
setMemberArray
void setMemberArray(int i, BinaryBlockDocument.BinaryBlock.Member member)Sets ith "member" element
-
insertNewMember
BinaryBlockDocument.BinaryBlock.Member insertNewMember(int i)
Inserts and returns a new empty value (as xml) as the ith "member" element
-
addNewMember
BinaryBlockDocument.BinaryBlock.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
-
getByteLength
BigInteger getByteLength()
Gets the "byteLength" attribute
-
xgetByteLength
org.apache.xmlbeans.XmlPositiveInteger 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.XmlPositiveInteger byteLength)
Sets (as xml) the "byteLength" attribute
-
unsetByteLength
void unsetByteLength()
Unsets the "byteLength" attribute
-
getByteEncoding
ByteEncoding.Enum getByteEncoding()
Gets the "byteEncoding" attribute
-
xgetByteEncoding
ByteEncoding xgetByteEncoding()
Gets (as xml) the "byteEncoding" attribute
-
setByteEncoding
void setByteEncoding(ByteEncoding.Enum byteEncoding)
Sets the "byteEncoding" attribute
-
xsetByteEncoding
void xsetByteEncoding(ByteEncoding byteEncoding)
Sets (as xml) the "byteEncoding" attribute
-
getByteOrder
ByteOrder.Enum getByteOrder()
Gets the "byteOrder" attribute
-
xgetByteOrder
ByteOrder xgetByteOrder()
Gets (as xml) the "byteOrder" attribute
-
setByteOrder
void setByteOrder(ByteOrder.Enum byteOrder)
Sets the "byteOrder" attribute
-
xsetByteOrder
void xsetByteOrder(ByteOrder byteOrder)
Sets (as xml) the "byteOrder" attribute
-
-