public class Send extends APIObject
Java class for Send complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Send">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Email" type="{http://exacttarget.com/wsdl/partnerAPI}Email" minOccurs="0"/>
<element name="List" type="{http://exacttarget.com/wsdl/partnerAPI}List" maxOccurs="unbounded" minOccurs="0"/>
<element name="SendDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FromAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FromName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Duplicates" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="InvalidAddresses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ExistingUndeliverables" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ExistingUnsubscribes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="HardBounces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SoftBounces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OtherBounces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ForwardedEmails" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="UniqueClicks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="UniqueOpens" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumberSent" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumberDelivered" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Unsubscribes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MissingAddresses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PreviewURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Links" type="{http://exacttarget.com/wsdl/partnerAPI}Link" maxOccurs="unbounded" minOccurs="0"/>
<element name="Events" type="{http://exacttarget.com/wsdl/partnerAPI}TrackingEvent" maxOccurs="unbounded" minOccurs="0"/>
<element name="SentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EmailName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsMultipart" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SendLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SendWindowOpen" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="SendWindowClose" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="IsAlwaysOn" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Sources" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Source" type="{http://exacttarget.com/wsdl/partnerAPI}APIObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="NumberTargeted" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumberErrored" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumberExcluded" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Additional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BccEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailSendDefinition" type="{http://exacttarget.com/wsdl/partnerAPI}EmailSendDefinition" minOccurs="0"/>
<element name="SuppressionLists" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SuppressionList" type="{http://exacttarget.com/wsdl/partnerAPI}AudienceItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Send.Sources
Java class for anonymous complex type.
|
static class |
Send.SuppressionLists
Java class for anonymous complex type.
|
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
Send() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditional()
Gets the value of the additional property.
|
String |
getBccEmail()
Gets the value of the bccEmail property.
|
Integer |
getDuplicates()
Gets the value of the duplicates property.
|
Email |
getEmail()
Gets the value of the email property.
|
String |
getEmailName()
Gets the value of the emailName property.
|
EmailSendDefinition |
getEmailSendDefinition()
Gets the value of the emailSendDefinition property.
|
List<TrackingEvent> |
getEvents()
Gets the value of the events property.
|
Integer |
getExistingUndeliverables()
Gets the value of the existingUndeliverables property.
|
Integer |
getExistingUnsubscribes()
Gets the value of the existingUnsubscribes property.
|
Integer |
getForwardedEmails()
Gets the value of the forwardedEmails property.
|
String |
getFromAddress()
Gets the value of the fromAddress property.
|
String |
getFromName()
Gets the value of the fromName property.
|
Integer |
getHardBounces()
Gets the value of the hardBounces property.
|
Integer |
getInvalidAddresses()
Gets the value of the invalidAddresses property.
|
Boolean |
getIsAlwaysOn()
Gets the value of the isAlwaysOn property.
|
Boolean |
getIsMultipart()
Gets the value of the isMultipart property.
|
List<Link> |
getLinks()
Gets the value of the links property.
|
List<List> |
getList()
Gets the value of the list property.
|
Integer |
getMissingAddresses()
Gets the value of the missingAddresses property.
|
Integer |
getNumberDelivered()
Gets the value of the numberDelivered property.
|
Integer |
getNumberErrored()
Gets the value of the numberErrored property.
|
Integer |
getNumberExcluded()
Gets the value of the numberExcluded property.
|
Integer |
getNumberSent()
Gets the value of the numberSent property.
|
Integer |
getNumberTargeted()
Gets the value of the numberTargeted property.
|
Integer |
getOtherBounces()
Gets the value of the otherBounces property.
|
String |
getPreviewURL()
Gets the value of the previewURL property.
|
Date |
getSendDate()
Gets the value of the sendDate property.
|
Integer |
getSendLimit()
Gets the value of the sendLimit property.
|
XMLGregorianCalendar |
getSendWindowClose()
Gets the value of the sendWindowClose property.
|
XMLGregorianCalendar |
getSendWindowOpen()
Gets the value of the sendWindowOpen property.
|
Date |
getSentDate()
Gets the value of the sentDate property.
|
Integer |
getSoftBounces()
Gets the value of the softBounces property.
|
Send.Sources |
getSources()
Gets the value of the sources property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getSubject()
Gets the value of the subject property.
|
Send.SuppressionLists |
getSuppressionLists()
Gets the value of the suppressionLists property.
|
Integer |
getUniqueClicks()
Gets the value of the uniqueClicks property.
|
Integer |
getUniqueOpens()
Gets the value of the uniqueOpens property.
|
Integer |
getUnsubscribes()
Gets the value of the unsubscribes property.
|
void |
setAdditional(String value)
Sets the value of the additional property.
|
void |
setBccEmail(String value)
Sets the value of the bccEmail property.
|
void |
setDuplicates(Integer value)
Sets the value of the duplicates property.
|
void |
setEmail(Email value)
Sets the value of the email property.
|
void |
setEmailName(String value)
Sets the value of the emailName property.
|
void |
setEmailSendDefinition(EmailSendDefinition value)
Sets the value of the emailSendDefinition property.
|
void |
setExistingUndeliverables(Integer value)
Sets the value of the existingUndeliverables property.
|
void |
setExistingUnsubscribes(Integer value)
Sets the value of the existingUnsubscribes property.
|
void |
setForwardedEmails(Integer value)
Sets the value of the forwardedEmails property.
|
void |
setFromAddress(String value)
Sets the value of the fromAddress property.
|
void |
setFromName(String value)
Sets the value of the fromName property.
|
void |
setHardBounces(Integer value)
Sets the value of the hardBounces property.
|
void |
setInvalidAddresses(Integer value)
Sets the value of the invalidAddresses property.
|
void |
setIsAlwaysOn(Boolean value)
Sets the value of the isAlwaysOn property.
|
void |
setIsMultipart(Boolean value)
Sets the value of the isMultipart property.
|
void |
setMissingAddresses(Integer value)
Sets the value of the missingAddresses property.
|
void |
setNumberDelivered(Integer value)
Sets the value of the numberDelivered property.
|
void |
setNumberErrored(Integer value)
Sets the value of the numberErrored property.
|
void |
setNumberExcluded(Integer value)
Sets the value of the numberExcluded property.
|
void |
setNumberSent(Integer value)
Sets the value of the numberSent property.
|
void |
setNumberTargeted(Integer value)
Sets the value of the numberTargeted property.
|
void |
setOtherBounces(Integer value)
Sets the value of the otherBounces property.
|
void |
setPreviewURL(String value)
Sets the value of the previewURL property.
|
void |
setSendDate(Date value)
Sets the value of the sendDate property.
|
void |
setSendLimit(Integer value)
Sets the value of the sendLimit property.
|
void |
setSendWindowClose(XMLGregorianCalendar value)
Sets the value of the sendWindowClose property.
|
void |
setSendWindowOpen(XMLGregorianCalendar value)
Sets the value of the sendWindowOpen property.
|
void |
setSentDate(Date value)
Sets the value of the sentDate property.
|
void |
setSoftBounces(Integer value)
Sets the value of the softBounces property.
|
void |
setSources(Send.Sources value)
Sets the value of the sources property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
setSuppressionLists(Send.SuppressionLists value)
Sets the value of the suppressionLists property.
|
void |
setUniqueClicks(Integer value)
Sets the value of the uniqueClicks property.
|
void |
setUniqueOpens(Integer value)
Sets the value of the uniqueOpens property.
|
void |
setUnsubscribes(Integer value)
Sets the value of the unsubscribes property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected Email email
protected Date sendDate
protected String fromAddress
protected String fromName
protected Integer duplicates
protected Integer invalidAddresses
protected Integer existingUndeliverables
protected Integer existingUnsubscribes
protected Integer hardBounces
protected Integer softBounces
protected Integer otherBounces
protected Integer forwardedEmails
protected Integer uniqueClicks
protected Integer uniqueOpens
protected Integer numberSent
protected Integer numberDelivered
protected Integer unsubscribes
protected Integer missingAddresses
protected String subject
protected String previewURL
protected List<TrackingEvent> events
protected Date sentDate
protected String emailName
protected String status
protected Boolean isMultipart
protected Integer sendLimit
protected XMLGregorianCalendar sendWindowOpen
protected XMLGregorianCalendar sendWindowClose
protected Boolean isAlwaysOn
protected Send.Sources sources
protected Integer numberTargeted
protected Integer numberErrored
protected Integer numberExcluded
protected String additional
protected String bccEmail
protected EmailSendDefinition emailSendDefinition
protected Send.SuppressionLists suppressionLists
public Email getEmail()
Emailpublic void setEmail(Email value)
value - allowed object is
Emailpublic List<List> getList()
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 list property.
For example, to add a new item, do as follows:
getList().add(newItem);
Objects of the following type(s) are allowed in the list
List
public Date getSendDate()
Stringpublic void setSendDate(Date value)
value - allowed object is
Stringpublic String getFromAddress()
Stringpublic void setFromAddress(String value)
value - allowed object is
Stringpublic String getFromName()
Stringpublic void setFromName(String value)
value - allowed object is
Stringpublic Integer getDuplicates()
Integerpublic void setDuplicates(Integer value)
value - allowed object is
Integerpublic Integer getInvalidAddresses()
Integerpublic void setInvalidAddresses(Integer value)
value - allowed object is
Integerpublic Integer getExistingUndeliverables()
Integerpublic void setExistingUndeliverables(Integer value)
value - allowed object is
Integerpublic Integer getExistingUnsubscribes()
Integerpublic void setExistingUnsubscribes(Integer value)
value - allowed object is
Integerpublic Integer getHardBounces()
Integerpublic void setHardBounces(Integer value)
value - allowed object is
Integerpublic Integer getSoftBounces()
Integerpublic void setSoftBounces(Integer value)
value - allowed object is
Integerpublic Integer getOtherBounces()
Integerpublic void setOtherBounces(Integer value)
value - allowed object is
Integerpublic Integer getForwardedEmails()
Integerpublic void setForwardedEmails(Integer value)
value - allowed object is
Integerpublic Integer getUniqueClicks()
Integerpublic void setUniqueClicks(Integer value)
value - allowed object is
Integerpublic Integer getUniqueOpens()
Integerpublic void setUniqueOpens(Integer value)
value - allowed object is
Integerpublic Integer getNumberSent()
Integerpublic void setNumberSent(Integer value)
value - allowed object is
Integerpublic Integer getNumberDelivered()
Integerpublic void setNumberDelivered(Integer value)
value - allowed object is
Integerpublic Integer getUnsubscribes()
Integerpublic void setUnsubscribes(Integer value)
value - allowed object is
Integerpublic Integer getMissingAddresses()
Integerpublic void setMissingAddresses(Integer value)
value - allowed object is
Integerpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getPreviewURL()
Stringpublic void setPreviewURL(String value)
value - allowed object is
Stringpublic List<Link> getLinks()
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 links property.
For example, to add a new item, do as follows:
getLinks().add(newItem);
Objects of the following type(s) are allowed in the list
Link
public List<TrackingEvent> getEvents()
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 events property.
For example, to add a new item, do as follows:
getEvents().add(newItem);
Objects of the following type(s) are allowed in the list
TrackingEvent
public Date getSentDate()
Stringpublic void setSentDate(Date value)
value - allowed object is
Stringpublic String getEmailName()
Stringpublic void setEmailName(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Boolean getIsMultipart()
Booleanpublic void setIsMultipart(Boolean value)
value - allowed object is
Booleanpublic Integer getSendLimit()
Integerpublic void setSendLimit(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getSendWindowOpen()
XMLGregorianCalendarpublic void setSendWindowOpen(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getSendWindowClose()
XMLGregorianCalendarpublic void setSendWindowClose(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Boolean getIsAlwaysOn()
Booleanpublic void setIsAlwaysOn(Boolean value)
value - allowed object is
Booleanpublic Send.Sources getSources()
Send.Sourcespublic void setSources(Send.Sources value)
value - allowed object is
Send.Sourcespublic Integer getNumberTargeted()
Integerpublic void setNumberTargeted(Integer value)
value - allowed object is
Integerpublic Integer getNumberErrored()
Integerpublic void setNumberErrored(Integer value)
value - allowed object is
Integerpublic Integer getNumberExcluded()
Integerpublic void setNumberExcluded(Integer value)
value - allowed object is
Integerpublic String getAdditional()
Stringpublic void setAdditional(String value)
value - allowed object is
Stringpublic String getBccEmail()
Stringpublic void setBccEmail(String value)
value - allowed object is
Stringpublic EmailSendDefinition getEmailSendDefinition()
EmailSendDefinitionpublic void setEmailSendDefinition(EmailSendDefinition value)
value - allowed object is
EmailSendDefinitionpublic Send.SuppressionLists getSuppressionLists()
Send.SuppressionListspublic void setSuppressionLists(Send.SuppressionLists value)
value - allowed object is
Send.SuppressionListsCopyright © 2017. All rights reserved.