public class Messages extends BaseObject implements Serializable
Message
sModifier and Type | Field and Description |
---|---|
protected List<Message> |
messageList |
protected String |
ref |
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
List<Message> |
getMessageList()
Gets the value of the messageList property.
|
String |
getRef()
|
void |
setRef(String value)
Sets the value of the ref property.
|
public List<Message> getMessageList()
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 messageList property.
For example, to add a new item, do as follows:
getMessageList().add(newItem);
Objects of the following type(s) are allowed in the list
Message
Copyright © 2011–2020 aiticon GmbH. All rights reserved.