Interface Ui8Document
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface Ui8Document extends XmlObject
A document containing one ui8(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<Ui8Document>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.math.BigIntegergetUi8()Gets the "ui8" elementvoidsetUi8(java.math.BigInteger ui8)Sets the "ui8" elementXmlUnsignedLongxgetUi8()Gets (as xml) the "ui8" elementvoidxsetUi8(XmlUnsignedLong ui8)Sets (as xml) the "ui8" element-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<Ui8Document> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getUi8
java.math.BigInteger getUi8()
Gets the "ui8" element
-
xgetUi8
XmlUnsignedLong xgetUi8()
Gets (as xml) the "ui8" element
-
setUi8
void setUi8(java.math.BigInteger ui8)
Sets the "ui8" element
-
xsetUi8
void xsetUi8(XmlUnsignedLong ui8)
Sets (as xml) the "ui8" element
-
-