Interface Ui2Document
- All Superinterfaces:
XmlObject,XmlTokenSource
A document containing one ui2(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element.
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<Ui2Document> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionintgetUi2()Gets the "ui2" elementvoidsetUi2(int ui2) Sets the "ui2" elementxgetUi2()Gets (as xml) the "ui2" elementvoidxsetUi2(XmlUnsignedShort ui2) Sets (as xml) the "ui2" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getUi2
int getUi2()Gets the "ui2" element -
xgetUi2
XmlUnsignedShort xgetUi2()Gets (as xml) the "ui2" element -
setUi2
void setUi2(int ui2) Sets the "ui2" element -
xsetUi2
Sets (as xml) the "ui2" element
-