Package org.vast.data
Class BinaryComponentImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.BinaryComponentImpl
- All Implemented Interfaces:
 Serializable,HasCopy,AbstractSWE,BinaryComponent,BinaryMember
POJO class for XML type ComponentType(@http://www.opengis.net/swe/2.0).
 This is a complex type.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Integerprotected DataTypeprotected Stringstatic final Stringprotected Stringprotected Stringprotected IntegerFields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncopy()intGets the bitLength propertyintGets the byteLength propertyGets the dataType propertyGets the encryption propertygetRef()Gets the ref 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 propertyvoidSets the ref propertyvoidsetSignificantBits(int significantBits) Sets the significantBits propertytoString()voidUnsets the bitLength propertyvoidUnsets the byteLength propertyvoidUnsets the significantBits propertyMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId 
- 
Field Details
- 
DATATYPE_URI_PREFIX
- See Also:
 
 - 
encryption
 - 
significantBits
 - 
bitLength
 - 
byteLength
 - 
dataType
 - 
ref
 - 
cdmDataType
 
 - 
 - 
Constructor Details
- 
BinaryComponentImpl
public BinaryComponentImpl() - 
BinaryComponentImpl
 
 - 
 - 
Method Details
- 
copy
 - 
getEncryption
Gets the encryption property- Specified by:
 getEncryptionin interfaceBinaryComponent
 - 
isSetEncryption
public boolean isSetEncryption()Checks if encryption is set- Specified by:
 isSetEncryptionin interfaceBinaryComponent
 - 
setEncryption
Sets the encryption property- Specified by:
 setEncryptionin interfaceBinaryComponent
 - 
getSignificantBits
public int getSignificantBits()Gets the significantBits property- Specified by:
 getSignificantBitsin interfaceBinaryComponent
 - 
isSetSignificantBits
public boolean isSetSignificantBits()Checks if significantBits is set- Specified by:
 isSetSignificantBitsin interfaceBinaryComponent
 - 
setSignificantBits
public void setSignificantBits(int significantBits) Sets the significantBits property- Specified by:
 setSignificantBitsin interfaceBinaryComponent
 - 
unSetSignificantBits
public void unSetSignificantBits()Unsets the significantBits property- Specified by:
 unSetSignificantBitsin interfaceBinaryComponent
 - 
getBitLength
public int getBitLength()Gets the bitLength property- Specified by:
 getBitLengthin interfaceBinaryComponent
 - 
isSetBitLength
public boolean isSetBitLength()Checks if bitLength is set- Specified by:
 isSetBitLengthin interfaceBinaryComponent
 - 
setBitLength
public void setBitLength(int bitLength) Sets the bitLength property- Specified by:
 setBitLengthin interfaceBinaryComponent
 - 
unSetBitLength
public void unSetBitLength()Unsets the bitLength property- Specified by:
 unSetBitLengthin interfaceBinaryComponent
 - 
getByteLength
public int getByteLength()Gets the byteLength property- Specified by:
 getByteLengthin interfaceBinaryComponent
 - 
isSetByteLength
public boolean isSetByteLength()Checks if byteLength is set- Specified by:
 isSetByteLengthin interfaceBinaryComponent
 - 
setByteLength
public void setByteLength(int byteLength) Sets the byteLength property- Specified by:
 setByteLengthin interfaceBinaryComponent
 - 
unSetByteLength
public void unSetByteLength()Unsets the byteLength property- Specified by:
 unSetByteLengthin interfaceBinaryComponent
 - 
getDataType
Gets the dataType property- Specified by:
 getDataTypein interfaceBinaryComponent
 - 
setDataType
Sets the dataType property- Specified by:
 setDataTypein interfaceBinaryComponent
 - 
getRef
Gets the ref property- Specified by:
 getRefin interfaceBinaryMember
 - 
setRef
Sets the ref property- Specified by:
 setRefin interfaceBinaryMember
 - 
getCdmDataType
- Specified by:
 getCdmDataTypein interfaceBinaryComponent
 - 
setCdmDataType
- Specified by:
 setCdmDataTypein interfaceBinaryComponent
 - 
toString
 
 -