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 TypeMethodDescriptionlong
Gets the byteLength propertyGets the compression propertyGets the encryption propertyint
Gets the paddingBytesAfter propertyint
Gets the paddingBytesBefore propertyboolean
Checks if byteLength is setboolean
Checks if compression is setboolean
Checks if encryption is setboolean
Checks if paddingBytesAfter is setboolean
Checks if paddingBytesBefore is setvoid
setByteLength
(long byteLength) Sets the byteLength propertyvoid
setCompression
(String compression) Sets the compression propertyvoid
setEncryption
(String encryption) Sets the encryption propertyvoid
setPaddingBytesAfter
(int paddingBytesAfter) Sets the paddingBytesAfter propertyvoid
setPaddingBytesBefore
(int paddingBytesBefore) Sets the paddingBytesBefore propertyvoid
Unsets the byteLength propertyvoid
Unsets the paddingBytesAfter propertyvoid
Unsets the paddingBytesBefore propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods 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
-