Modifier and Type | Field and Description |
---|---|
protected JobType |
WebsocketUpdateType.job |
protected JobType |
ExportInformationType.job |
Modifier and Type | Field and Description |
---|---|
protected List<JobType> |
JobListType.job |
protected List<JobType> |
JobType.subJob |
Modifier and Type | Method and Description |
---|---|
JobType |
ObjectFactory.createJobType()
Create an instance of
JobType |
JobType |
WebsocketUpdateType.getJob()
Gets the value of the job property.
|
JobType |
ExportInformationType.getJob()
Gets the value of the job property.
|
JobType |
JobType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
JobType |
JobType.withCurrentStep(JobType.CurrentStep value) |
JobType |
JobType.withData(Collection<JobType.Data> values) |
JobType |
JobType.withData(JobType.Data... values) |
JobType |
JobType.withJobId(String value) |
JobType |
JobType.withLog(JobType.Log value) |
JobType |
JobType.withPriority(String value) |
JobType |
JobType.withStarted(XMLGregorianCalendar value) |
JobType |
JobType.withStatus(String value) |
JobType |
JobType.withSubJob(Collection<JobType> values) |
JobType |
JobType.withSubJob(JobType... values) |
JobType |
JobType.withTotalSteps(Integer value) |
JobType |
JobType.withType(String value) |
JobType |
JobType.withUser(String value) |
JobType |
JobType.withWaiting(JobType.Waiting value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<JobType> |
ObjectFactory.createJobDocument(JobType value)
|
List<JobType> |
JobListType.getJob()
Gets the value of the job property.
|
List<JobType> |
JobType.getSubJob()
Gets the value of the subJob property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<JobType> |
ObjectFactory.createJobDocument(JobType value)
|
void |
WebsocketUpdateType.setJob(JobType value)
Sets the value of the job property.
|
void |
ExportInformationType.setJob(JobType value)
Sets the value of the job property.
|
JobListType |
JobListType.withJob(JobType... values) |
WebsocketUpdateType |
WebsocketUpdateType.withJob(JobType value) |
ExportInformationType |
ExportInformationType.withJob(JobType value) |
JobType |
JobType.withSubJob(JobType... values) |
Modifier and Type | Method and Description |
---|---|
JobListType |
JobListType.withJob(Collection<JobType> values) |
JobType |
JobType.withSubJob(Collection<JobType> values) |
Copyright © 2017. All rights reserved.