Interface CTDocRsids
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDocRsids extends XmlObject
An XML CT_DocRsids(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDocRsids.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 Deprecated Methods Modifier and Type Method Description CTLongHexNumber
addNewRsid()
Appends and returns a new empty value (as xml) as the last "rsid" elementCTLongHexNumber
addNewRsidRoot()
Appends and returns a new empty "rsidRoot" elementCTLongHexNumber[]
getRsidArray()
Deprecated.CTLongHexNumber
getRsidArray(int i)
Gets ith "rsid" elementjava.util.List<CTLongHexNumber>
getRsidList()
Gets a List of "rsid" elementsCTLongHexNumber
getRsidRoot()
Gets the "rsidRoot" elementCTLongHexNumber
insertNewRsid(int i)
Inserts and returns a new empty value (as xml) as the ith "rsid" elementboolean
isSetRsidRoot()
True if has "rsidRoot" elementvoid
removeRsid(int i)
Removes the ith "rsid" elementvoid
setRsidArray(int i, CTLongHexNumber rsid)
Sets ith "rsid" elementvoid
setRsidArray(CTLongHexNumber[] rsidArray)
Sets array of all "rsid" elementvoid
setRsidRoot(CTLongHexNumber rsidRoot)
Sets the "rsidRoot" elementint
sizeOfRsidArray()
Returns number of "rsid" elementvoid
unsetRsidRoot()
Unsets the "rsidRoot" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getRsidRoot
CTLongHexNumber getRsidRoot()
Gets the "rsidRoot" element
-
isSetRsidRoot
boolean isSetRsidRoot()
True if has "rsidRoot" element
-
setRsidRoot
void setRsidRoot(CTLongHexNumber rsidRoot)
Sets the "rsidRoot" element
-
addNewRsidRoot
CTLongHexNumber addNewRsidRoot()
Appends and returns a new empty "rsidRoot" element
-
unsetRsidRoot
void unsetRsidRoot()
Unsets the "rsidRoot" element
-
getRsidList
java.util.List<CTLongHexNumber> getRsidList()
Gets a List of "rsid" elements
-
getRsidArray
@Deprecated CTLongHexNumber[] getRsidArray()
Deprecated.Gets array of all "rsid" elements
-
getRsidArray
CTLongHexNumber getRsidArray(int i)
Gets ith "rsid" element
-
sizeOfRsidArray
int sizeOfRsidArray()
Returns number of "rsid" element
-
setRsidArray
void setRsidArray(CTLongHexNumber[] rsidArray)
Sets array of all "rsid" element
-
setRsidArray
void setRsidArray(int i, CTLongHexNumber rsid)
Sets ith "rsid" element
-
insertNewRsid
CTLongHexNumber insertNewRsid(int i)
Inserts and returns a new empty value (as xml) as the ith "rsid" element
-
addNewRsid
CTLongHexNumber addNewRsid()
Appends and returns a new empty value (as xml) as the last "rsid" element
-
removeRsid
void removeRsid(int i)
Removes the ith "rsid" element
-
-