Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.mms
Class MM1Retrieve

java.lang.Object
  extended byoracle.panama.messaging.common.MessagePart
      extended byoracle.panama.messaging.common.Message
          extended byoracle.panama.messaging.common.mms.MM1Message
              extended byoracle.panama.messaging.common.mms.MM1Retrieve

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

Deprecated. no replacement

public class MM1Retrieve
extends MM1Message

MM1RetrievalConf is the message for MM1 retrieval confirmation.

See Also:
Serialized Form

Field Summary

Fields inherited from class oracle.panama.messaging.common.mms.MM1Message
DATE_FORMAT, K_BCC, K_CC, K_CONTENT_LOCATION, K_DATE, K_DELIVERY_REPORT, K_DELIVERY_TIME, K_EXPIRY, K_FROM, K_MESSAGE_CLASS, K_MESSAGE_ID, K_MESSAGE_SIZE, K_MESSAGE_TYPE, K_MMS_VERSION, K_PREVIOUSLY_SENT_BY, K_PREVIOUSLY_SENT_DATE, K_PRIORITY, K_READ_REPLY, K_READ_STATUS, K_REPLY_CHARGING, K_REPLY_CHARGING_DEADLINE, K_REPLY_CHARGING_ID, K_REPLY_CHARGING_SIZE, K_REPORT_ALLOWED, K_RETRIEVE_STATUS, K_RETRIEVE_TEXT, K_SENDER_VISIBILITY, K_SUBJECT, K_TO, K_TRANSACTION_ID, V_MESSAGE_CLASS_ADVERTISEMENT, V_MESSAGE_CLASS_AUTO, V_MESSAGE_CLASS_INFORMATIONAL, V_MESSAGE_CLASS_PERSONAL, V_MESSAGE_CLASSES_I, V_MESSAGE_CLASSES_S, V_MESSAGE_TYPES, V_MODES, V_PRIORITIES, V_PRIORITIES_O, V_READ_REPLY, V_READ_REPORT, V_READ_STATUS, V_REPLY_CHARGING, V_SENDER_VISIBILITY

Fields inherited from class oracle.panama.messaging.common.MessagePart
CHARSET_KEY, CONTENT_DISPOSITION_KEY, CONTENT_ID_KEY, CONTENT_LOCATION_KEY, CONTENT_TYPE_KEY, FILENAME_KEY

Constructor Summary
MM1Retrieve()
Deprecated. Constructor.

Method Summary
void setDeliveryReport(boolean dr)
Deprecated. Indicate delivery report requested or not.
void setDeliveryTime(java.util.Date edt)
Deprecated. Set optional MMS message delivery time.
void setMessageClass(int cls)
Deprecated. Set optional MMS message class.
void setPreviouslySentBy(java.lang.String psb)
Deprecated. Set optional MMS message previously sent by.
void setPreviouslySentDate(java.util.Date psd)
Deprecated. Set optional MMS message previously sent date.
void setPreviouslySentDate(java.lang.String psd)
Deprecated. Set optional MMS message previously sent date.
void setReadReply(boolean rr)
Deprecated. Indicate read reply requested or not.
void setReplyCharging(boolean rc)
Deprecated. Indicate reply charging set or not.
void setReplyChargingDeadline(java.util.Date rd)
Deprecated. Set optional MMS message reply charging deadline.
void setReplyChargingDeadline(long rd)
Deprecated. Set optional MMS message reply charging deadline.
void setReplyChargingDeadline(java.lang.String rd)
Deprecated. Set optional MMS message reply charging deadline.
void setReplyChargingId(java.lang.String rci)
Deprecated. Set optional MMS message reply charging id.
void setReplyChargingSize(long rcs)
Deprecated. Set optional MMS message reply charging size.
void setRetrieveStatus(java.lang.String rs)
Deprecated. Set optional MMS message retrieve status.
void setRetrieveText(java.lang.String rt)
Deprecated. Set optional MMS message retrieve text.
void setSenderVisibility(boolean sv)
Deprecated. Set optional MMS message sender visibility.

Methods inherited from class oracle.panama.messaging.common.mms.MM1Message
setTransactionId

Methods inherited from class oracle.panama.messaging.common.Message
equals, getSubject, hashCode, readExternal, setSubject, toString, writeExternal

Methods inherited from class oracle.panama.messaging.common.MessagePart
addHeader, getAllHeaders, getContent, getContentId, getContentLocation, getContentType, getDisposition, getFileName, getHeader, getHeader, getHeaderParameter, getSimpleHeader, isMimeType, removeHeader, setContent, setContentId, setContentLocation, setContentType, setDisposition, setFileName, setHeader

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

MM1Retrieve

public MM1Retrieve()
Deprecated.
Constructor.

Method Detail

setDeliveryReport

public void setDeliveryReport(boolean dr)
Deprecated.
Indicate delivery report requested or not.
Parameters:
dr - true if requested, false otherwise.

setDeliveryTime

public void setDeliveryTime(java.util.Date edt)
Deprecated.
Set optional MMS message delivery time.
Parameters:
edt - the delivery time.

setMessageClass

public void setMessageClass(int cls)
Deprecated.
Set optional MMS message class.
Parameters:
cls - the message class index.

setPreviouslySentBy

public void setPreviouslySentBy(java.lang.String psb)
Deprecated.
Set optional MMS message previously sent by.
Parameters:
psb - the previously sent by.

setPreviouslySentDate

public void setPreviouslySentDate(java.util.Date psd)
Deprecated.
Set optional MMS message previously sent date.
Parameters:
psd - the previously sent date.

setPreviouslySentDate

public void setPreviouslySentDate(java.lang.String psd)
Deprecated.
Set optional MMS message previously sent date.
Parameters:
psd - the previously sent date.

setReadReply

public void setReadReply(boolean rr)
Deprecated.
Indicate read reply requested or not.
Parameters:
rr - true if requested, false otherwise.

setReplyCharging

public void setReplyCharging(boolean rc)
Deprecated.
Indicate reply charging set or not.
Parameters:
rc - true if set, false otherwise.

setReplyChargingDeadline

public void setReplyChargingDeadline(java.util.Date rd)
Deprecated.
Set optional MMS message reply charging deadline.
Parameters:
rd - the reply charging deadline (absolute).

setReplyChargingDeadline

public void setReplyChargingDeadline(long rd)
Deprecated.
Set optional MMS message reply charging deadline.
Parameters:
rd - the reply charging deadline (relative).

setReplyChargingDeadline

public void setReplyChargingDeadline(java.lang.String rd)
Deprecated.
Set optional MMS message reply charging deadline.
Parameters:
rd - the reply charging deadline.

setReplyChargingId

public void setReplyChargingId(java.lang.String rci)
Deprecated.
Set optional MMS message reply charging id.
Parameters:
rci - the reply charging id.

setReplyChargingSize

public void setReplyChargingSize(long rcs)
Deprecated.
Set optional MMS message reply charging size.
Parameters:
rcs - the reply charging size.

setRetrieveStatus

public void setRetrieveStatus(java.lang.String rs)
Deprecated.
Set optional MMS message retrieve status.
Parameters:
rs - the retrieve status.

setRetrieveText

public void setRetrieveText(java.lang.String rt)
Deprecated.
Set optional MMS message retrieve text.
Parameters:
rt - the retrieve text.

setSenderVisibility

public void setSenderVisibility(boolean sv)
Deprecated.
Set optional MMS message sender visibility.
Parameters:
sv - the sender visibility.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.