public class SendMessage extends 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>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
addresses |
protected ChargingInformation |
charging |
protected MessagePriority |
priority |
protected SimpleReference |
receiptRequest |
protected String |
senderAddress |
protected String |
subject |
Constructor and Description |
---|
SendMessage() |
Modifier and Type | Method and Description |
---|---|
List<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.
|
String |
getSenderAddress()
Gets the value of the senderAddress property.
|
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(String value)
Sets the value of the senderAddress property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
protected String senderAddress
protected String subject
protected MessagePriority priority
protected ChargingInformation charging
protected SimpleReference receiptRequest
public List<String> getAddresses()
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
public String getSenderAddress()
String
public void setSenderAddress(String value)
value
- allowed object is
String
public String getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public MessagePriority getPriority()
MessagePriority
public void setPriority(MessagePriority value)
value
- allowed object is
MessagePriority
public ChargingInformation getCharging()
ChargingInformation
public void setCharging(ChargingInformation value)
value
- allowed object is
ChargingInformation
public SimpleReference getReceiptRequest()
SimpleReference
public void setReceiptRequest(SimpleReference value)
value
- allowed object is
SimpleReference
Copyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.