public class ProgramManifestTemplate extends APIObject
Java class for ProgramManifestTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgramManifestTemplate">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OperationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
operationType |
protected String |
type |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ProgramManifestTemplate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getOperationType()
Gets the value of the operationType property.
|
String |
getType()
Gets the value of the type property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setOperationType(String value)
Sets the value of the operationType property.
|
void |
setType(String value)
Sets the value of the type 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 type
protected String operationType
protected String content
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getOperationType()
Stringpublic void setOperationType(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.