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 classCTOdso.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 CTDecimalNumberaddNewColDelim()Appends and returns a new empty "colDelim" elementCTOnOffaddNewFHdr()Appends and returns a new empty "fHdr" elementCTOdsoFieldMapDataaddNewFieldMapData()Appends and returns a new empty value (as xml) as the last "fieldMapData" elementCTReladdNewRecipientData()Appends and returns a new empty value (as xml) as the last "recipientData" elementCTReladdNewSrc()Appends and returns a new empty "src" elementCTStringaddNewTable()Appends and returns a new empty "table" elementCTMailMergeSourceTypeaddNewType()Appends and returns a new empty "type" elementCTStringaddNewUdl()Appends and returns a new empty "udl" elementCTDecimalNumbergetColDelim()Gets the "colDelim" elementCTOnOffgetFHdr()Gets the "fHdr" elementCTOdsoFieldMapData[]getFieldMapDataArray()Deprecated.CTOdsoFieldMapDatagetFieldMapDataArray(int i)Gets ith "fieldMapData" elementjava.util.List<CTOdsoFieldMapData>getFieldMapDataList()Gets a List of "fieldMapData" elementsCTRel[]getRecipientDataArray()Deprecated.CTRelgetRecipientDataArray(int i)Gets ith "recipientData" elementjava.util.List<CTRel>getRecipientDataList()Gets a List of "recipientData" elementsCTRelgetSrc()Gets the "src" elementCTStringgetTable()Gets the "table" elementCTMailMergeSourceTypegetType()Gets the "type" elementCTStringgetUdl()Gets the "udl" elementCTOdsoFieldMapDatainsertNewFieldMapData(int i)Inserts and returns a new empty value (as xml) as the ith "fieldMapData" elementCTRelinsertNewRecipientData(int i)Inserts and returns a new empty value (as xml) as the ith "recipientData" elementbooleanisSetColDelim()True if has "colDelim" elementbooleanisSetFHdr()True if has "fHdr" elementbooleanisSetSrc()True if has "src" elementbooleanisSetTable()True if has "table" elementbooleanisSetType()True if has "type" elementbooleanisSetUdl()True if has "udl" elementvoidremoveFieldMapData(int i)Removes the ith "fieldMapData" elementvoidremoveRecipientData(int i)Removes the ith "recipientData" elementvoidsetColDelim(CTDecimalNumber colDelim)Sets the "colDelim" elementvoidsetFHdr(CTOnOff fHdr)Sets the "fHdr" elementvoidsetFieldMapDataArray(int i, CTOdsoFieldMapData fieldMapData)Sets ith "fieldMapData" elementvoidsetFieldMapDataArray(CTOdsoFieldMapData[] fieldMapDataArray)Sets array of all "fieldMapData" elementvoidsetRecipientDataArray(int i, CTRel recipientData)Sets ith "recipientData" elementvoidsetRecipientDataArray(CTRel[] recipientDataArray)Sets array of all "recipientData" elementvoidsetSrc(CTRel src)Sets the "src" elementvoidsetTable(CTString table)Sets the "table" elementvoidsetType(CTMailMergeSourceType type)Sets the "type" elementvoidsetUdl(CTString udl)Sets the "udl" elementintsizeOfFieldMapDataArray()Returns number of "fieldMapData" elementintsizeOfRecipientDataArray()Returns number of "recipientData" elementvoidunsetColDelim()Unsets the "colDelim" elementvoidunsetFHdr()Unsets the "fHdr" elementvoidunsetSrc()Unsets the "src" elementvoidunsetTable()Unsets the "table" elementvoidunsetType()Unsets the "type" elementvoidunsetUdl()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
-
-