Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

org.csapi.schema.parlayx.multimedia_messaging.v2_4
Class MessageReference

java.lang.Object
  extended by org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference

public class MessageReference
extends java.lang.Object

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

MessageReference

public MessageReference()
Method Detail

getDateTime

public javax.xml.datatype.XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.

Returns:
possible object is XMLGregorianCalendar

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

getMessageIdentifier

public java.lang.String getMessageIdentifier()
Gets the value of the messageIdentifier property.

Returns:
possible object is String

getMessageServiceActivationNumber

public java.lang.String getMessageServiceActivationNumber()
Gets the value of the messageServiceActivationNumber property.

Returns:
possible object is String

getPriority

public MessagePriority getPriority()
Gets the value of the priority property.

Returns:
possible object is MessagePriority

getSenderAddress

public java.lang.String getSenderAddress()
Gets the value of the senderAddress property.

Returns:
possible object is String

getSubject

public java.lang.String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setDateTime

public void setDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

setMessageIdentifier

public void setMessageIdentifier(java.lang.String value)
Sets the value of the messageIdentifier property.

Parameters:
value - allowed object is String

setMessageServiceActivationNumber

public void setMessageServiceActivationNumber(java.lang.String value)
Sets the value of the messageServiceActivationNumber property.

Parameters:
value - allowed object is String

setPriority

public void setPriority(MessagePriority value)
Sets the value of the priority property.

Parameters:
value - allowed object is MessagePriority

setSenderAddress

public void setSenderAddress(java.lang.String value)
Sets the value of the senderAddress property.

Parameters:
value - allowed object is String

setSubject

public void setSubject(java.lang.String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

Copyright © 2005, 2009 Oracle and/or its affiliates. All rights reserved.