Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

org.csapi.schema.parlayx.multimedia_messaging.v2_4
Class DeliveryInformation

java.lang.Object
  extended by org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryInformation

public class DeliveryInformation
extends java.lang.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>
 


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

DeliveryInformation

public DeliveryInformation()
Method Detail

getAddress

public java.lang.String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(java.lang.String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getDeliveryStatus

public DeliveryStatus getDeliveryStatus()
Gets the value of the deliveryStatus property.

Returns:
possible object is DeliveryStatus

setDeliveryStatus

public void setDeliveryStatus(DeliveryStatus value)
Sets the value of the deliveryStatus property.

Parameters:
value - allowed object is DeliveryStatus

Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

Copyright © 2009, 2013 Oracle and/or its affiliates. All rights reserved.