public class NotifyMessageReception extends Object
Java class for notifyMessageReception complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notifyMessageReception">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="correlator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{http://www.csapi.org/schema/parlayx/multimedia_messaging/v2_4}MessageReference"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
correlator |
protected MessageReference |
message |
| Constructor and Description |
|---|
NotifyMessageReception() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelator()
Gets the value of the correlator property.
|
MessageReference |
getMessage()
Gets the value of the message property.
|
void |
setCorrelator(String value)
Sets the value of the correlator property.
|
void |
setMessage(MessageReference value)
Sets the value of the message property.
|
protected String correlator
protected MessageReference message
public String getCorrelator()
Stringpublic void setCorrelator(String value)
value - allowed object is
Stringpublic MessageReference getMessage()
MessageReferencepublic void setMessage(MessageReference value)
value - allowed object is
MessageReferenceCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.