public class JobType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for JobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="jobId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="started" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="subJob" type="{http://xml.vidispine.com/schema/vidispine}JobType" maxOccurs="unbounded" minOccurs="0"/> <element name="priority" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="waiting" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="resourceId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="resourceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="requirement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="currentStep" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="data" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="totalSteps" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="log" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="task" type="{http://xml.vidispine.com/schema/vidispine}JobTaskType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
JobType.CurrentStep
Java class for anonymous complex type.
|
static class |
JobType.Data
Java class for anonymous complex type.
|
static class |
JobType.Log
Java class for anonymous complex type.
|
static class |
JobType.Waiting
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected JobType.CurrentStep |
currentStep |
protected List<JobType.Data> |
data |
protected String |
jobId |
protected JobType.Log |
log |
protected String |
priority |
protected XMLGregorianCalendar |
started |
protected String |
status |
protected List<JobType> |
subJob |
protected Integer |
totalSteps |
protected String |
type |
protected String |
user |
protected JobType.Waiting |
waiting |
Constructor and Description |
---|
JobType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
JobType.CurrentStep |
getCurrentStep()
Gets the value of the currentStep property.
|
List<JobType.Data> |
getData()
Gets the value of the data property.
|
String |
getJobId()
Gets the value of the jobId property.
|
JobType.Log |
getLog()
Gets the value of the log property.
|
String |
getPriority()
Gets the value of the priority property.
|
XMLGregorianCalendar |
getStarted()
Gets the value of the started property.
|
String |
getStatus()
Gets the value of the status property.
|
List<JobType> |
getSubJob()
Gets the value of the subJob property.
|
Integer |
getTotalSteps()
Gets the value of the totalSteps property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUser()
Gets the value of the user property.
|
JobType.Waiting |
getWaiting()
Gets the value of the waiting property.
|
boolean |
isSetCurrentStep() |
boolean |
isSetData() |
boolean |
isSetJobId() |
boolean |
isSetLog() |
boolean |
isSetPriority() |
boolean |
isSetStarted() |
boolean |
isSetStatus() |
boolean |
isSetSubJob() |
boolean |
isSetTotalSteps() |
boolean |
isSetType() |
boolean |
isSetUser() |
boolean |
isSetWaiting() |
void |
setCurrentStep(JobType.CurrentStep value)
Sets the value of the currentStep property.
|
void |
setJobId(String value)
Sets the value of the jobId property.
|
void |
setLog(JobType.Log value)
Sets the value of the log property.
|
void |
setPriority(String value)
Sets the value of the priority property.
|
void |
setStarted(XMLGregorianCalendar value)
Sets the value of the started property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTotalSteps(Integer value)
Sets the value of the totalSteps property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUser(String value)
Sets the value of the user property.
|
void |
setWaiting(JobType.Waiting value)
Sets the value of the waiting property.
|
void |
unsetData() |
void |
unsetSubJob() |
protected String jobId
protected String user
protected XMLGregorianCalendar started
protected String status
protected String type
protected String priority
protected JobType.Waiting waiting
protected JobType.CurrentStep currentStep
protected List<JobType.Data> data
protected Integer totalSteps
protected JobType.Log log
public String getJobId()
String
public void setJobId(String value)
value
- allowed object is
String
public boolean isSetJobId()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public XMLGregorianCalendar getStarted()
XMLGregorianCalendar
public void setStarted(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStarted()
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public boolean isSetStatus()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public List<JobType> getSubJob()
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 subJob property.
For example, to add a new item, do as follows:
getSubJob().add(newItem);
Objects of the following type(s) are allowed in the list
JobType
public boolean isSetSubJob()
public void unsetSubJob()
public String getPriority()
String
public void setPriority(String value)
value
- allowed object is
String
public boolean isSetPriority()
public JobType.Waiting getWaiting()
JobType.Waiting
public void setWaiting(JobType.Waiting value)
value
- allowed object is
JobType.Waiting
public boolean isSetWaiting()
public JobType.CurrentStep getCurrentStep()
JobType.CurrentStep
public void setCurrentStep(JobType.CurrentStep value)
value
- allowed object is
JobType.CurrentStep
public boolean isSetCurrentStep()
public List<JobType.Data> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
JobType.Data
public boolean isSetData()
public void unsetData()
public Integer getTotalSteps()
Integer
public void setTotalSteps(Integer value)
value
- allowed object is
Integer
public boolean isSetTotalSteps()
public JobType.Log getLog()
JobType.Log
public void setLog(JobType.Log value)
value
- allowed object is
JobType.Log
public boolean isSetLog()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.