Uses of Class
com.vidispine.generated.TransferType
-
-
Uses of TransferType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TransferType Modifier and Type Field Description protected List<TransferType>
TransferListType. transfer
Methods in com.vidispine.generated that return TransferType Modifier and Type Method Description TransferType
ObjectFactory. createTransferType()
Create an instance ofTransferType
TransferType
TransferType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TransferType
TransferType. withFileId(String value)
TransferType
TransferType. withName(String value)
TransferType
TransferType. withPriority(String value)
TransferType
TransferType. withState(String value)
TransferType
TransferType. withTransferred(Long value)
Methods in com.vidispine.generated that return types with arguments of type TransferType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransferType>
ObjectFactory. createTransferDocument(TransferType value)
List<TransferType>
TransferListType. getTransfer()
Gets the value of the transfer property.Methods in com.vidispine.generated with parameters of type TransferType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransferType>
ObjectFactory. createTransferDocument(TransferType value)
TransferListType
TransferListType. withTransfer(TransferType... values)
Method parameters in com.vidispine.generated with type arguments of type TransferType Modifier and Type Method Description TransferListType
TransferListType. withTransfer(Collection<TransferType> values)
-