public class LocalizableMessage extends DynamicData
Java class for LocalizableMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizableMessage"> <complexContent> <extension base="{urn:lookup}DynamicData"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="arg" type="{urn:lookup}KeyAnyValue" maxOccurs="unbounded" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<KeyAnyValue> |
arg |
protected java.lang.String |
key |
protected java.lang.String |
message |
Constructor and Description |
---|
LocalizableMessage() |
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyAnyValue> |
getArg()
Gets the value of the arg property.
|
java.lang.String |
getKey()
Gets the value of the key property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
void |
setKey(java.lang.String value)
Sets the value of the key property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
protected java.lang.String key
protected java.util.List<KeyAnyValue> arg
protected java.lang.String message
public java.lang.String getKey()
String
public void setKey(java.lang.String value)
value
- allowed object is
String
public java.util.List<KeyAnyValue> getArg()
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 arg property.
For example, to add a new item, do as follows:
getArg().add(newItem);
Objects of the following type(s) are allowed in the list
KeyAnyValue
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String