public class LastUnsuccessfulSynchErrorType
extends java.lang.Object
Java class for LastUnsuccessfulSynchErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LastUnsuccessfulSynchErrorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="causingAgent" type="{urn:riv:interoperability:headers:1}CausingAgentEnum"/>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
any |
protected CausingAgentEnum |
causingAgent |
protected java.lang.String |
code |
protected java.lang.String |
text |
| Constructor and Description |
|---|
LastUnsuccessfulSynchErrorType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
CausingAgentEnum |
getCausingAgent()
Gets the value of the causingAgent property.
|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getText()
Gets the value of the text property.
|
void |
setCausingAgent(CausingAgentEnum value)
Sets the value of the causingAgent property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setText(java.lang.String value)
Sets the value of the text property.
|
protected CausingAgentEnum causingAgent
protected java.lang.String code
protected java.lang.String text
protected java.util.List<java.lang.Object> any
public CausingAgentEnum getCausingAgent()
CausingAgentEnumpublic void setCausingAgent(CausingAgentEnum value)
value - allowed object is
CausingAgentEnumpublic java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
Copyright © 2017. All Rights Reserved.