public class StatusInfo
extends java.lang.Object
Java class for statusInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="statusInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{}messageType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="result" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="ok"/>
<enumeration value="failed"/>
<enumeration value="warning"/>
</restriction>
</simpleType>
</attribute>
<attribute name="element" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
element |
protected java.util.List<MessageType> |
message |
protected java.lang.String |
result |
| Constructor and Description |
|---|
StatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElement()
Gets the value of the element property.
|
java.util.List<MessageType> |
getMessage()
Gets the value of the message property.
|
java.lang.String |
getResult()
Gets the value of the result property.
|
void |
setElement(java.lang.String value)
Sets the value of the element property.
|
void |
setResult(java.lang.String value)
Sets the value of the result property.
|
protected java.util.List<MessageType> message
protected java.lang.String result
protected java.lang.String element
public java.util.List<MessageType> getMessage()
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 message property.
For example, to add a new item, do as follows:
getMessage().add(newItem);
Objects of the following type(s) are allowed in the list
MessageType
public java.lang.String getResult()
Stringpublic void setResult(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getElement()
Stringpublic void setElement(java.lang.String value)
value - allowed object is
String