public class MessageURI extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bodyText |
protected List<String> |
fileReferences |
| Constructor and Description |
|---|
MessageURI() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBodyText()
Gets the value of the bodyText property.
|
List<String> |
getFileReferences()
Gets the value of the fileReferences property.
|
void |
setBodyText(String value)
Sets the value of the bodyText property.
|
protected String bodyText
public String getBodyText()
Stringpublic void setBodyText(String value)
value - allowed object is
Stringpublic List<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
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.