public class TransferJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
TransferJobType.PropInfo |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<TransferOperation> |
getTransfer()
Gets the value of the transfer property.
|
boolean |
isSetTransfer() |
void |
unsetTransfer() |
TransferJobType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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 TranscoderJobType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class TranscoderJobType
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
copyTo
in class TranscoderJobType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class TranscoderJobType
public TransferJobType withTransfer(TransferOperation... values)
public TransferJobType withTransfer(Collection<TransferOperation> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class TranscoderJobType
public boolean equals(Object object)
equals
in class TranscoderJobType
public TransferJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class TranscoderJobType
Copyright © 2018. All rights reserved.