public class ArrayOfLocalizableMessage
extends java.lang.Object
Java class for ArrayOfLocalizableMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfLocalizableMessage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LocalizableMessage" type="{urn:lookup}LocalizableMessage" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<LocalizableMessage> |
localizableMessage |
Constructor and Description |
---|
ArrayOfLocalizableMessage() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LocalizableMessage> |
getLocalizableMessage()
Gets the value of the localizableMessage property.
|
protected java.util.List<LocalizableMessage> localizableMessage
public java.util.List<LocalizableMessage> getLocalizableMessage()
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 localizableMessage property.
For example, to add a new item, do as follows:
getLocalizableMessage().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizableMessage