public class GetReceivedMessages extends Object
Java class for getReceivedMessages complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getReceivedMessages">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="registrationIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="priority" type="{http://www.csapi.org/schema/parlayx/multimedia_messaging/v2_4}MessagePriority" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MessagePriority |
priority |
protected String |
registrationIdentifier |
| Constructor and Description |
|---|
GetReceivedMessages() |
| Modifier and Type | Method and Description |
|---|---|
MessagePriority |
getPriority()
Gets the value of the priority property.
|
String |
getRegistrationIdentifier()
Gets the value of the registrationIdentifier property.
|
void |
setPriority(MessagePriority value)
Sets the value of the priority property.
|
void |
setRegistrationIdentifier(String value)
Sets the value of the registrationIdentifier property.
|
protected String registrationIdentifier
protected MessagePriority priority
public String getRegistrationIdentifier()
Stringpublic void setRegistrationIdentifier(String value)
value - allowed object is
Stringpublic MessagePriority getPriority()
MessagePrioritypublic void setPriority(MessagePriority value)
value - allowed object is
MessagePriorityCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.