Package org.vast.data
Class TextEncodingImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractEncodingImpl
org.vast.data.TextEncodingImpl
- All Implemented Interfaces:
 Serializable,HasCopy,AbstractSWE,DataEncoding,TextEncoding
POJO class for XML type TextEncodingType(@http://www.opengis.net/swe/2.0).
 This is a complex type.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Stringprotected StringFields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncopy()Gets 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 propertytoString()voidUnsets the collapseWhiteSpaces 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
- 
collapseWhiteSpaces
 - 
decimalSeparator
 - 
tokenSeparator
 - 
blockSeparator
 
 - 
 - 
Constructor Details
- 
TextEncodingImpl
public TextEncodingImpl() - 
TextEncodingImpl
 
 - 
 - 
Method Details
- 
copy
- Specified by:
 copyin interfaceDataEncoding- Specified by:
 copyin interfaceHasCopy- Specified by:
 copyin classAbstractEncodingImpl
 - 
getCollapseWhiteSpaces
public boolean getCollapseWhiteSpaces()Gets the collapseWhiteSpaces property- Specified by:
 getCollapseWhiteSpacesin interfaceTextEncoding
 - 
isSetCollapseWhiteSpaces
public boolean isSetCollapseWhiteSpaces()Checks if collapseWhiteSpaces is set- Specified by:
 isSetCollapseWhiteSpacesin interfaceTextEncoding
 - 
setCollapseWhiteSpaces
public void setCollapseWhiteSpaces(boolean collapseWhiteSpaces) Sets the collapseWhiteSpaces property- Specified by:
 setCollapseWhiteSpacesin interfaceTextEncoding
 - 
unSetCollapseWhiteSpaces
public void unSetCollapseWhiteSpaces()Unsets the collapseWhiteSpaces property- Specified by:
 unSetCollapseWhiteSpacesin interfaceTextEncoding
 - 
getDecimalSeparator
Gets the decimalSeparator property- Specified by:
 getDecimalSeparatorin interfaceTextEncoding
 - 
isSetDecimalSeparator
public boolean isSetDecimalSeparator()Checks if decimalSeparator is set- Specified by:
 isSetDecimalSeparatorin interfaceTextEncoding
 - 
setDecimalSeparator
Sets the decimalSeparator property- Specified by:
 setDecimalSeparatorin interfaceTextEncoding
 - 
getTokenSeparator
Gets the tokenSeparator property- Specified by:
 getTokenSeparatorin interfaceTextEncoding
 - 
setTokenSeparator
Sets the tokenSeparator property- Specified by:
 setTokenSeparatorin interfaceTextEncoding
 - 
getBlockSeparator
Gets the blockSeparator property- Specified by:
 getBlockSeparatorin interfaceTextEncoding
 - 
setBlockSeparator
Sets the blockSeparator property- Specified by:
 setBlockSeparatorin interfaceTextEncoding
 - 
toString
 
 -