public interface BinaryBlock extends AbstractSWE, BinaryMember
Modifier and Type | Method and Description |
---|---|
long |
getByteLength()
Gets the byteLength property
|
java.lang.String |
getCompression()
Gets the compression property
|
java.lang.String |
getEncryption()
Gets the encryption property
|
int |
getPaddingBytesAfter()
Gets the paddingBytesAfter property
|
int |
getPaddingBytesBefore()
Gets the paddingBytesBefore property
|
boolean |
isSetByteLength()
Checks if byteLength is set
|
boolean |
isSetCompression()
Checks if compression is set
|
boolean |
isSetEncryption()
Checks if encryption is set
|
boolean |
isSetPaddingBytesAfter()
Checks if paddingBytesAfter is set
|
boolean |
isSetPaddingBytesBefore()
Checks if paddingBytesBefore is set
|
void |
setByteLength(long byteLength)
Sets the byteLength property
|
void |
setCompression(java.lang.String compression)
Sets the compression property
|
void |
setEncryption(java.lang.String encryption)
Sets the encryption property
|
void |
setPaddingBytesAfter(int paddingBytesAfter)
Sets the paddingBytesAfter property
|
void |
setPaddingBytesBefore(int paddingBytesBefore)
Sets the paddingBytesBefore property
|
void |
unSetByteLength()
Unsets the byteLength property
|
void |
unSetPaddingBytesAfter()
Unsets the paddingBytesAfter property
|
void |
unSetPaddingBytesBefore()
Unsets the paddingBytesBefore property
|
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
getRef, setRef
java.lang.String getCompression()
boolean isSetCompression()
void setCompression(java.lang.String compression)
java.lang.String getEncryption()
boolean isSetEncryption()
void setEncryption(java.lang.String encryption)
int getPaddingBytesAfter()
boolean isSetPaddingBytesAfter()
void setPaddingBytesAfter(int paddingBytesAfter)
void unSetPaddingBytesAfter()
int getPaddingBytesBefore()
boolean isSetPaddingBytesBefore()
void setPaddingBytesBefore(int paddingBytesBefore)
void unSetPaddingBytesBefore()
long getByteLength()
boolean isSetByteLength()
void setByteLength(long byteLength)
void unSetByteLength()