public interface BinaryComponent extends AbstractSWE, BinaryMember
Modifier and Type | Method and Description |
---|---|
int |
getBitLength()
Gets the bitLength property
|
int |
getByteLength()
Gets the byteLength property
|
DataType |
getCdmDataType() |
java.lang.String |
getDataType()
Gets the dataType property
|
java.lang.String |
getEncryption()
Gets the encryption property
|
int |
getSignificantBits()
Gets the significantBits property
|
boolean |
isSetBitLength()
Checks if bitLength is set
|
boolean |
isSetByteLength()
Checks if byteLength is set
|
boolean |
isSetEncryption()
Checks if encryption is set
|
boolean |
isSetSignificantBits()
Checks if significantBits is set
|
void |
setBitLength(int bitLength)
Sets the bitLength property
|
void |
setByteLength(int byteLength)
Sets the byteLength property
|
void |
setCdmDataType(DataType cdmDataType) |
void |
setDataType(java.lang.String dataType)
Sets the dataType property
|
void |
setEncryption(java.lang.String encryption)
Sets the encryption property
|
void |
setSignificantBits(int significantBits)
Sets the significantBits property
|
void |
unSetBitLength()
Unsets the bitLength property
|
void |
unSetByteLength()
Unsets the byteLength property
|
void |
unSetSignificantBits()
Unsets the significantBits property
|
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
getRef, setRef
java.lang.String getEncryption()
boolean isSetEncryption()
void setEncryption(java.lang.String encryption)
int getSignificantBits()
boolean isSetSignificantBits()
void setSignificantBits(int significantBits)
void unSetSignificantBits()
int getBitLength()
boolean isSetBitLength()
void setBitLength(int bitLength)
void unSetBitLength()
int getByteLength()
boolean isSetByteLength()
void setByteLength(int byteLength)
void unSetByteLength()
java.lang.String getDataType()
void setDataType(java.lang.String dataType)
DataType getCdmDataType()
void setCdmDataType(DataType cdmDataType)