|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.opencloud.slee.resources.mm7.ReplaceRequestParameters
public final class ReplaceRequestParameters
Container for all optional parameters related to a Replace Request.
| Constructor Summary | |
|---|---|
ReplaceRequestParameters()
Construct a new object with no optional parameters set |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compare this object to another ReplaceRequestParameters object. |
boolean |
getAllowContentAdaptation()
Get the allow-content-adaptation flag. |
java.lang.String |
getApplicID()
Get the application id of destination application. |
java.lang.String |
getAuxApplicInfo()
Get the auxiliary application addressing information. |
javax.mail.internet.MimeBodyPart |
getContent()
Get the optional attached content parameter. |
ContentClass |
getContentClass()
Get the content class. |
java.lang.Boolean |
getDistributionIndication()
Get the optional distribution-indication flag. |
java.lang.Boolean |
getDRMContent()
Get the DRM content - indication flag. |
MM7RelativeOrAbsoluteDate |
getEarliestDelivery()
Get the optional earliest-delivery timestamp parameter. |
java.lang.Boolean |
getReadReplyReporting()
Get the optional read-reply-reporting-requested flag. |
java.lang.String |
getReplyApplicID()
Get the reply application id of an application to which reply-MMs, delivery reports and read-reply reports are addressed. |
java.lang.String |
getServiceCode()
Get the optional service code parameter. |
java.util.Date |
getTimestamp()
Get the optional timestamp parameter. |
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.application id of destination application. |
void |
setContent(javax.mail.internet.MimeBodyPart content,
boolean allowContentAdaptation)
Set the attached content parameter. |
void |
setContentClass(ContentClass contentClass)
Set the content class. |
void |
setDistributionIndication(java.lang.Boolean onOff)
Set the optional distribution-indicator flag. |
void |
setDRMContent(java.lang.Boolean drmContent)
Set the DRM content - indicator flag. |
void |
setEarliestDelivery(MM7RelativeOrAbsoluteDate earliest)
Set the optional earliest-delivery timestamp parameter. |
void |
setReadReplyReporting(java.lang.Boolean onOff)
Set the optional read-reply-reporting-requested flag. |
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. |
void |
setServiceCode(java.lang.String serviceCode)
Set the optional service code parameter. |
void |
setTimestamp(java.util.Date timestamp)
Set the optional timestamp parameter. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReplaceRequestParameters()
| Method Detail |
|---|
public void setServiceCode(java.lang.String serviceCode)
serviceCode - the new service code, or null to clear the service codepublic java.lang.String getServiceCode()
null if not presentpublic void setReadReplyReporting(java.lang.Boolean onOff)
onOff - the new value of the flag, or null if not presentpublic java.lang.Boolean getReadReplyReporting()
null if not presentpublic void setTimestamp(java.util.Date timestamp)
timestamp - the new timestamp, or null to clear the timestamppublic java.util.Date getTimestamp()
null if not presentpublic void setEarliestDelivery(MM7RelativeOrAbsoluteDate earliest)
earliest - the new earliest-delivery timestamp, or null to clear the earliest-delivery timestamppublic MM7RelativeOrAbsoluteDate getEarliestDelivery()
null if not presentpublic void setDistributionIndication(java.lang.Boolean onOff)
onOff - the new value of the flag, or null if not presentpublic java.lang.Boolean getDistributionIndication()
null if not presentpublic void setContentClass(ContentClass contentClass)
contentClass - the content class value, or null to clearpublic ContentClass getContentClass()
null if not setpublic void setDRMContent(java.lang.Boolean drmContent)
drmContent - the new value of the flag, or null if not setpublic java.lang.Boolean getDRMContent()
null if not setpublic void setApplicID(java.lang.String applicID)
applicID - the new application id value, or null to clearpublic java.lang.String getApplicID()
null if not setpublic void setReplyApplicID(java.lang.String replyApplicID)
replyApplicID - the new reply application id value, or null to clearpublic java.lang.String getReplyApplicID()
null if not setpublic void setAuxApplicInfo(java.lang.String auxApplicInfo)
auxApplicInfo - the new auxiliary application information value, or null to clearpublic java.lang.String getAuxApplicInfo()
null if not set
public void setContent(javax.mail.internet.MimeBodyPart content,
boolean allowContentAdaptation)
content - the new content, or null to clear the contentallowContentAdaptation - if true, allow content adaptationpublic javax.mail.internet.MimeBodyPart getContent()
null if not presentpublic boolean getAllowContentAdaptation()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||