|
Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference E14785-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryInformation
public class DeliveryInformation
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>
| Constructor Summary | |
|---|---|
DeliveryInformation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property. |
DeliveryStatus |
getDeliveryStatus()
Gets the value of the deliveryStatus property. |
void |
setAddress(java.lang.String value)
Sets the value of the address property. |
void |
setDeliveryStatus(DeliveryStatus value)
Sets the value of the deliveryStatus property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeliveryInformation()
| Method Detail |
|---|
public java.lang.String getAddress()
Stringpublic DeliveryStatus getDeliveryStatus()
DeliveryStatuspublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic void setDeliveryStatus(DeliveryStatus value)
value - allowed object is
DeliveryStatus
|
Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference E14785-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||