Uses of Class
com.vidispine.generated.ComplexJobAtomType
-
-
Uses of ComplexJobAtomType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ComplexJobAtomType Modifier and Type Field Description protected List<ComplexJobAtomType>
ComplexJobOutputFormatType. atom
Methods in com.vidispine.generated that return ComplexJobAtomType Modifier and Type Method Description ComplexJobAtomType
ObjectFactory. createComplexJobAtomType()
Create an instance ofComplexJobAtomType
ComplexJobAtomType
ComplexJobAtomType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobAtomType
ComplexJobAtomType. withSourcePackageID(byte[] value)
ComplexJobAtomType
ComplexJobAtomType. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type ComplexJobAtomType Modifier and Type Method Description List<ComplexJobAtomType>
ComplexJobOutputFormatType. getAtom()
Gets the value of the atom property.Methods in com.vidispine.generated with parameters of type ComplexJobAtomType Modifier and Type Method Description ComplexJobOutputFormatType
ComplexJobOutputFormatType. withAtom(ComplexJobAtomType... values)
ComplexJobType.Output
ComplexJobType.Output. withAtom(ComplexJobAtomType... values)
Method parameters in com.vidispine.generated with type arguments of type ComplexJobAtomType Modifier and Type Method Description ComplexJobOutputFormatType
ComplexJobOutputFormatType. withAtom(Collection<ComplexJobAtomType> values)
ComplexJobType.Output
ComplexJobType.Output. withAtom(Collection<ComplexJobAtomType> values)
-