public class Error
extends java.lang.Object
implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ErrorData" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.util.List<ErrorData> |
errorDatas |
protected java.lang.String |
errorID |
protected java.lang.String |
resend |
protected java.lang.Integer |
returnCode |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErrorData> |
getErrorDatas()
Gets the value of the errorDatas property.
|
java.lang.String |
getErrorID()
Gets the value of the errorID property.
|
java.lang.String |
getResend()
Gets the value of the resend property.
|
java.lang.Integer |
getReturnCode()
Gets the value of the returnCode property.
|
void |
setErrorID(java.lang.String value)
Sets the value of the errorID property.
|
void |
setResend(java.lang.String value)
Sets the value of the resend property.
|
void |
setReturnCode(java.lang.Integer value)
Sets the value of the returnCode property.
|
protected java.util.List<ErrorData> errorDatas
protected java.lang.String errorID
protected java.lang.String resend
protected java.lang.Integer returnCode
public java.util.List<ErrorData> getErrorDatas()
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 errorDatas property.
For example, to add a new item, do as follows:
getErrorDatas().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorData
public java.lang.String getErrorID()
Stringpublic void setErrorID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResend()
Stringpublic void setResend(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getReturnCode()
Integerpublic void setReturnCode(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.