public class Error extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ErrorData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ErrorID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Resend" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ReturnCode" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ErrorData> |
errorData |
protected String |
errorID |
protected String |
resend |
protected Integer |
returnCode |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorData> |
getErrorData()
Gets the value of the errorData property.
|
String |
getErrorID()
Gets the value of the errorID property.
|
String |
getResend()
Gets the value of the resend property.
|
Integer |
getReturnCode()
Gets the value of the returnCode property.
|
void |
setErrorID(String value)
Sets the value of the errorID property.
|
void |
setResend(String value)
Sets the value of the resend property.
|
void |
setReturnCode(Integer value)
Sets the value of the returnCode property.
|
protected String errorID
protected String resend
protected Integer returnCode
public List<ErrorData> getErrorData()
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 errorData property.
For example, to add a new item, do as follows:
getErrorData().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorData
public String getErrorID()
Stringpublic void setErrorID(String value)
value - allowed object is
Stringpublic String getResend()
Stringpublic void setResend(String value)
value - allowed object is
Stringpublic Integer getReturnCode()
IntegerCopyright © 2013. All Rights Reserved.