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