public class GetMessageURIsResponse extends Object
Java class for getMessageURIsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getMessageURIsResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{http://www.csapi.org/schema/parlayx/multimedia_messaging/v2_4}MessageURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MessageURI |
result |
| Constructor and Description |
|---|
GetMessageURIsResponse() |
| Modifier and Type | Method and Description |
|---|---|
MessageURI |
getResult()
Gets the value of the result property.
|
void |
setResult(MessageURI value)
Sets the value of the result property.
|
protected MessageURI result
public MessageURI getResult()
MessageURIpublic void setResult(MessageURI value)
value - allowed object is
MessageURICopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.