public static class JobType.CurrentStep extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Class and Description |
---|---|
static class |
JobType.CurrentStep.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected int |
number |
protected String |
status |
Constructor and Description |
---|
CurrentStep() |
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() |
String |
getDescription()
Gets the value of the description property.
|
int |
getNumber()
Gets the value of the number property.
|
String |
getStatus()
Gets the value of the status property.
|
boolean |
isSetDescription() |
boolean |
isSetNumber() |
boolean |
isSetStatus() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
JobType.CurrentStep |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
JobType.CurrentStep |
withDescription(String value) |
JobType.CurrentStep |
withNumber(int value) |
JobType.CurrentStep |
withStatus(String value) |
protected String description
protected int number
protected String status
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public int getNumber()
public void setNumber(int value)
public boolean isSetNumber()
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public boolean isSetStatus()
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
public JobType.CurrentStep withDescription(String value)
public JobType.CurrentStep withNumber(int value)
public JobType.CurrentStep withStatus(String value)
public JobType.CurrentStep visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.