Package net.opengis.swe.x101
Interface TextBlockDocument.TextBlock
-
- All Superinterfaces:
AbstractEncodingType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TextBlockDocumentImpl.TextBlockImpl
- Enclosing interface:
- TextBlockDocument
public static interface TextBlockDocument.TextBlock extends AbstractEncodingType
An XML TextBlock(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTextBlockDocument.TextBlock.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" attributeStringgetDecimalSeparator()Gets the "decimalSeparator" attributeStringgetTokenSeparator()Gets the "tokenSeparator" attributevoidsetBlockSeparator(String blockSeparator)Sets the "blockSeparator" attributevoidsetDecimalSeparator(String decimalSeparator)Sets the "decimalSeparator" attributevoidsetTokenSeparator(String tokenSeparator)Sets the "tokenSeparator" attributeTextSeparatorxgetBlockSeparator()Gets (as xml) the "blockSeparator" attributeDecimalSeparatorxgetDecimalSeparator()Gets (as xml) the "decimalSeparator" attributeTextSeparatorxgetTokenSeparator()Gets (as xml) the "tokenSeparator" attributevoidxsetBlockSeparator(TextSeparator blockSeparator)Sets (as xml) the "blockSeparator" attributevoidxsetDecimalSeparator(DecimalSeparator decimalSeparator)Sets (as xml) the "decimalSeparator" attributevoidxsetTokenSeparator(TextSeparator tokenSeparator)Sets (as xml) the "tokenSeparator" attribute-
Methods inherited from interface net.opengis.swe.x101.AbstractEncodingType
getId, isSetId, setId, 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
-
getTokenSeparator
String getTokenSeparator()
Gets the "tokenSeparator" attribute
-
xgetTokenSeparator
TextSeparator xgetTokenSeparator()
Gets (as xml) the "tokenSeparator" attribute
-
setTokenSeparator
void setTokenSeparator(String tokenSeparator)
Sets the "tokenSeparator" attribute
-
xsetTokenSeparator
void xsetTokenSeparator(TextSeparator tokenSeparator)
Sets (as xml) the "tokenSeparator" attribute
-
getBlockSeparator
String getBlockSeparator()
Gets the "blockSeparator" attribute
-
xgetBlockSeparator
TextSeparator xgetBlockSeparator()
Gets (as xml) the "blockSeparator" attribute
-
setBlockSeparator
void setBlockSeparator(String blockSeparator)
Sets the "blockSeparator" attribute
-
xsetBlockSeparator
void xsetBlockSeparator(TextSeparator blockSeparator)
Sets (as xml) the "blockSeparator" attribute
-
getDecimalSeparator
String getDecimalSeparator()
Gets the "decimalSeparator" attribute
-
xgetDecimalSeparator
DecimalSeparator xgetDecimalSeparator()
Gets (as xml) the "decimalSeparator" attribute
-
setDecimalSeparator
void setDecimalSeparator(String decimalSeparator)
Sets the "decimalSeparator" attribute
-
xsetDecimalSeparator
void xsetDecimalSeparator(DecimalSeparator decimalSeparator)
Sets (as xml) the "decimalSeparator" attribute
-
-