public class TransferJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TransferJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransferJobType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
<sequence>
<element name="transfer" type="{http://xml.vidispine.com/schema/vidispine}TransferOperation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TransferOperation> |
transfer |
| Constructor and Description |
|---|
TransferJobType() |
| 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<TransferOperation> |
getTransfer()
Gets the value of the transfer property.
|
boolean |
isSetTransfer() |
void |
unsetTransfer() |
TransferJobType |
withTransfer(Collection<TransferOperation> values) |
TransferJobType |
withTransfer(TransferOperation... values) |
protected List<TransferOperation> transfer
public List<TransferOperation> getTransfer()
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 transfer property.
For example, to add a new item, do as follows:
getTransfer().add(newItem);
Objects of the following type(s) are allowed in the list
TransferOperation
public boolean isSetTransfer()
public void unsetTransfer()
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 TransferJobType withTransfer(TransferOperation... values)
public TransferJobType withTransfer(Collection<TransferOperation> values)
Copyright © 2015. All rights reserved.