public class MessageReference extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateTime |
protected String |
message |
protected String |
messageIdentifier |
protected String |
messageServiceActivationNumber |
protected MessagePriority |
priority |
protected String |
senderAddress |
protected String |
subject |
| Constructor and Description |
|---|
MessageReference() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getMessageIdentifier()
Gets the value of the messageIdentifier property.
|
String |
getMessageServiceActivationNumber()
Gets the value of the messageServiceActivationNumber property.
|
MessagePriority |
getPriority()
Gets the value of the priority property.
|
String |
getSenderAddress()
Gets the value of the senderAddress property.
|
String |
getSubject()
Gets the value of the subject property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setMessageIdentifier(String value)
Sets the value of the messageIdentifier property.
|
void |
setMessageServiceActivationNumber(String value)
Sets the value of the messageServiceActivationNumber property.
|
void |
setPriority(MessagePriority value)
Sets the value of the priority property.
|
void |
setSenderAddress(String value)
Sets the value of the senderAddress property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
protected String messageIdentifier
protected String messageServiceActivationNumber
protected String senderAddress
protected String subject
protected MessagePriority priority
protected String message
protected XMLGregorianCalendar dateTime
public String getMessageIdentifier()
Stringpublic void setMessageIdentifier(String value)
value - allowed object is
Stringpublic String getMessageServiceActivationNumber()
Stringpublic void setMessageServiceActivationNumber(String value)
value - allowed object is
Stringpublic String getSenderAddress()
Stringpublic void setSenderAddress(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic MessagePriority getPriority()
MessagePrioritypublic void setPriority(MessagePriority value)
value - allowed object is
MessagePrioritypublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.