|
Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference E14011-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
public class MessageReference
Java class for MessageReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="messageIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="messageServiceActivationNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="senderAddress" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="priority" type="{http://www.csapi.org/schema/parlayx/multimedia_messaging/v2_4}MessagePriority"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MessageReference()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getMessageIdentifier()
Gets the value of the messageIdentifier property. |
java.lang.String |
getMessageServiceActivationNumber()
Gets the value of the messageServiceActivationNumber property. |
MessagePriority |
getPriority()
Gets the value of the priority property. |
java.lang.String |
getSenderAddress()
Gets the value of the senderAddress property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
void |
setDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateTime property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setMessageIdentifier(java.lang.String value)
Sets the value of the messageIdentifier property. |
void |
setMessageServiceActivationNumber(java.lang.String value)
Sets the value of the messageServiceActivationNumber property. |
void |
setPriority(MessagePriority value)
Sets the value of the priority property. |
void |
setSenderAddress(java.lang.String value)
Sets the value of the senderAddress property. |
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageReference()
| Method Detail |
|---|
public java.lang.String getMessageIdentifier()
Stringpublic void setMessageIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessageServiceActivationNumber()
Stringpublic void setMessageServiceActivationNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSenderAddress()
Stringpublic void setSenderAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
Stringpublic MessagePriority getPriority()
MessagePrioritypublic void setPriority(MessagePriority value)
value - allowed object is
MessagePrioritypublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference E14011-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||