public class SendSMSMOKeyword extends BaseMOKeyword
Java class for SendSMSMOKeyword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendSMSMOKeyword">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}BaseMOKeyword">
<sequence>
<element name="NextMOKeyword" type="{http://exacttarget.com/wsdl/partnerAPI}BaseMOKeyword" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScriptErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected BaseMOKeyword |
nextMOKeyword |
protected String |
scriptErrorMessage |
isDefaultKeywordclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SendSMSMOKeyword() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
BaseMOKeyword |
getNextMOKeyword()
Gets the value of the nextMOKeyword property.
|
String |
getScriptErrorMessage()
Gets the value of the scriptErrorMessage property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setNextMOKeyword(BaseMOKeyword value)
Sets the value of the nextMOKeyword property.
|
void |
setScriptErrorMessage(String value)
Sets the value of the scriptErrorMessage 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 message
protected String scriptErrorMessage
public BaseMOKeyword getNextMOKeyword()
BaseMOKeywordpublic void setNextMOKeyword(BaseMOKeyword value)
value - allowed object is
BaseMOKeywordpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getScriptErrorMessage()
Stringpublic void setScriptErrorMessage(String value)
value - allowed object is
Stringpublic String toString()
toString in class BaseMOKeywordCopyright © 2017. All rights reserved.