public class UnsubscribeFromSMSPublicationMOKeyword extends BaseMOKeyword
Java class for UnsubscribeFromSMSPublicationMOKeyword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsubscribeFromSMSPublicationMOKeyword">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}BaseMOKeyword">
<sequence>
<element name="NextMOKeyword" type="{http://exacttarget.com/wsdl/partnerAPI}BaseMOKeyword" minOccurs="0"/>
<element name="AllUnsubSuccessMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InvalidPublicationMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SingleUnsubSuccessMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
allUnsubSuccessMessage |
protected String |
invalidPublicationMessage |
protected BaseMOKeyword |
nextMOKeyword |
protected String |
singleUnsubSuccessMessage |
isDefaultKeywordclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
UnsubscribeFromSMSPublicationMOKeyword() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllUnsubSuccessMessage()
Gets the value of the allUnsubSuccessMessage property.
|
String |
getInvalidPublicationMessage()
Gets the value of the invalidPublicationMessage property.
|
BaseMOKeyword |
getNextMOKeyword()
Gets the value of the nextMOKeyword property.
|
String |
getSingleUnsubSuccessMessage()
Gets the value of the singleUnsubSuccessMessage property.
|
void |
setAllUnsubSuccessMessage(String value)
Sets the value of the allUnsubSuccessMessage property.
|
void |
setInvalidPublicationMessage(String value)
Sets the value of the invalidPublicationMessage property.
|
void |
setNextMOKeyword(BaseMOKeyword value)
Sets the value of the nextMOKeyword property.
|
void |
setSingleUnsubSuccessMessage(String value)
Sets the value of the singleUnsubSuccessMessage property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getIsDefaultKeyword, setIsDefaultKeywordgetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected BaseMOKeyword nextMOKeyword
protected String allUnsubSuccessMessage
protected String invalidPublicationMessage
protected String singleUnsubSuccessMessage
public UnsubscribeFromSMSPublicationMOKeyword()
public BaseMOKeyword getNextMOKeyword()
BaseMOKeywordpublic void setNextMOKeyword(BaseMOKeyword value)
value - allowed object is
BaseMOKeywordpublic String getAllUnsubSuccessMessage()
Stringpublic void setAllUnsubSuccessMessage(String value)
value - allowed object is
Stringpublic String getInvalidPublicationMessage()
Stringpublic void setInvalidPublicationMessage(String value)
value - allowed object is
Stringpublic String getSingleUnsubSuccessMessage()
Stringpublic void setSingleUnsubSuccessMessage(String value)
value - allowed object is
Stringpublic String toString()
toString in class BaseMOKeywordCopyright © 2017. All rights reserved.