Oracle Fusion Middleware User Messaging Service 11.1.1.1.0 Java API Reference
E14011-01

org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local
Class SendMessage

java.lang.Object
  extended by org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage

public class SendMessage
extends java.lang.Object

Java class for sendMessage complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="sendMessage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="addresses" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
         <element name="senderAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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" minOccurs="0"/>
         <element name="charging" type="{http://www.csapi.org/schema/parlayx/common/v2_1}ChargingInformation" minOccurs="0"/>
         <element name="receiptRequest" type="{http://www.csapi.org/schema/parlayx/common/v2_1}SimpleReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
SendMessage()
           
 
Method Summary
 List<java.lang.String> getAddresses()
          Gets the value of the addresses property.
 ChargingInformation getCharging()
          Gets the value of the charging property.
 MessagePriority getPriority()
          Gets the value of the priority property.
 SimpleReference getReceiptRequest()
          Gets the value of the receiptRequest property.
 java.lang.String getSenderAddress()
          Gets the value of the senderAddress property.
 java.lang.String getSubject()
          Gets the value of the subject property.
 void setCharging(ChargingInformation value)
          Sets the value of the charging property.
 void setPriority(MessagePriority value)
          Sets the value of the priority property.
 void setReceiptRequest(SimpleReference value)
          Sets the value of the receiptRequest 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

SendMessage

public SendMessage()
Method Detail

getAddresses

public List<java.lang.String> getAddresses()
Gets the value of the addresses property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the addresses property.

For example, to add a new item, do as follows:

    getAddresses().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getCharging

public ChargingInformation getCharging()
Gets the value of the charging property.

Returns:
possible object is ChargingInformation

getPriority

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

Returns:
possible object is MessagePriority

getReceiptRequest

public SimpleReference getReceiptRequest()
Gets the value of the receiptRequest property.

Returns:
possible object is SimpleReference

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

setCharging

public void setCharging(ChargingInformation value)
Sets the value of the charging property.

Parameters:
value - allowed object is ChargingInformation

setPriority

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

Parameters:
value - allowed object is MessagePriority

setReceiptRequest

public void setReceiptRequest(SimpleReference value)
Sets the value of the receiptRequest property.

Parameters:
value - allowed object is SimpleReference

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 User Messaging Service 11.1.1.1.0 Java API Reference
E14011-01

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