Package net.opengis.swe.v20
Interface TextEncoding
- All Superinterfaces:
AbstractSWE,DataEncoding,HasCopy,Serializable
- All Known Implementing Classes:
TextEncodingImpl
POJO class for XML type TextEncodingType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionGets the blockSeparator propertybooleanGets the collapseWhiteSpaces propertyGets the decimalSeparator propertyGets the tokenSeparator propertybooleanChecks if collapseWhiteSpaces is setbooleanChecks if decimalSeparator is setvoidsetBlockSeparator(String blockSeparator) Sets the blockSeparator propertyvoidsetCollapseWhiteSpaces(boolean collapseWhiteSpaces) Sets the collapseWhiteSpaces propertyvoidsetDecimalSeparator(String decimalSeparator) Sets the decimalSeparator propertyvoidsetTokenSeparator(String tokenSeparator) Sets the tokenSeparator propertyvoidUnsets the collapseWhiteSpaces propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.DataEncoding
copy
-
Method Details
-
getCollapseWhiteSpaces
boolean getCollapseWhiteSpaces()Gets the collapseWhiteSpaces property -
isSetCollapseWhiteSpaces
boolean isSetCollapseWhiteSpaces()Checks if collapseWhiteSpaces is set -
setCollapseWhiteSpaces
void setCollapseWhiteSpaces(boolean collapseWhiteSpaces) Sets the collapseWhiteSpaces property -
unSetCollapseWhiteSpaces
void unSetCollapseWhiteSpaces()Unsets the collapseWhiteSpaces property -
getDecimalSeparator
String getDecimalSeparator()Gets the decimalSeparator property -
isSetDecimalSeparator
boolean isSetDecimalSeparator()Checks if decimalSeparator is set -
setDecimalSeparator
Sets the decimalSeparator property -
getTokenSeparator
String getTokenSeparator()Gets the tokenSeparator property -
setTokenSeparator
Sets the tokenSeparator property -
getBlockSeparator
String getBlockSeparator()Gets the blockSeparator property -
setBlockSeparator
Sets the blockSeparator property
-