Package org.docx4j.wml
Class CTOdsoFieldMapData
java.lang.Object
org.docx4j.wml.CTOdsoFieldMapData
- All Implemented Interfaces:
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTOdsoFieldMapData.Columnprotected BooleanDefaultTrueprotected CTLangprotected CTOdsoFieldMapData.MappedNameprotected CTOdsoFieldMapData.Nameprotected CTMailMergeOdsoFMDFieldType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the column property.Gets the value of the dynamicAddress property.getLid()Gets the value of the lid property.Gets the value of the mappedName property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.getType()Gets the value of the type property.voidSets the value of the column property.voidSets the value of the dynamicAddress property.voidSets the value of the lid property.voidSets the value of the mappedName property.voidsetName(CTOdsoFieldMapData.Name value) Sets the value of the name property.voidvoidSets the value of the type property.
-
Field Details
-
type
-
name
-
mappedName
-
column
-
lid
-
dynamicAddress
-
-
Constructor Details
-
CTOdsoFieldMapData
public CTOdsoFieldMapData()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
CTMailMergeOdsoFMDFieldType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCTMailMergeOdsoFMDFieldType
-
getName
Gets the value of the name property.- Returns:
- possible object is
CTOdsoFieldMapData.Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isCTOdsoFieldMapData.Name
-
getMappedName
Gets the value of the mappedName property.- Returns:
- possible object is
CTOdsoFieldMapData.MappedName
-
setMappedName
Sets the value of the mappedName property.- Parameters:
value- allowed object isCTOdsoFieldMapData.MappedName
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
CTOdsoFieldMapData.Column
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isCTOdsoFieldMapData.Column
-
getLid
Gets the value of the lid property.- Returns:
- possible object is
CTLang
-
setLid
Sets the value of the lid property.- Parameters:
value- allowed object isCTLang
-
getDynamicAddress
Gets the value of the dynamicAddress property.- Returns:
- possible object is
BooleanDefaultTrue
-
setDynamicAddress
Sets the value of the dynamicAddress property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-