Uses of Class
com.vidispine.generated.TransferJobType
-
-
Uses of TransferJobType in com.vidispine.generated
Fields in com.vidispine.generated declared as TransferJobType Modifier and Type Field Description protected TransferJobType
JobRequestChoiceType. transferRequest
Methods in com.vidispine.generated that return TransferJobType Modifier and Type Method Description TransferJobType
ObjectFactory. createTransferJobType()
Create an instance ofTransferJobType
TransferJobType
JobRequestChoiceType. getTransferRequest()
Gets the value of the transferRequest property.TransferJobType
TransferJobType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TransferJobType
TransferJobType. withTransfer(TransferOperation... values)
TransferJobType
TransferJobType. withTransfer(Collection<TransferOperation> values)
Methods in com.vidispine.generated that return types with arguments of type TransferJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransferJobType>
ObjectFactory. createTransferJobDocument(TransferJobType value)
Methods in com.vidispine.generated with parameters of type TransferJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransferJobType>
ObjectFactory. createTransferJobDocument(TransferJobType value)
void
JobRequestChoiceType. setTransferRequest(TransferJobType value)
Sets the value of the transferRequest property.JobRequestChoiceType
JobRequestChoiceType. withTransferRequest(TransferJobType value)
-