public class ContentValidation extends APIObject
Java class for ContentValidation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentValidation">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ValidationAction" type="{http://exacttarget.com/wsdl/partnerAPI}ValidationAction" minOccurs="0"/>
<element name="Email" type="{http://exacttarget.com/wsdl/partnerAPI}Email" minOccurs="0"/>
<element name="Subscribers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Subscriber" type="{http://exacttarget.com/wsdl/partnerAPI}Subscriber" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ContentValidation.Subscribers
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Email |
email |
protected ContentValidation.Subscribers |
subscribers |
protected ValidationAction |
validationAction |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ContentValidation() |
| Modifier and Type | Method and Description |
|---|---|
Email |
getEmail()
Gets the value of the email property.
|
ContentValidation.Subscribers |
getSubscribers()
Gets the value of the subscribers property.
|
ValidationAction |
getValidationAction()
Gets the value of the validationAction property.
|
void |
setEmail(Email value)
Sets the value of the email property.
|
void |
setSubscribers(ContentValidation.Subscribers value)
Sets the value of the subscribers property.
|
void |
setValidationAction(ValidationAction value)
Sets the value of the validationAction 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 ValidationAction validationAction
protected Email email
protected ContentValidation.Subscribers subscribers
public ValidationAction getValidationAction()
ValidationActionpublic void setValidationAction(ValidationAction value)
value - allowed object is
ValidationActionpublic Email getEmail()
Emailpublic void setEmail(Email value)
value - allowed object is
Emailpublic ContentValidation.Subscribers getSubscribers()
ContentValidation.Subscriberspublic void setSubscribers(ContentValidation.Subscribers value)
value - allowed object is
ContentValidation.SubscribersCopyright © 2017. All rights reserved.