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 classCTPaperSource.FactoryA factory class with static methods for creating instances of this type. 
- 
Field Summary
Fields Modifier and Type Field Description static 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.BigIntegergetFirst()Gets the "first" attributejava.math.BigIntegergetOther()Gets the "other" attributebooleanisSetFirst()True if has "first" attributebooleanisSetOther()True if has "other" attributevoidsetFirst(java.math.BigInteger first)Sets the "first" attributevoidsetOther(java.math.BigInteger other)Sets the "other" attributevoidunsetFirst()Unsets the "first" attributevoidunsetOther()Unsets the "other" attributeSTDecimalNumberxgetFirst()Gets (as xml) the "first" attributeSTDecimalNumberxgetOther()Gets (as xml) the "other" attributevoidxsetFirst(STDecimalNumber first)Sets (as xml) the "first" attributevoidxsetOther(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 
 - 
 
 -