Interface CTOdso
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTOdso extends XmlObject
An XML CT_Odso(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTOdso.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 CTDecimalNumber
addNewColDelim()
Appends and returns a new empty "colDelim" elementCTOnOff
addNewFHdr()
Appends and returns a new empty "fHdr" elementCTOdsoFieldMapData
addNewFieldMapData()
Appends and returns a new empty value (as xml) as the last "fieldMapData" elementCTRel
addNewRecipientData()
Appends and returns a new empty value (as xml) as the last "recipientData" elementCTRel
addNewSrc()
Appends and returns a new empty "src" elementCTString
addNewTable()
Appends and returns a new empty "table" elementCTMailMergeSourceType
addNewType()
Appends and returns a new empty "type" elementCTString
addNewUdl()
Appends and returns a new empty "udl" elementCTDecimalNumber
getColDelim()
Gets the "colDelim" elementCTOnOff
getFHdr()
Gets the "fHdr" elementCTOdsoFieldMapData[]
getFieldMapDataArray()
Deprecated.CTOdsoFieldMapData
getFieldMapDataArray(int i)
Gets ith "fieldMapData" elementjava.util.List<CTOdsoFieldMapData>
getFieldMapDataList()
Gets a List of "fieldMapData" elementsCTRel[]
getRecipientDataArray()
Deprecated.CTRel
getRecipientDataArray(int i)
Gets ith "recipientData" elementjava.util.List<CTRel>
getRecipientDataList()
Gets a List of "recipientData" elementsCTRel
getSrc()
Gets the "src" elementCTString
getTable()
Gets the "table" elementCTMailMergeSourceType
getType()
Gets the "type" elementCTString
getUdl()
Gets the "udl" elementCTOdsoFieldMapData
insertNewFieldMapData(int i)
Inserts and returns a new empty value (as xml) as the ith "fieldMapData" elementCTRel
insertNewRecipientData(int i)
Inserts and returns a new empty value (as xml) as the ith "recipientData" elementboolean
isSetColDelim()
True if has "colDelim" elementboolean
isSetFHdr()
True if has "fHdr" elementboolean
isSetSrc()
True if has "src" elementboolean
isSetTable()
True if has "table" elementboolean
isSetType()
True if has "type" elementboolean
isSetUdl()
True if has "udl" elementvoid
removeFieldMapData(int i)
Removes the ith "fieldMapData" elementvoid
removeRecipientData(int i)
Removes the ith "recipientData" elementvoid
setColDelim(CTDecimalNumber colDelim)
Sets the "colDelim" elementvoid
setFHdr(CTOnOff fHdr)
Sets the "fHdr" elementvoid
setFieldMapDataArray(int i, CTOdsoFieldMapData fieldMapData)
Sets ith "fieldMapData" elementvoid
setFieldMapDataArray(CTOdsoFieldMapData[] fieldMapDataArray)
Sets array of all "fieldMapData" elementvoid
setRecipientDataArray(int i, CTRel recipientData)
Sets ith "recipientData" elementvoid
setRecipientDataArray(CTRel[] recipientDataArray)
Sets array of all "recipientData" elementvoid
setSrc(CTRel src)
Sets the "src" elementvoid
setTable(CTString table)
Sets the "table" elementvoid
setType(CTMailMergeSourceType type)
Sets the "type" elementvoid
setUdl(CTString udl)
Sets the "udl" elementint
sizeOfFieldMapDataArray()
Returns number of "fieldMapData" elementint
sizeOfRecipientDataArray()
Returns number of "recipientData" elementvoid
unsetColDelim()
Unsets the "colDelim" elementvoid
unsetFHdr()
Unsets the "fHdr" elementvoid
unsetSrc()
Unsets the "src" elementvoid
unsetTable()
Unsets the "table" elementvoid
unsetType()
Unsets the "type" elementvoid
unsetUdl()
Unsets the "udl" 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
-
getUdl
CTString getUdl()
Gets the "udl" element
-
isSetUdl
boolean isSetUdl()
True if has "udl" element
-
setUdl
void setUdl(CTString udl)
Sets the "udl" element
-
addNewUdl
CTString addNewUdl()
Appends and returns a new empty "udl" element
-
unsetUdl
void unsetUdl()
Unsets the "udl" element
-
getTable
CTString getTable()
Gets the "table" element
-
isSetTable
boolean isSetTable()
True if has "table" element
-
setTable
void setTable(CTString table)
Sets the "table" element
-
addNewTable
CTString addNewTable()
Appends and returns a new empty "table" element
-
unsetTable
void unsetTable()
Unsets the "table" element
-
getSrc
CTRel getSrc()
Gets the "src" element
-
isSetSrc
boolean isSetSrc()
True if has "src" element
-
setSrc
void setSrc(CTRel src)
Sets the "src" element
-
addNewSrc
CTRel addNewSrc()
Appends and returns a new empty "src" element
-
unsetSrc
void unsetSrc()
Unsets the "src" element
-
getColDelim
CTDecimalNumber getColDelim()
Gets the "colDelim" element
-
isSetColDelim
boolean isSetColDelim()
True if has "colDelim" element
-
setColDelim
void setColDelim(CTDecimalNumber colDelim)
Sets the "colDelim" element
-
addNewColDelim
CTDecimalNumber addNewColDelim()
Appends and returns a new empty "colDelim" element
-
unsetColDelim
void unsetColDelim()
Unsets the "colDelim" element
-
getType
CTMailMergeSourceType getType()
Gets the "type" element
-
isSetType
boolean isSetType()
True if has "type" element
-
setType
void setType(CTMailMergeSourceType type)
Sets the "type" element
-
addNewType
CTMailMergeSourceType addNewType()
Appends and returns a new empty "type" element
-
unsetType
void unsetType()
Unsets the "type" element
-
getFHdr
CTOnOff getFHdr()
Gets the "fHdr" element
-
isSetFHdr
boolean isSetFHdr()
True if has "fHdr" element
-
setFHdr
void setFHdr(CTOnOff fHdr)
Sets the "fHdr" element
-
addNewFHdr
CTOnOff addNewFHdr()
Appends and returns a new empty "fHdr" element
-
unsetFHdr
void unsetFHdr()
Unsets the "fHdr" element
-
getFieldMapDataList
java.util.List<CTOdsoFieldMapData> getFieldMapDataList()
Gets a List of "fieldMapData" elements
-
getFieldMapDataArray
@Deprecated CTOdsoFieldMapData[] getFieldMapDataArray()
Deprecated.Gets array of all "fieldMapData" elements
-
getFieldMapDataArray
CTOdsoFieldMapData getFieldMapDataArray(int i)
Gets ith "fieldMapData" element
-
sizeOfFieldMapDataArray
int sizeOfFieldMapDataArray()
Returns number of "fieldMapData" element
-
setFieldMapDataArray
void setFieldMapDataArray(CTOdsoFieldMapData[] fieldMapDataArray)
Sets array of all "fieldMapData" element
-
setFieldMapDataArray
void setFieldMapDataArray(int i, CTOdsoFieldMapData fieldMapData)
Sets ith "fieldMapData" element
-
insertNewFieldMapData
CTOdsoFieldMapData insertNewFieldMapData(int i)
Inserts and returns a new empty value (as xml) as the ith "fieldMapData" element
-
addNewFieldMapData
CTOdsoFieldMapData addNewFieldMapData()
Appends and returns a new empty value (as xml) as the last "fieldMapData" element
-
removeFieldMapData
void removeFieldMapData(int i)
Removes the ith "fieldMapData" element
-
getRecipientDataList
java.util.List<CTRel> getRecipientDataList()
Gets a List of "recipientData" elements
-
getRecipientDataArray
@Deprecated CTRel[] getRecipientDataArray()
Deprecated.Gets array of all "recipientData" elements
-
getRecipientDataArray
CTRel getRecipientDataArray(int i)
Gets ith "recipientData" element
-
sizeOfRecipientDataArray
int sizeOfRecipientDataArray()
Returns number of "recipientData" element
-
setRecipientDataArray
void setRecipientDataArray(CTRel[] recipientDataArray)
Sets array of all "recipientData" element
-
setRecipientDataArray
void setRecipientDataArray(int i, CTRel recipientData)
Sets ith "recipientData" element
-
insertNewRecipientData
CTRel insertNewRecipientData(int i)
Inserts and returns a new empty value (as xml) as the ith "recipientData" element
-
addNewRecipientData
CTRel addNewRecipientData()
Appends and returns a new empty value (as xml) as the last "recipientData" element
-
removeRecipientData
void removeRecipientData(int i)
Removes the ith "recipientData" element
-
-