public class JobErrorActivity
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
JobErrorActivity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivityId()
Returns the value of field 'activityId'.
|
java.lang.String |
getCorrelationId()
Returns the value of field 'correlationId'.
|
java.lang.String |
getJobCategory()
Returns the value of field 'jobCategory'.
|
JobError |
getJobError()
Returns the value of field 'jobError'.
|
java.lang.String |
getRequestId()
Returns the value of field 'requestId'.
|
java.util.Date |
getTimestamp()
Returns the value of field 'timestamp'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setActivityId(java.lang.String activityId)
Sets the value of field 'activityId'.
|
void |
setCorrelationId(java.lang.String correlationId)
Sets the value of field 'correlationId'.
|
void |
setJobCategory(java.lang.String jobCategory)
Sets the value of field 'jobCategory'.
|
void |
setJobError(JobError jobError)
Sets the value of field 'jobError'.
|
void |
setRequestId(java.lang.String requestId)
Sets the value of field 'requestId'.
|
void |
setTimestamp(java.util.Date timestamp)
Sets the value of field 'timestamp'.
|
static JobErrorActivity |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public java.lang.String getActivityId()
public java.lang.String getCorrelationId()
public java.lang.String getJobCategory()
public JobError getJobError()
public java.lang.String getRequestId()
public java.util.Date getTimestamp()
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 setActivityId(java.lang.String activityId)
activityId - the value of field 'activityId'.public void setCorrelationId(java.lang.String correlationId)
correlationId - the value of field 'correlationId'.public void setJobCategory(java.lang.String jobCategory)
jobCategory - the value of field 'jobCategory'.public void setJobError(JobError jobError)
jobError - the value of field 'jobError'.public void setRequestId(java.lang.String requestId)
requestId - the value of field 'requestId'.public void setTimestamp(java.util.Date timestamp)
timestamp - the value of field 'timestamp'.public static JobErrorActivity 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.