Interface CTOdsoFieldMapData
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTOdsoFieldMapData extends XmlObject
An XML CT_OdsoFieldMapData(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTOdsoFieldMapData.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 Modifier and Type Method Description CTDecimalNumber
addNewColumn()
Appends and returns a new empty "column" elementCTOnOff
addNewDynamicAddress()
Appends and returns a new empty "dynamicAddress" elementCTLang
addNewLid()
Appends and returns a new empty "lid" elementCTString
addNewMappedName()
Appends and returns a new empty "mappedName" elementCTString
addNewName()
Appends and returns a new empty "name" elementCTMailMergeOdsoFMDFieldType
addNewType()
Appends and returns a new empty "type" elementCTDecimalNumber
getColumn()
Gets the "column" elementCTOnOff
getDynamicAddress()
Gets the "dynamicAddress" elementCTLang
getLid()
Gets the "lid" elementCTString
getMappedName()
Gets the "mappedName" elementCTString
getName()
Gets the "name" elementCTMailMergeOdsoFMDFieldType
getType()
Gets the "type" elementboolean
isSetColumn()
True if has "column" elementboolean
isSetDynamicAddress()
True if has "dynamicAddress" elementboolean
isSetLid()
True if has "lid" elementboolean
isSetMappedName()
True if has "mappedName" elementboolean
isSetName()
True if has "name" elementboolean
isSetType()
True if has "type" elementvoid
setColumn(CTDecimalNumber column)
Sets the "column" elementvoid
setDynamicAddress(CTOnOff dynamicAddress)
Sets the "dynamicAddress" elementvoid
setLid(CTLang lid)
Sets the "lid" elementvoid
setMappedName(CTString mappedName)
Sets the "mappedName" elementvoid
setName(CTString name)
Sets the "name" elementvoid
setType(CTMailMergeOdsoFMDFieldType type)
Sets the "type" elementvoid
unsetColumn()
Unsets the "column" elementvoid
unsetDynamicAddress()
Unsets the "dynamicAddress" elementvoid
unsetLid()
Unsets the "lid" elementvoid
unsetMappedName()
Unsets the "mappedName" elementvoid
unsetName()
Unsets the "name" elementvoid
unsetType()
Unsets the "type" 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
-
getType
CTMailMergeOdsoFMDFieldType getType()
Gets the "type" element
-
isSetType
boolean isSetType()
True if has "type" element
-
setType
void setType(CTMailMergeOdsoFMDFieldType type)
Sets the "type" element
-
addNewType
CTMailMergeOdsoFMDFieldType addNewType()
Appends and returns a new empty "type" element
-
unsetType
void unsetType()
Unsets the "type" element
-
getName
CTString getName()
Gets the "name" element
-
isSetName
boolean isSetName()
True if has "name" element
-
setName
void setName(CTString name)
Sets the "name" element
-
addNewName
CTString addNewName()
Appends and returns a new empty "name" element
-
unsetName
void unsetName()
Unsets the "name" element
-
getMappedName
CTString getMappedName()
Gets the "mappedName" element
-
isSetMappedName
boolean isSetMappedName()
True if has "mappedName" element
-
setMappedName
void setMappedName(CTString mappedName)
Sets the "mappedName" element
-
addNewMappedName
CTString addNewMappedName()
Appends and returns a new empty "mappedName" element
-
unsetMappedName
void unsetMappedName()
Unsets the "mappedName" element
-
getColumn
CTDecimalNumber getColumn()
Gets the "column" element
-
isSetColumn
boolean isSetColumn()
True if has "column" element
-
setColumn
void setColumn(CTDecimalNumber column)
Sets the "column" element
-
addNewColumn
CTDecimalNumber addNewColumn()
Appends and returns a new empty "column" element
-
unsetColumn
void unsetColumn()
Unsets the "column" element
-
getLid
CTLang getLid()
Gets the "lid" element
-
isSetLid
boolean isSetLid()
True if has "lid" element
-
setLid
void setLid(CTLang lid)
Sets the "lid" element
-
addNewLid
CTLang addNewLid()
Appends and returns a new empty "lid" element
-
unsetLid
void unsetLid()
Unsets the "lid" element
-
getDynamicAddress
CTOnOff getDynamicAddress()
Gets the "dynamicAddress" element
-
isSetDynamicAddress
boolean isSetDynamicAddress()
True if has "dynamicAddress" element
-
setDynamicAddress
void setDynamicAddress(CTOnOff dynamicAddress)
Sets the "dynamicAddress" element
-
addNewDynamicAddress
CTOnOff addNewDynamicAddress()
Appends and returns a new empty "dynamicAddress" element
-
unsetDynamicAddress
void unsetDynamicAddress()
Unsets the "dynamicAddress" element
-
-