com.ibm.soa.parlayx21.sms
Class DeliveryInformation

java.lang.Object
  extended by com.ibm.soa.parlayx21.sms.DeliveryInformation
All Implemented Interfaces:
java.io.Serializable

public class DeliveryInformation
extends java.lang.Object
implements java.io.Serializable

Delivery status information.

See Also:
Serialized Form

Constructor Summary
DeliveryInformation()
           
 
Method Summary
 java.net.URI getAddress()
           
 DeliveryStatus getDeliveryStatus()
           
 void setAddress(java.net.URI address)
           
 void setDeliveryStatus(DeliveryStatus deliveryStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryInformation

public DeliveryInformation()
Method Detail

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.