public class JobTaskProgressType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for JobTaskProgressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobTaskProgressType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
<attribute name="total" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="unit" type="{http://xml.vidispine.com/schema/vidispine}JobTaskProgressType_unit" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
total |
protected JobTaskProgressTypeUnit |
unit |
protected BigDecimal |
value |
| Constructor and Description |
|---|
JobTaskProgressType() |
| 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() |
long |
getTotal()
Gets the value of the total property.
|
JobTaskProgressTypeUnit |
getUnit()
Gets the value of the unit property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
boolean |
isSetTotal() |
boolean |
isSetUnit() |
boolean |
isSetValue() |
void |
setTotal(long value)
Sets the value of the total property.
|
void |
setUnit(JobTaskProgressTypeUnit value)
Sets the value of the unit property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
void |
unsetTotal() |
JobTaskProgressType |
withTotal(long value) |
JobTaskProgressType |
withUnit(JobTaskProgressTypeUnit value) |
JobTaskProgressType |
withValue(BigDecimal value) |
protected BigDecimal value
protected Long total
protected JobTaskProgressTypeUnit unit
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetValue()
public long getTotal()
Longpublic void setTotal(long value)
value - allowed object is
Longpublic boolean isSetTotal()
public void unsetTotal()
public JobTaskProgressTypeUnit getUnit()
JobTaskProgressTypeUnitpublic void setUnit(JobTaskProgressTypeUnit value)
value - allowed object is
JobTaskProgressTypeUnitpublic boolean isSetUnit()
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 JobTaskProgressType withValue(BigDecimal value)
public JobTaskProgressType withTotal(long value)
public JobTaskProgressType withUnit(JobTaskProgressTypeUnit value)
Copyright © 2015. All rights reserved.