public class CTOdsoFieldMapData extends Object implements Child
Java class for CT_OdsoFieldMapData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OdsoFieldMapData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_MailMergeOdsoFMDFieldType" minOccurs="0"/>
<element name="name" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="mappedName" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="column" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="lid" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Lang" minOccurs="0"/>
<element name="dynamicAddress" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTOdsoFieldMapData.Column
Java class for anonymous complex type.
|
static class |
CTOdsoFieldMapData.MappedName
Java class for anonymous complex type.
|
static class |
CTOdsoFieldMapData.Name
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTOdsoFieldMapData.Column |
column |
protected BooleanDefaultTrue |
dynamicAddress |
protected CTLang |
lid |
protected CTOdsoFieldMapData.MappedName |
mappedName |
protected CTOdsoFieldMapData.Name |
name |
protected CTMailMergeOdsoFMDFieldType |
type |
| Constructor and Description |
|---|
CTOdsoFieldMapData() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTOdsoFieldMapData.Column |
getColumn()
Gets the value of the column property.
|
BooleanDefaultTrue |
getDynamicAddress()
Gets the value of the dynamicAddress property.
|
CTLang |
getLid()
Gets the value of the lid property.
|
CTOdsoFieldMapData.MappedName |
getMappedName()
Gets the value of the mappedName property.
|
CTOdsoFieldMapData.Name |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTMailMergeOdsoFMDFieldType |
getType()
Gets the value of the type property.
|
void |
setColumn(CTOdsoFieldMapData.Column value)
Sets the value of the column property.
|
void |
setDynamicAddress(BooleanDefaultTrue value)
Sets the value of the dynamicAddress property.
|
void |
setLid(CTLang value)
Sets the value of the lid property.
|
void |
setMappedName(CTOdsoFieldMapData.MappedName value)
Sets the value of the mappedName property.
|
void |
setName(CTOdsoFieldMapData.Name value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setType(CTMailMergeOdsoFMDFieldType value)
Sets the value of the type property.
|
protected CTMailMergeOdsoFMDFieldType type
protected CTOdsoFieldMapData.Name name
protected CTOdsoFieldMapData.MappedName mappedName
protected CTOdsoFieldMapData.Column column
protected CTLang lid
protected BooleanDefaultTrue dynamicAddress
public CTMailMergeOdsoFMDFieldType getType()
CTMailMergeOdsoFMDFieldTypepublic void setType(CTMailMergeOdsoFMDFieldType value)
value - allowed object is
CTMailMergeOdsoFMDFieldTypepublic CTOdsoFieldMapData.Name getName()
CTOdsoFieldMapData.Namepublic void setName(CTOdsoFieldMapData.Name value)
value - allowed object is
CTOdsoFieldMapData.Namepublic CTOdsoFieldMapData.MappedName getMappedName()
CTOdsoFieldMapData.MappedNamepublic void setMappedName(CTOdsoFieldMapData.MappedName value)
value - allowed object is
CTOdsoFieldMapData.MappedNamepublic CTOdsoFieldMapData.Column getColumn()
CTOdsoFieldMapData.Columnpublic void setColumn(CTOdsoFieldMapData.Column value)
value - allowed object is
CTOdsoFieldMapData.Columnpublic CTLang getLid()
CTLangpublic void setLid(CTLang value)
value - allowed object is
CTLangpublic BooleanDefaultTrue getDynamicAddress()
BooleanDefaultTruepublic void setDynamicAddress(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.