| Modifier and Type | Field and Description |
|---|---|
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 |
ExportInformationType.getJob()
Gets the value of the job property.
|
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 |
ExportInformationType.setJob(JobType value)
Sets the value of the job property.
|
JobListType |
JobListType.withJob(JobType... values) |
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 © 2015. All rights reserved.