Class CTOdso
- All Implemented Interfaces:
Child
public class CTOdso extends java.lang.Object implements Child
Java class for CT_Odso complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Odso">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="udl" 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="table" 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="src" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Rel" minOccurs="0"/>
<element name="colDelim" 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="type" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_MailMergeSourceType" minOccurs="0"/>
<element name="fHdr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="fieldMapData" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_OdsoFieldMapData" maxOccurs="unbounded" minOccurs="0"/>
<element name="recipientData" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Rel" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTOdso.ColDelimJava class for anonymous complex type.static classCTOdso.TableJava class for anonymous complex type.static classCTOdso.UdlJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected CTOdso.ColDelimcolDelimprotected BooleanDefaultTruefHdrprotected java.util.List<CTOdsoFieldMapData>fieldMapDataprotected java.util.List<CTRel>recipientDataprotected CTRelsrcprotected CTOdso.Tabletableprotected CTMailMergeSourceTypetypeprotected CTOdso.Udludl -
Constructor Summary
Constructors Constructor Description CTOdso() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTOdso.ColDelimgetColDelim()Gets the value of the colDelim property.BooleanDefaultTruegetFHdr()Gets the value of the fHdr property.java.util.List<CTOdsoFieldMapData>getFieldMapData()Gets the value of the fieldMapData property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.util.List<CTRel>getRecipientData()Gets the value of the recipientData property.CTRelgetSrc()Gets the value of the src property.CTOdso.TablegetTable()Gets the value of the table property.CTMailMergeSourceTypegetType()Gets the value of the type property.CTOdso.UdlgetUdl()Gets the value of the udl property.voidsetColDelim(CTOdso.ColDelim value)Sets the value of the colDelim property.voidsetFHdr(BooleanDefaultTrue value)Sets the value of the fHdr property.voidsetParent(java.lang.Object parent)voidsetSrc(CTRel value)Sets the value of the src property.voidsetTable(CTOdso.Table value)Sets the value of the table property.voidsetType(CTMailMergeSourceType value)Sets the value of the type property.voidsetUdl(CTOdso.Udl value)Sets the value of the udl property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
udl
-
table
-
src
-
colDelim
-
type
-
fHdr
-
fieldMapData
-
recipientData
-
-
Constructor Details
-
CTOdso
public CTOdso()
-
-
Method Details
-
getUdl
Gets the value of the udl property.- Returns:
- possible object is
CTOdso.Udl
-
setUdl
Sets the value of the udl property.- Parameters:
value- allowed object isCTOdso.Udl
-
getTable
Gets the value of the table property.- Returns:
- possible object is
CTOdso.Table
-
setTable
Sets the value of the table property.- Parameters:
value- allowed object isCTOdso.Table
-
getSrc
Gets the value of the src property.- Returns:
- possible object is
CTRel
-
setSrc
Sets the value of the src property.- Parameters:
value- allowed object isCTRel
-
getColDelim
Gets the value of the colDelim property.- Returns:
- possible object is
CTOdso.ColDelim
-
setColDelim
Sets the value of the colDelim property.- Parameters:
value- allowed object isCTOdso.ColDelim
-
getType
Gets the value of the type property.- Returns:
- possible object is
CTMailMergeSourceType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCTMailMergeSourceType
-
getFHdr
Gets the value of the fHdr property.- Returns:
- possible object is
BooleanDefaultTrue
-
setFHdr
Sets the value of the fHdr property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getFieldMapData
Gets the value of the fieldMapData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the fieldMapData property.For example, to add a new item, do as follows:
getFieldMapData().add(newItem);Objects of the following type(s) are allowed in the list
CTOdsoFieldMapData -
getRecipientData
Gets the value of the recipientData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the recipientData property.For example, to add a new item, do as follows:
getRecipientData().add(newItem);Objects of the following type(s) are allowed in the list
CTRel -
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-