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