Uses of Class
com.vidispine.generated.ComplexJobInputType
-
-
Uses of ComplexJobInputType in com.vidispine.generated
Subclasses of ComplexJobInputType in com.vidispine.generated Modifier and Type Class Description class
ComplexJobAudioChannelMapInputType
Java class for ComplexJobAudioChannelMapInputType complex type.Fields in com.vidispine.generated with type parameters of type ComplexJobInputType Modifier and Type Field Description protected List<ComplexJobInputType>
ComplexJobType.Connection. input
Methods in com.vidispine.generated that return ComplexJobInputType Modifier and Type Method Description ComplexJobInputType
ObjectFactory. createComplexJobInputType()
Create an instance ofComplexJobInputType
ComplexJobInputType
ComplexJobInputType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobInputType
ComplexJobInputType. withId(int value)
ComplexJobInputType
ComplexJobInputType. withSetting(KeyValuePairType... values)
ComplexJobInputType
ComplexJobInputType. withSetting(Collection<KeyValuePairType> values)
ComplexJobInputType
ComplexJobInputType. withStream(int value)
ComplexJobInputType
ComplexJobInputType. withTransition(TransitionType value)
Methods in com.vidispine.generated that return types with arguments of type ComplexJobInputType Modifier and Type Method Description List<ComplexJobInputType>
ComplexJobType.Connection. getInput()
Gets the value of the input property.Methods in com.vidispine.generated with parameters of type ComplexJobInputType Modifier and Type Method Description ComplexJobType.Connection
ComplexJobType.Connection. withInput(ComplexJobInputType... values)
Method parameters in com.vidispine.generated with type arguments of type ComplexJobInputType Modifier and Type Method Description ComplexJobType.Connection
ComplexJobType.Connection. withInput(Collection<ComplexJobInputType> values)
-