com.ibm.soa.parlayx21.multimedia_messaging
Class DeliveryInformation
java.lang.Object
com.ibm.soa.parlayx21.multimedia_messaging.DeliveryInformation
- All Implemented Interfaces:
- java.io.Serializable
public class DeliveryInformation
- extends java.lang.Object
- implements java.io.Serializable
The delivery information describes the delivery status information.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeliveryInformation
public DeliveryInformation()
getAddress
public java.net.URI getAddress()
setAddress
public void setAddress(java.net.URI address)
getDeliveryStatus
public DeliveryStatus getDeliveryStatus()
setDeliveryStatus
public void setDeliveryStatus(DeliveryStatus deliveryStatus)
Copyright © 2003 IBM Corp. All Rights Reserved.