Package net.opengis.swe.v20
Interface BinaryComponent
- All Superinterfaces:
AbstractSWE,BinaryMember,Serializable
- All Known Implementing Classes:
BinaryComponentImpl
POJO class for XML type ComponentType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the bitLength propertyintGets the byteLength propertyGets the dataType propertyGets the encryption propertyintGets the significantBits propertybooleanChecks if bitLength is setbooleanChecks if byteLength is setbooleanChecks if encryption is setbooleanChecks if significantBits is setvoidsetBitLength(int bitLength) Sets the bitLength propertyvoidsetByteLength(int byteLength) Sets the byteLength propertyvoidsetCdmDataType(DataType cdmDataType) voidsetDataType(String dataType) Sets the dataType propertyvoidsetEncryption(String encryption) Sets the encryption propertyvoidsetSignificantBits(int significantBits) Sets the significantBits propertyvoidUnsets the bitLength propertyvoidUnsets the byteLength propertyvoidUnsets the significantBits 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
-
getEncryption
String getEncryption()Gets the encryption property -
isSetEncryption
boolean isSetEncryption()Checks if encryption is set -
setEncryption
Sets the encryption property -
getSignificantBits
int getSignificantBits()Gets the significantBits property -
isSetSignificantBits
boolean isSetSignificantBits()Checks if significantBits is set -
setSignificantBits
void setSignificantBits(int significantBits) Sets the significantBits property -
unSetSignificantBits
void unSetSignificantBits()Unsets the significantBits property -
getBitLength
int getBitLength()Gets the bitLength property -
isSetBitLength
boolean isSetBitLength()Checks if bitLength is set -
setBitLength
void setBitLength(int bitLength) Sets the bitLength property -
unSetBitLength
void unSetBitLength()Unsets the bitLength property -
getByteLength
int getByteLength()Gets the byteLength property -
isSetByteLength
boolean isSetByteLength()Checks if byteLength is set -
setByteLength
void setByteLength(int byteLength) Sets the byteLength property -
unSetByteLength
void unSetByteLength()Unsets the byteLength property -
getDataType
String getDataType()Gets the dataType property -
setDataType
Sets the dataType property -
getCdmDataType
DataType getCdmDataType() -
setCdmDataType
-