Package net.opengis.swe.x20
Interface TextEncodingType
-
- All Superinterfaces:
AbstractEncodingType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TextEncodingTypeImpl
public interface TextEncodingType extends AbstractEncodingType
An XML TextEncodingType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTextEncodingType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBlockSeparator()Gets the "blockSeparator" attributebooleangetCollapseWhiteSpaces()Gets the "collapseWhiteSpaces" attributeStringgetDecimalSeparator()Gets the "decimalSeparator" attributeStringgetTokenSeparator()Gets the "tokenSeparator" attributebooleanisSetCollapseWhiteSpaces()True if has "collapseWhiteSpaces" attributebooleanisSetDecimalSeparator()True if has "decimalSeparator" attributevoidsetBlockSeparator(String blockSeparator)Sets the "blockSeparator" attributevoidsetCollapseWhiteSpaces(boolean collapseWhiteSpaces)Sets the "collapseWhiteSpaces" attributevoidsetDecimalSeparator(String decimalSeparator)Sets the "decimalSeparator" attributevoidsetTokenSeparator(String tokenSeparator)Sets the "tokenSeparator" attributevoidunsetCollapseWhiteSpaces()Unsets the "collapseWhiteSpaces" attributevoidunsetDecimalSeparator()Unsets the "decimalSeparator" attributeorg.apache.xmlbeans.XmlStringxgetBlockSeparator()Gets (as xml) the "blockSeparator" attributeorg.apache.xmlbeans.XmlBooleanxgetCollapseWhiteSpaces()Gets (as xml) the "collapseWhiteSpaces" attributeorg.apache.xmlbeans.XmlStringxgetDecimalSeparator()Gets (as xml) the "decimalSeparator" attributeorg.apache.xmlbeans.XmlStringxgetTokenSeparator()Gets (as xml) the "tokenSeparator" attributevoidxsetBlockSeparator(org.apache.xmlbeans.XmlString blockSeparator)Sets (as xml) the "blockSeparator" attributevoidxsetCollapseWhiteSpaces(org.apache.xmlbeans.XmlBoolean collapseWhiteSpaces)Sets (as xml) the "collapseWhiteSpaces" attributevoidxsetDecimalSeparator(org.apache.xmlbeans.XmlString decimalSeparator)Sets (as xml) the "decimalSeparator" attributevoidxsetTokenSeparator(org.apache.xmlbeans.XmlString tokenSeparator)Sets (as xml) the "tokenSeparator" attribute-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEType
addNewExtension, getExtensionArray, getExtensionArray, getId, insertNewExtension, isSetId, removeExtension, setExtensionArray, setExtensionArray, setId, sizeOfExtensionArray, unsetId, xgetId, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getCollapseWhiteSpaces
boolean getCollapseWhiteSpaces()
Gets the "collapseWhiteSpaces" attribute
-
xgetCollapseWhiteSpaces
org.apache.xmlbeans.XmlBoolean xgetCollapseWhiteSpaces()
Gets (as xml) the "collapseWhiteSpaces" attribute
-
isSetCollapseWhiteSpaces
boolean isSetCollapseWhiteSpaces()
True if has "collapseWhiteSpaces" attribute
-
setCollapseWhiteSpaces
void setCollapseWhiteSpaces(boolean collapseWhiteSpaces)
Sets the "collapseWhiteSpaces" attribute
-
xsetCollapseWhiteSpaces
void xsetCollapseWhiteSpaces(org.apache.xmlbeans.XmlBoolean collapseWhiteSpaces)
Sets (as xml) the "collapseWhiteSpaces" attribute
-
unsetCollapseWhiteSpaces
void unsetCollapseWhiteSpaces()
Unsets the "collapseWhiteSpaces" attribute
-
getDecimalSeparator
String getDecimalSeparator()
Gets the "decimalSeparator" attribute
-
xgetDecimalSeparator
org.apache.xmlbeans.XmlString xgetDecimalSeparator()
Gets (as xml) the "decimalSeparator" attribute
-
isSetDecimalSeparator
boolean isSetDecimalSeparator()
True if has "decimalSeparator" attribute
-
setDecimalSeparator
void setDecimalSeparator(String decimalSeparator)
Sets the "decimalSeparator" attribute
-
xsetDecimalSeparator
void xsetDecimalSeparator(org.apache.xmlbeans.XmlString decimalSeparator)
Sets (as xml) the "decimalSeparator" attribute
-
unsetDecimalSeparator
void unsetDecimalSeparator()
Unsets the "decimalSeparator" attribute
-
getTokenSeparator
String getTokenSeparator()
Gets the "tokenSeparator" attribute
-
xgetTokenSeparator
org.apache.xmlbeans.XmlString xgetTokenSeparator()
Gets (as xml) the "tokenSeparator" attribute
-
setTokenSeparator
void setTokenSeparator(String tokenSeparator)
Sets the "tokenSeparator" attribute
-
xsetTokenSeparator
void xsetTokenSeparator(org.apache.xmlbeans.XmlString tokenSeparator)
Sets (as xml) the "tokenSeparator" attribute
-
getBlockSeparator
String getBlockSeparator()
Gets the "blockSeparator" attribute
-
xgetBlockSeparator
org.apache.xmlbeans.XmlString xgetBlockSeparator()
Gets (as xml) the "blockSeparator" attribute
-
setBlockSeparator
void setBlockSeparator(String blockSeparator)
Sets the "blockSeparator" attribute
-
xsetBlockSeparator
void xsetBlockSeparator(org.apache.xmlbeans.XmlString blockSeparator)
Sets (as xml) the "blockSeparator" attribute
-
-