public class MESSAGE extends Object
Java class for MESSAGE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MESSAGE">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ACTION" type="{}ACTION"/>
<element name="PARAMETERS" type="{}PARAMETERS" maxOccurs="unbounded"/>
<element name="ACTION_STATUS" type="{}ACTION_STATUS"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ACTION |
action |
protected ACTIONSTATUS |
actionstatus |
protected String |
id |
protected List<PARAMETERS> |
parameters |
| Constructor and Description |
|---|
MESSAGE() |
| Modifier and Type | Method and Description |
|---|---|
ACTION |
getACTION()
Gets the value of the action property.
|
ACTIONSTATUS |
getACTIONSTATUS()
Gets the value of the actionstatus property.
|
String |
getId()
Gets the value of the id property.
|
List<PARAMETERS> |
getPARAMETERS()
Gets the value of the parameters property.
|
void |
setACTION(ACTION value)
Sets the value of the action property.
|
void |
setACTIONSTATUS(ACTIONSTATUS value)
Sets the value of the actionstatus property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected ACTION action
protected List<PARAMETERS> parameters
protected ACTIONSTATUS actionstatus
protected String id
public ACTION getACTION()
ACTIONpublic void setACTION(ACTION value)
value - allowed object is
ACTIONpublic List<PARAMETERS> getPARAMETERS()
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 parameters property.
For example, to add a new item, do as follows:
getPARAMETERS().add(newItem);
Objects of the following type(s) are allowed in the list
PARAMETERS
public ACTIONSTATUS getACTIONSTATUS()
ACTIONSTATUSpublic void setACTIONSTATUS(ACTIONSTATUS value)
value - allowed object is
ACTIONSTATUSCopyright © 2019. All rights reserved.