public class HashJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for HashJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HashJobType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
<sequence>
<element name="compute" type="{http://xml.vidispine.com/schema/vidispine}HashComputeOperation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HashComputeOperation> |
compute |
| Constructor and Description |
|---|
HashJobType() |
| 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() |
List<HashComputeOperation> |
getCompute()
Gets the value of the compute property.
|
boolean |
isSetCompute() |
void |
unsetCompute() |
HashJobType |
withCompute(Collection<HashComputeOperation> values) |
HashJobType |
withCompute(HashComputeOperation... values) |
protected List<HashComputeOperation> compute
public List<HashComputeOperation> getCompute()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compute property.
For example, to add a new item, do as follows:
getCompute().add(newItem);
Objects of the following type(s) are allowed in the list
HashComputeOperation
public boolean isSetCompute()
public void unsetCompute()
public Object clone()
clone in class TranscoderJobTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TranscoderJobTypepublic 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.CopyTocopyTo in class TranscoderJobTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class TranscoderJobTypepublic HashJobType withCompute(HashComputeOperation... values)
public HashJobType withCompute(Collection<HashComputeOperation> values)
Copyright © 2015. All rights reserved.