|
Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference E14011-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageURI
public class MessageURI
Java class for MessageURI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageURI">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bodyText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fileReferences" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MessageURI()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBodyText()
Gets the value of the bodyText property. |
List<java.lang.String> |
getFileReferences()
Gets the value of the fileReferences property. |
void |
setBodyText(java.lang.String value)
Sets the value of the bodyText property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageURI()
| Method Detail |
|---|
public java.lang.String getBodyText()
Stringpublic void setBodyText(java.lang.String value)
value - allowed object is
Stringpublic List<java.lang.String> getFileReferences()
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 fileReferences property.
For example, to add a new item, do as follows:
getFileReferences().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference E14011-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||