public class Publication extends APIObject
Java class for Publication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Publication">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SendClassification" type="{http://exacttarget.com/wsdl/partnerAPI}SendClassification" 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>
<element name="Category" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Publication.Subscribers
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
category |
protected Boolean |
isActive |
protected String |
name |
protected SendClassification |
sendClassification |
protected Publication.Subscribers |
subscribers |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
Publication() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategory()
Gets the value of the category property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
String |
getName()
Gets the value of the name property.
|
SendClassification |
getSendClassification()
Gets the value of the sendClassification property.
|
Publication.Subscribers |
getSubscribers()
Gets the value of the subscribers property.
|
void |
setCategory(Integer value)
Sets the value of the category property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSendClassification(SendClassification value)
Sets the value of the sendClassification property.
|
void |
setSubscribers(Publication.Subscribers value)
Sets the value of the subscribers 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 String name
protected Boolean isActive
protected SendClassification sendClassification
protected Publication.Subscribers subscribers
protected Integer category
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic SendClassification getSendClassification()
SendClassificationpublic void setSendClassification(SendClassification value)
value - allowed object is
SendClassificationpublic Publication.Subscribers getSubscribers()
Publication.Subscriberspublic void setSubscribers(Publication.Subscribers value)
value - allowed object is
Publication.Subscriberspublic Integer getCategory()
Integerpublic void setCategory(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.