public class CTMailMerge extends Object implements Child
Java class for CT_MailMerge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MailMerge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mainDocumentType" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_MailMergeDocType"/>
<element name="linkToQuery" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="dataType" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_MailMergeDataType"/>
<element name="connectString" 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="query" 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="dataSource" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Rel" minOccurs="0"/>
<element name="headerSource" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Rel" minOccurs="0"/>
<element name="doNotSuppressBlankLines" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="destination" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_MailMergeDest" minOccurs="0"/>
<element name="addressFieldName" 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="mailSubject" 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="mailAsAttachment" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="viewMergedData" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="activeRecord" 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="checkErrors" 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="odso" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Odso" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTMailMerge.ActiveRecord
Java class for anonymous complex type.
|
static class |
CTMailMerge.AddressFieldName
Java class for anonymous complex type.
|
static class |
CTMailMerge.CheckErrors
Java class for anonymous complex type.
|
static class |
CTMailMerge.ConnectString
Java class for anonymous complex type.
|
static class |
CTMailMerge.MailSubject
Java class for anonymous complex type.
|
static class |
CTMailMerge.Query
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTMailMerge.ActiveRecord |
activeRecord |
protected CTMailMerge.AddressFieldName |
addressFieldName |
protected CTMailMerge.CheckErrors |
checkErrors |
protected CTMailMerge.ConnectString |
connectString |
protected CTRel |
dataSource |
protected CTMailMergeDataType |
dataType |
protected CTMailMergeDest |
destination |
protected BooleanDefaultTrue |
doNotSuppressBlankLines |
protected CTRel |
headerSource |
protected BooleanDefaultTrue |
linkToQuery |
protected BooleanDefaultTrue |
mailAsAttachment |
protected CTMailMerge.MailSubject |
mailSubject |
protected CTMailMergeDocType |
mainDocumentType |
protected CTOdso |
odso |
protected CTMailMerge.Query |
query |
protected BooleanDefaultTrue |
viewMergedData |
| Constructor and Description |
|---|
CTMailMerge() |
| 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.
|
CTMailMerge.ActiveRecord |
getActiveRecord()
Gets the value of the activeRecord property.
|
CTMailMerge.AddressFieldName |
getAddressFieldName()
Gets the value of the addressFieldName property.
|
CTMailMerge.CheckErrors |
getCheckErrors()
Gets the value of the checkErrors property.
|
CTMailMerge.ConnectString |
getConnectString()
Gets the value of the connectString property.
|
CTRel |
getDataSource()
Gets the value of the dataSource property.
|
CTMailMergeDataType |
getDataType()
Gets the value of the dataType property.
|
CTMailMergeDest |
getDestination()
Gets the value of the destination property.
|
BooleanDefaultTrue |
getDoNotSuppressBlankLines()
Gets the value of the doNotSuppressBlankLines property.
|
CTRel |
getHeaderSource()
Gets the value of the headerSource property.
|
BooleanDefaultTrue |
getLinkToQuery()
Gets the value of the linkToQuery property.
|
BooleanDefaultTrue |
getMailAsAttachment()
Gets the value of the mailAsAttachment property.
|
CTMailMerge.MailSubject |
getMailSubject()
Gets the value of the mailSubject property.
|
CTMailMergeDocType |
getMainDocumentType()
Gets the value of the mainDocumentType property.
|
CTOdso |
getOdso()
Gets the value of the odso property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTMailMerge.Query |
getQuery()
Gets the value of the query property.
|
BooleanDefaultTrue |
getViewMergedData()
Gets the value of the viewMergedData property.
|
void |
setActiveRecord(CTMailMerge.ActiveRecord value)
Sets the value of the activeRecord property.
|
void |
setAddressFieldName(CTMailMerge.AddressFieldName value)
Sets the value of the addressFieldName property.
|
void |
setCheckErrors(CTMailMerge.CheckErrors value)
Sets the value of the checkErrors property.
|
void |
setConnectString(CTMailMerge.ConnectString value)
Sets the value of the connectString property.
|
void |
setDataSource(CTRel value)
Sets the value of the dataSource property.
|
void |
setDataType(CTMailMergeDataType value)
Sets the value of the dataType property.
|
void |
setDestination(CTMailMergeDest value)
Sets the value of the destination property.
|
void |
setDoNotSuppressBlankLines(BooleanDefaultTrue value)
Sets the value of the doNotSuppressBlankLines property.
|
void |
setHeaderSource(CTRel value)
Sets the value of the headerSource property.
|
void |
setLinkToQuery(BooleanDefaultTrue value)
Sets the value of the linkToQuery property.
|
void |
setMailAsAttachment(BooleanDefaultTrue value)
Sets the value of the mailAsAttachment property.
|
void |
setMailSubject(CTMailMerge.MailSubject value)
Sets the value of the mailSubject property.
|
void |
setMainDocumentType(CTMailMergeDocType value)
Sets the value of the mainDocumentType property.
|
void |
setOdso(CTOdso value)
Sets the value of the odso property.
|
void |
setParent(Object parent) |
void |
setQuery(CTMailMerge.Query value)
Sets the value of the query property.
|
void |
setViewMergedData(BooleanDefaultTrue value)
Sets the value of the viewMergedData property.
|
protected CTMailMergeDocType mainDocumentType
protected BooleanDefaultTrue linkToQuery
protected CTMailMergeDataType dataType
protected CTMailMerge.ConnectString connectString
protected CTMailMerge.Query query
protected CTRel dataSource
protected CTRel headerSource
protected BooleanDefaultTrue doNotSuppressBlankLines
protected CTMailMergeDest destination
protected CTMailMerge.AddressFieldName addressFieldName
protected CTMailMerge.MailSubject mailSubject
protected BooleanDefaultTrue mailAsAttachment
protected BooleanDefaultTrue viewMergedData
protected CTMailMerge.ActiveRecord activeRecord
protected CTMailMerge.CheckErrors checkErrors
protected CTOdso odso
public CTMailMergeDocType getMainDocumentType()
CTMailMergeDocTypepublic void setMainDocumentType(CTMailMergeDocType value)
value - allowed object is
CTMailMergeDocTypepublic BooleanDefaultTrue getLinkToQuery()
BooleanDefaultTruepublic void setLinkToQuery(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTMailMergeDataType getDataType()
CTMailMergeDataTypepublic void setDataType(CTMailMergeDataType value)
value - allowed object is
CTMailMergeDataTypepublic CTMailMerge.ConnectString getConnectString()
CTMailMerge.ConnectStringpublic void setConnectString(CTMailMerge.ConnectString value)
value - allowed object is
CTMailMerge.ConnectStringpublic CTMailMerge.Query getQuery()
CTMailMerge.Querypublic void setQuery(CTMailMerge.Query value)
value - allowed object is
CTMailMerge.Querypublic CTRel getDataSource()
CTRelpublic void setDataSource(CTRel value)
value - allowed object is
CTRelpublic CTRel getHeaderSource()
CTRelpublic void setHeaderSource(CTRel value)
value - allowed object is
CTRelpublic BooleanDefaultTrue getDoNotSuppressBlankLines()
BooleanDefaultTruepublic void setDoNotSuppressBlankLines(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTMailMergeDest getDestination()
CTMailMergeDestpublic void setDestination(CTMailMergeDest value)
value - allowed object is
CTMailMergeDestpublic CTMailMerge.AddressFieldName getAddressFieldName()
CTMailMerge.AddressFieldNamepublic void setAddressFieldName(CTMailMerge.AddressFieldName value)
value - allowed object is
CTMailMerge.AddressFieldNamepublic CTMailMerge.MailSubject getMailSubject()
CTMailMerge.MailSubjectpublic void setMailSubject(CTMailMerge.MailSubject value)
value - allowed object is
CTMailMerge.MailSubjectpublic BooleanDefaultTrue getMailAsAttachment()
BooleanDefaultTruepublic void setMailAsAttachment(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getViewMergedData()
BooleanDefaultTruepublic void setViewMergedData(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTMailMerge.ActiveRecord getActiveRecord()
CTMailMerge.ActiveRecordpublic void setActiveRecord(CTMailMerge.ActiveRecord value)
value - allowed object is
CTMailMerge.ActiveRecordpublic CTMailMerge.CheckErrors getCheckErrors()
CTMailMerge.CheckErrorspublic void setCheckErrors(CTMailMerge.CheckErrors value)
value - allowed object is
CTMailMerge.CheckErrorspublic CTOdso getOdso()
CTOdsopublic void setOdso(CTOdso value)
value - allowed object is
CTOdsopublic 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.