Package net.opengis.swe.v20
Interface BinaryBlock
- All Superinterfaces:
AbstractSWE,BinaryMember,Serializable
- All Known Implementing Classes:
BinaryBlockImpl
POJO class for XML type BlockType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the byteLength propertyGets the compression propertyGets the encryption propertyintGets the paddingBytesAfter propertyintGets the paddingBytesBefore propertybooleanChecks if byteLength is setbooleanChecks if compression is setbooleanChecks if encryption is setbooleanChecks if paddingBytesAfter is setbooleanChecks if paddingBytesBefore is setvoidsetByteLength(long byteLength) Sets the byteLength propertyvoidsetCompression(String compression) Sets the compression propertyvoidsetEncryption(String encryption) Sets the encryption propertyvoidsetPaddingBytesAfter(int paddingBytesAfter) Sets the paddingBytesAfter propertyvoidsetPaddingBytesBefore(int paddingBytesBefore) Sets the paddingBytesBefore propertyvoidUnsets the byteLength propertyvoidUnsets the paddingBytesAfter propertyvoidUnsets the paddingBytesBefore propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.BinaryMember
getRef, setRef
-
Method Details
-
getCompression
String getCompression()Gets the compression property -
isSetCompression
boolean isSetCompression()Checks if compression is set -
setCompression
Sets the compression property -
getEncryption
String getEncryption()Gets the encryption property -
isSetEncryption
boolean isSetEncryption()Checks if encryption is set -
setEncryption
Sets the encryption property -
getPaddingBytesAfter
int getPaddingBytesAfter()Gets the paddingBytesAfter property -
isSetPaddingBytesAfter
boolean isSetPaddingBytesAfter()Checks if paddingBytesAfter is set -
setPaddingBytesAfter
void setPaddingBytesAfter(int paddingBytesAfter) Sets the paddingBytesAfter property -
unSetPaddingBytesAfter
void unSetPaddingBytesAfter()Unsets the paddingBytesAfter property -
getPaddingBytesBefore
int getPaddingBytesBefore()Gets the paddingBytesBefore property -
isSetPaddingBytesBefore
boolean isSetPaddingBytesBefore()Checks if paddingBytesBefore is set -
setPaddingBytesBefore
void setPaddingBytesBefore(int paddingBytesBefore) Sets the paddingBytesBefore property -
unSetPaddingBytesBefore
void unSetPaddingBytesBefore()Unsets the paddingBytesBefore property -
getByteLength
long getByteLength()Gets the byteLength property -
isSetByteLength
boolean isSetByteLength()Checks if byteLength is set -
setByteLength
void setByteLength(long byteLength) Sets the byteLength property -
unSetByteLength
void unSetByteLength()Unsets the byteLength property
-