public class JobStateResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
JobStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJobRequestId()
Returns the value of field 'jobRequestId'.
|
java.lang.String |
getJobState()
Returns the value of field 'jobState'.
|
RequestErrors |
getRequestErrors()
Returns the value of field 'requestErrors'.
|
java.lang.String |
getRequestId()
Returns the value of field 'requestId'.
|
ResultType |
getResult()
Returns the value of field 'result'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setJobRequestId(java.lang.String jobRequestId)
Sets the value of field 'jobRequestId'.
|
void |
setJobState(java.lang.String jobState)
Sets the value of field 'jobState'.
|
void |
setRequestErrors(RequestErrors requestErrors)
Sets the value of field 'requestErrors'.
|
void |
setRequestId(java.lang.String requestId)
Sets the value of field 'requestId'.
|
void |
setResult(ResultType result)
Sets the value of field 'result'.
|
static JobStateResponse |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public java.lang.String getJobRequestId()
public java.lang.String getJobState()
public RequestErrors getRequestErrors()
public java.lang.String getRequestId()
public ResultType getResult()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOException - if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setJobRequestId(java.lang.String jobRequestId)
jobRequestId - the value of field 'jobRequestId'.public void setJobState(java.lang.String jobState)
jobState - the value of field 'jobState'.public void setRequestErrors(RequestErrors requestErrors)
requestErrors - the value of field 'requestErrors'.public void setRequestId(java.lang.String requestId)
requestId - the value of field 'requestId'.public void setResult(ResultType result)
result - the value of field 'result'.public static JobStateResponse unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaCopyright © 2016. All Rights Reserved.