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 | Field and Description |
|---|---|
protected String |
description |
protected int |
number |
protected String |
status |
| Constructor and Description |
|---|
JobType.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 |
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()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public int getNumber()
public void setNumber(int value)
public boolean isSetNumber()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic JobType.CurrentStep withDescription(String value)
public JobType.CurrentStep withNumber(int value)
public JobType.CurrentStep withStatus(String value)
Copyright © 2015. All rights reserved.