com.opencloud.slee.resources.mm7
Class CancelRequestParameters

java.lang.Object
  extended by com.opencloud.slee.resources.mm7.CancelRequestParameters

public final class CancelRequestParameters
extends java.lang.Object

Container for all optional parameters related to a Cancel Request.


Constructor Summary
CancelRequestParameters()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getApplicID()
          Get the application id of destination application.
 java.lang.String getAuxApplicInfo()
          Get the auxiliary application addressing information.
 java.lang.String getReplyApplicID()
          Get the reply application id of an application to which reply-MMs, delivery reports and read-reply reports are addressed.
 int hashCode()
           
 void setApplicID(java.lang.String applicID)
          Set the application id of destination application.
 void setAuxApplicInfo(java.lang.String auxApplicInfo)
          Set the auxiliary application addressing information.
 void setReplyApplicID(java.lang.String replyApplicID)
          Set the reply application id of an application to which reply-MMs, delivery reports and read-reply reports are addressed.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelRequestParameters

public CancelRequestParameters()
Method Detail

setApplicID

public void setApplicID(java.lang.String applicID)
Set the application id of destination application.

Parameters:
applicID - the new application id value, or null to clear

getApplicID

public java.lang.String getApplicID()
Get the application id of destination application.

Returns:
application id, or null if not set

setReplyApplicID

public void setReplyApplicID(java.lang.String replyApplicID)
Set the reply application id of an application to which reply-MMs, delivery reports and read-reply reports are addressed.

Parameters:
replyApplicID - the new reply application id value, or null to clear

getReplyApplicID

public java.lang.String getReplyApplicID()
Get the reply application id of an application to which reply-MMs, delivery reports and read-reply reports are addressed.

Returns:
reply application id, or null if not set

setAuxApplicInfo

public void setAuxApplicInfo(java.lang.String auxApplicInfo)
Set the auxiliary application addressing information.

Parameters:
auxApplicInfo - the new auxiliary application information value, or null to clear

getAuxApplicInfo

public java.lang.String getAuxApplicInfo()
Get the auxiliary application addressing information.

Returns:
auxiliary application information, or null if not set

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object