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

org.csapi.schema.parlayx.multimedia_messaging.v2_4
Class MessageURI

java.lang.Object
  extended by org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageURI

public class MessageURI
extends java.lang.Object

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

MessageURI

public MessageURI()
Method Detail

getBodyText

public java.lang.String getBodyText()
Gets the value of the bodyText property.

Returns:
possible object is String

getFileReferences

public List<java.lang.String> getFileReferences()
Gets the value of the fileReferences 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 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


setBodyText

public void setBodyText(java.lang.String value)
Sets the value of the bodyText 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.