Package net.opengis.swe.x101
Interface BinaryBlockDocument.BinaryBlock.Member.Block
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BinaryBlockDocumentImpl.BinaryBlockImpl.MemberImpl.BlockImpl
- Enclosing interface:
- BinaryBlockDocument.BinaryBlock.Member
public static interface BinaryBlockDocument.BinaryBlock.Member.Block extends org.apache.xmlbeans.XmlObjectAn XML Block(@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.Member.Block.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 BigIntegergetByteLength()Gets the "byteLength" attributeStringgetCompression()Gets the "compression" attributeStringgetEncryption()Gets the "encryption" attributeBigIntegergetPaddingBytesAfter()Gets the "paddingBytes-after" attributeBigIntegergetPaddingBytesBefore()Gets the "paddingBytes-before" attributeStringgetRef()Gets the "ref" attributebooleanisSetByteLength()True if has "byteLength" attributebooleanisSetCompression()True if has "compression" attributebooleanisSetEncryption()True if has "encryption" attributebooleanisSetPaddingBytesAfter()True if has "paddingBytes-after" attributebooleanisSetPaddingBytesBefore()True if has "paddingBytes-before" attributevoidsetByteLength(BigInteger byteLength)Sets the "byteLength" attributevoidsetCompression(String compression)Sets the "compression" attributevoidsetEncryption(String encryption)Sets the "encryption" attributevoidsetPaddingBytesAfter(BigInteger paddingBytesAfter)Sets the "paddingBytes-after" attributevoidsetPaddingBytesBefore(BigInteger paddingBytesBefore)Sets the "paddingBytes-before" attributevoidsetRef(String ref)Sets the "ref" attributevoidunsetByteLength()Unsets the "byteLength" attributevoidunsetCompression()Unsets the "compression" attributevoidunsetEncryption()Unsets the "encryption" attributevoidunsetPaddingBytesAfter()Unsets the "paddingBytes-after" attributevoidunsetPaddingBytesBefore()Unsets the "paddingBytes-before" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetByteLength()Gets (as xml) the "byteLength" attributeorg.apache.xmlbeans.XmlAnyURIxgetCompression()Gets (as xml) the "compression" attributeorg.apache.xmlbeans.XmlAnyURIxgetEncryption()Gets (as xml) the "encryption" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerxgetPaddingBytesAfter()Gets (as xml) the "paddingBytes-after" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerxgetPaddingBytesBefore()Gets (as xml) the "paddingBytes-before" attributeorg.apache.xmlbeans.XmlTokenxgetRef()Gets (as xml) the "ref" attributevoidxsetByteLength(org.apache.xmlbeans.XmlPositiveInteger byteLength)Sets (as xml) the "byteLength" attributevoidxsetCompression(org.apache.xmlbeans.XmlAnyURI compression)Sets (as xml) the "compression" attributevoidxsetEncryption(org.apache.xmlbeans.XmlAnyURI encryption)Sets (as xml) the "encryption" attributevoidxsetPaddingBytesAfter(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesAfter)Sets (as xml) the "paddingBytes-after" attributevoidxsetPaddingBytesBefore(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesBefore)Sets (as xml) the "paddingBytes-before" attributevoidxsetRef(org.apache.xmlbeans.XmlToken ref)Sets (as xml) the "ref" 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
-
getRef
String getRef()
Gets the "ref" attribute
-
xgetRef
org.apache.xmlbeans.XmlToken xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(org.apache.xmlbeans.XmlToken ref)
Sets (as xml) the "ref" attribute
-
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
-
getPaddingBytesBefore
BigInteger getPaddingBytesBefore()
Gets the "paddingBytes-before" attribute
-
xgetPaddingBytesBefore
org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBytesBefore()
Gets (as xml) the "paddingBytes-before" attribute
-
isSetPaddingBytesBefore
boolean isSetPaddingBytesBefore()
True if has "paddingBytes-before" attribute
-
setPaddingBytesBefore
void setPaddingBytesBefore(BigInteger paddingBytesBefore)
Sets the "paddingBytes-before" attribute
-
xsetPaddingBytesBefore
void xsetPaddingBytesBefore(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesBefore)
Sets (as xml) the "paddingBytes-before" attribute
-
unsetPaddingBytesBefore
void unsetPaddingBytesBefore()
Unsets the "paddingBytes-before" attribute
-
getPaddingBytesAfter
BigInteger getPaddingBytesAfter()
Gets the "paddingBytes-after" attribute
-
xgetPaddingBytesAfter
org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBytesAfter()
Gets (as xml) the "paddingBytes-after" attribute
-
isSetPaddingBytesAfter
boolean isSetPaddingBytesAfter()
True if has "paddingBytes-after" attribute
-
setPaddingBytesAfter
void setPaddingBytesAfter(BigInteger paddingBytesAfter)
Sets the "paddingBytes-after" attribute
-
xsetPaddingBytesAfter
void xsetPaddingBytesAfter(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesAfter)
Sets (as xml) the "paddingBytes-after" attribute
-
unsetPaddingBytesAfter
void unsetPaddingBytesAfter()
Unsets the "paddingBytes-after" attribute
-
getEncryption
String getEncryption()
Gets the "encryption" attribute
-
xgetEncryption
org.apache.xmlbeans.XmlAnyURI xgetEncryption()
Gets (as xml) the "encryption" attribute
-
isSetEncryption
boolean isSetEncryption()
True if has "encryption" attribute
-
setEncryption
void setEncryption(String encryption)
Sets the "encryption" attribute
-
xsetEncryption
void xsetEncryption(org.apache.xmlbeans.XmlAnyURI encryption)
Sets (as xml) the "encryption" attribute
-
unsetEncryption
void unsetEncryption()
Unsets the "encryption" attribute
-
getCompression
String getCompression()
Gets the "compression" attribute
-
xgetCompression
org.apache.xmlbeans.XmlAnyURI xgetCompression()
Gets (as xml) the "compression" attribute
-
isSetCompression
boolean isSetCompression()
True if has "compression" attribute
-
setCompression
void setCompression(String compression)
Sets the "compression" attribute
-
xsetCompression
void xsetCompression(org.apache.xmlbeans.XmlAnyURI compression)
Sets (as xml) the "compression" attribute
-
unsetCompression
void unsetCompression()
Unsets the "compression" attribute
-
-