public interface SegmentType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SegmentType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoverage()
Gets the "coverage" attribute
|
String |
getText()
Gets the "text" element
|
boolean |
isSetCoverage()
True if has "coverage" attribute
|
void |
setCoverage(String coverage)
Sets the "coverage" attribute
|
void |
setText(String text)
Sets the "text" element
|
void |
unsetCoverage()
Unsets the "coverage" attribute
|
org.apache.xmlbeans.XmlString |
xgetCoverage()
Gets (as xml) the "coverage" attribute
|
org.apache.xmlbeans.XmlString |
xgetText()
Gets (as xml) the "text" element
|
void |
xsetCoverage(org.apache.xmlbeans.XmlString coverage)
Sets (as xml) the "coverage" attribute
|
void |
xsetText(org.apache.xmlbeans.XmlString text)
Sets (as xml) the "text" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getText()
org.apache.xmlbeans.XmlString xgetText()
void setText(String text)
void xsetText(org.apache.xmlbeans.XmlString text)
String getCoverage()
org.apache.xmlbeans.XmlString xgetCoverage()
boolean isSetCoverage()
void setCoverage(String coverage)
void xsetCoverage(org.apache.xmlbeans.XmlString coverage)
void unsetCoverage()
Copyright © 2019. All Rights Reserved.