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() |
protected BigDecimal value
protected Long total
protected JobTaskProgressTypeUnit unit
public BigDecimal getValue()
BigDecimal
public void setValue(BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetValue()
public long getTotal()
Long
public void setTotal(long value)
value
- allowed object is
Long
public boolean isSetTotal()
public void unsetTotal()
public JobTaskProgressTypeUnit getUnit()
JobTaskProgressTypeUnit
public void setUnit(JobTaskProgressTypeUnit value)
value
- allowed object is
JobTaskProgressTypeUnit
public boolean isSetUnit()
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
Copyright © 2015. All rights reserved.