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