Interface CTOdsoFieldMapData
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OdsoFieldMapData(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOdsoFieldMapData> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "column" elementAppends and returns a new empty "dynamicAddress" elementAppends and returns a new empty "lid" elementAppends and returns a new empty "mappedName" elementAppends and returns a new empty "name" elementAppends and returns a new empty "type" elementGets the "column" elementGets the "dynamicAddress" elementgetLid()Gets the "lid" elementGets the "mappedName" elementgetName()Gets the "name" elementgetType()Gets the "type" elementbooleanTrue if has "column" elementbooleanTrue if has "dynamicAddress" elementbooleanisSetLid()True if has "lid" elementbooleanTrue if has "mappedName" elementbooleanTrue if has "name" elementbooleanTrue if has "type" elementvoidsetColumn(CTDecimalNumber column) Sets the "column" elementvoidsetDynamicAddress(CTOnOff dynamicAddress) Sets the "dynamicAddress" elementvoidSets the "lid" elementvoidsetMappedName(CTString mappedName) Sets the "mappedName" elementvoidSets the "name" elementvoidSets the "type" elementvoidUnsets the "column" elementvoidUnsets the "dynamicAddress" elementvoidunsetLid()Unsets the "lid" elementvoidUnsets the "mappedName" elementvoidUnsets the "name" elementvoidUnsets the "type" elementMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getType
CTMailMergeOdsoFMDFieldType getType()Gets the "type" element -
isSetType
boolean isSetType()True if has "type" element -
setType
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
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
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
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
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
Sets the "dynamicAddress" element -
addNewDynamicAddress
CTOnOff addNewDynamicAddress()Appends and returns a new empty "dynamicAddress" element -
unsetDynamicAddress
void unsetDynamicAddress()Unsets the "dynamicAddress" element
-