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 classCTDocRsids.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 Deprecated Methods Modifier and Type Method Description CTLongHexNumberaddNewRsid()Appends and returns a new empty value (as xml) as the last "rsid" elementCTLongHexNumberaddNewRsidRoot()Appends and returns a new empty "rsidRoot" elementCTLongHexNumber[]getRsidArray()Deprecated.CTLongHexNumbergetRsidArray(int i)Gets ith "rsid" elementjava.util.List<CTLongHexNumber>getRsidList()Gets a List of "rsid" elementsCTLongHexNumbergetRsidRoot()Gets the "rsidRoot" elementCTLongHexNumberinsertNewRsid(int i)Inserts and returns a new empty value (as xml) as the ith "rsid" elementbooleanisSetRsidRoot()True if has "rsidRoot" elementvoidremoveRsid(int i)Removes the ith "rsid" elementvoidsetRsidArray(int i, CTLongHexNumber rsid)Sets ith "rsid" elementvoidsetRsidArray(CTLongHexNumber[] rsidArray)Sets array of all "rsid" elementvoidsetRsidRoot(CTLongHexNumber rsidRoot)Sets the "rsidRoot" elementintsizeOfRsidArray()Returns number of "rsid" elementvoidunsetRsidRoot()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
-
-