Interface CTPaperSource
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPaperSource extends XmlObject
An XML CT_PaperSource(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPaperSource.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.BigInteger
getFirst()
Gets the "first" attributejava.math.BigInteger
getOther()
Gets the "other" attributeboolean
isSetFirst()
True if has "first" attributeboolean
isSetOther()
True if has "other" attributevoid
setFirst(java.math.BigInteger first)
Sets the "first" attributevoid
setOther(java.math.BigInteger other)
Sets the "other" attributevoid
unsetFirst()
Unsets the "first" attributevoid
unsetOther()
Unsets the "other" attributeSTDecimalNumber
xgetFirst()
Gets (as xml) the "first" attributeSTDecimalNumber
xgetOther()
Gets (as xml) the "other" attributevoid
xsetFirst(STDecimalNumber first)
Sets (as xml) the "first" attributevoid
xsetOther(STDecimalNumber other)
Sets (as xml) the "other" attribute-
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
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getFirst
java.math.BigInteger getFirst()
Gets the "first" attribute
-
xgetFirst
STDecimalNumber xgetFirst()
Gets (as xml) the "first" attribute
-
isSetFirst
boolean isSetFirst()
True if has "first" attribute
-
setFirst
void setFirst(java.math.BigInteger first)
Sets the "first" attribute
-
xsetFirst
void xsetFirst(STDecimalNumber first)
Sets (as xml) the "first" attribute
-
unsetFirst
void unsetFirst()
Unsets the "first" attribute
-
getOther
java.math.BigInteger getOther()
Gets the "other" attribute
-
xgetOther
STDecimalNumber xgetOther()
Gets (as xml) the "other" attribute
-
isSetOther
boolean isSetOther()
True if has "other" attribute
-
setOther
void setOther(java.math.BigInteger other)
Sets the "other" attribute
-
xsetOther
void xsetOther(STDecimalNumber other)
Sets (as xml) the "other" attribute
-
unsetOther
void unsetOther()
Unsets the "other" attribute
-
-