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 classCTOdsoFieldMapData.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 Modifier and Type Method Description CTDecimalNumberaddNewColumn()Appends and returns a new empty "column" elementCTOnOffaddNewDynamicAddress()Appends and returns a new empty "dynamicAddress" elementCTLangaddNewLid()Appends and returns a new empty "lid" elementCTStringaddNewMappedName()Appends and returns a new empty "mappedName" elementCTStringaddNewName()Appends and returns a new empty "name" elementCTMailMergeOdsoFMDFieldTypeaddNewType()Appends and returns a new empty "type" elementCTDecimalNumbergetColumn()Gets the "column" elementCTOnOffgetDynamicAddress()Gets the "dynamicAddress" elementCTLanggetLid()Gets the "lid" elementCTStringgetMappedName()Gets the "mappedName" elementCTStringgetName()Gets the "name" elementCTMailMergeOdsoFMDFieldTypegetType()Gets the "type" elementbooleanisSetColumn()True if has "column" elementbooleanisSetDynamicAddress()True if has "dynamicAddress" elementbooleanisSetLid()True if has "lid" elementbooleanisSetMappedName()True if has "mappedName" elementbooleanisSetName()True if has "name" elementbooleanisSetType()True if has "type" elementvoidsetColumn(CTDecimalNumber column)Sets the "column" elementvoidsetDynamicAddress(CTOnOff dynamicAddress)Sets the "dynamicAddress" elementvoidsetLid(CTLang lid)Sets the "lid" elementvoidsetMappedName(CTString mappedName)Sets the "mappedName" elementvoidsetName(CTString name)Sets the "name" elementvoidsetType(CTMailMergeOdsoFMDFieldType type)Sets the "type" elementvoidunsetColumn()Unsets the "column" elementvoidunsetDynamicAddress()Unsets the "dynamicAddress" elementvoidunsetLid()Unsets the "lid" elementvoidunsetMappedName()Unsets the "mappedName" elementvoidunsetName()Unsets the "name" elementvoidunsetType()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
-
-