Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
Class GetReceivedMessages

java.lang.Object
  extended by org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetReceivedMessages

public class GetReceivedMessages
extends java.lang.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>
 


Constructor Summary
GetReceivedMessages()
           
 
Method Summary
 MessagePriority getPriority()
          Gets the value of the priority property.
 java.lang.String getRegistrationIdentifier()
          Gets the value of the registrationIdentifier property.
 void setPriority(MessagePriority value)
          Sets the value of the priority property.
 void setRegistrationIdentifier(java.lang.String value)
          Sets the value of the registrationIdentifier property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetReceivedMessages

public GetReceivedMessages()
Method Detail

getPriority

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

Returns:
possible object is MessagePriority

getRegistrationIdentifier

public java.lang.String getRegistrationIdentifier()
Gets the value of the registrationIdentifier property.

Returns:
possible object is String

setPriority

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

Parameters:
value - allowed object is MessagePriority

setRegistrationIdentifier

public void setRegistrationIdentifier(java.lang.String value)
Sets the value of the registrationIdentifier property.

Parameters:
value - allowed object is String

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

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