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 TypeMethodDescriptionint
Gets the bitLength propertyint
Gets the byteLength propertyGets the dataType propertyGets the encryption propertyint
Gets the significantBits propertyboolean
Checks if bitLength is setboolean
Checks if byteLength is setboolean
Checks if encryption is setboolean
Checks if significantBits is setvoid
setBitLength
(int bitLength) Sets the bitLength propertyvoid
setByteLength
(int byteLength) Sets the byteLength propertyvoid
setCdmDataType
(DataType cdmDataType) void
setDataType
(String dataType) Sets the dataType propertyvoid
setEncryption
(String encryption) Sets the encryption propertyvoid
setSignificantBits
(int significantBits) Sets the significantBits propertyvoid
Unsets the bitLength propertyvoid
Unsets the byteLength propertyvoid
Unsets the significantBits 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
-
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
-