public class CTOdso extends 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTOdso.ColDelim
Java class for anonymous complex type.
|
static class |
CTOdso.Table
Java class for anonymous complex type.
|
static class |
CTOdso.Udl
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTOdso.ColDelim |
colDelim |
protected BooleanDefaultTrue |
fHdr |
protected List<CTOdsoFieldMapData> |
fieldMapData |
protected List<CTRel> |
recipientData |
protected CTRel |
src |
protected CTOdso.Table |
table |
protected CTMailMergeSourceType |
type |
protected CTOdso.Udl |
udl |
| Constructor and Description |
|---|
CTOdso() |
| 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.
|
CTOdso.ColDelim |
getColDelim()
Gets the value of the colDelim property.
|
BooleanDefaultTrue |
getFHdr()
Gets the value of the fHdr property.
|
List<CTOdsoFieldMapData> |
getFieldMapData()
Gets the value of the fieldMapData property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
List<CTRel> |
getRecipientData()
Gets the value of the recipientData property.
|
CTRel |
getSrc()
Gets the value of the src property.
|
CTOdso.Table |
getTable()
Gets the value of the table property.
|
CTMailMergeSourceType |
getType()
Gets the value of the type property.
|
CTOdso.Udl |
getUdl()
Gets the value of the udl property.
|
void |
setColDelim(CTOdso.ColDelim value)
Sets the value of the colDelim property.
|
void |
setFHdr(BooleanDefaultTrue value)
Sets the value of the fHdr property.
|
void |
setParent(Object parent) |
void |
setSrc(CTRel value)
Sets the value of the src property.
|
void |
setTable(CTOdso.Table value)
Sets the value of the table property.
|
void |
setType(CTMailMergeSourceType value)
Sets the value of the type property.
|
void |
setUdl(CTOdso.Udl value)
Sets the value of the udl property.
|
protected CTOdso.Udl udl
protected CTOdso.Table table
protected CTRel src
protected CTOdso.ColDelim colDelim
protected CTMailMergeSourceType type
protected BooleanDefaultTrue fHdr
protected List<CTOdsoFieldMapData> fieldMapData
public CTOdso.Udl getUdl()
CTOdso.Udlpublic void setUdl(CTOdso.Udl value)
value - allowed object is
CTOdso.Udlpublic CTOdso.Table getTable()
CTOdso.Tablepublic void setTable(CTOdso.Table value)
value - allowed object is
CTOdso.Tablepublic void setSrc(CTRel value)
value - allowed object is
CTRelpublic CTOdso.ColDelim getColDelim()
CTOdso.ColDelimpublic void setColDelim(CTOdso.ColDelim value)
value - allowed object is
CTOdso.ColDelimpublic CTMailMergeSourceType getType()
CTMailMergeSourceTypepublic void setType(CTMailMergeSourceType value)
value - allowed object is
CTMailMergeSourceTypepublic BooleanDefaultTrue getFHdr()
BooleanDefaultTruepublic void setFHdr(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic List<CTOdsoFieldMapData> getFieldMapData()
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 set method 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
public List<CTRel> getRecipientData()
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 set method 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
public 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-2019. All Rights Reserved.