Package net.opengis.swe.x20
Interface BlockType
-
- All Superinterfaces:
AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BlockTypeImpl
public interface BlockType extends AbstractSWEType
An XML BlockType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBlockType.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.XmlIntegerxgetByteLength()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.XmlIntegerxgetPaddingBytesAfter()Gets (as xml) the "paddingBytes-after" attributeorg.apache.xmlbeans.XmlIntegerxgetPaddingBytesBefore()Gets (as xml) the "paddingBytes-before" attributeorg.apache.xmlbeans.XmlStringxgetRef()Gets (as xml) the "ref" attributevoidxsetByteLength(org.apache.xmlbeans.XmlInteger 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.XmlInteger paddingBytesAfter)Sets (as xml) the "paddingBytes-after" attributevoidxsetPaddingBytesBefore(org.apache.xmlbeans.XmlInteger paddingBytesBefore)Sets (as xml) the "paddingBytes-before" attributevoidxsetRef(org.apache.xmlbeans.XmlString ref)Sets (as xml) the "ref" 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
-
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
-
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
-
getPaddingBytesAfter
BigInteger getPaddingBytesAfter()
Gets the "paddingBytes-after" attribute
-
xgetPaddingBytesAfter
org.apache.xmlbeans.XmlInteger 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.XmlInteger paddingBytesAfter)
Sets (as xml) the "paddingBytes-after" attribute
-
unsetPaddingBytesAfter
void unsetPaddingBytesAfter()
Unsets the "paddingBytes-after" attribute
-
getPaddingBytesBefore
BigInteger getPaddingBytesBefore()
Gets the "paddingBytes-before" attribute
-
xgetPaddingBytesBefore
org.apache.xmlbeans.XmlInteger 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.XmlInteger paddingBytesBefore)
Sets (as xml) the "paddingBytes-before" attribute
-
unsetPaddingBytesBefore
void unsetPaddingBytesBefore()
Unsets the "paddingBytes-before" 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
-
getRef
String getRef()
Gets the "ref" attribute
-
xgetRef
org.apache.xmlbeans.XmlString xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(org.apache.xmlbeans.XmlString ref)
Sets (as xml) the "ref" attribute
-
-