Uses of Class
com.vidispine.generated.AutoProjectionStepType
-
-
Uses of AutoProjectionStepType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutoProjectionStepType Modifier and Type Field Description protected List<AutoProjectionStepType>
AutoProjectionRuleType. step
Methods in com.vidispine.generated that return AutoProjectionStepType Modifier and Type Method Description AutoProjectionStepType
ObjectFactory. createAutoProjectionStepType()
Create an instance ofAutoProjectionStepType
AutoProjectionStepType
AutoProjectionStepType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AutoProjectionStepType
AutoProjectionStepType. withDescription(String value)
AutoProjectionStepType
AutoProjectionStepType. withOrder(BigInteger value)
AutoProjectionStepType
AutoProjectionStepType. withScript(String value)
AutoProjectionStepType
AutoProjectionStepType. withXslt(String value)
Methods in com.vidispine.generated that return types with arguments of type AutoProjectionStepType Modifier and Type Method Description List<AutoProjectionStepType>
AutoProjectionRuleType. getStep()
Gets the value of the step property.Methods in com.vidispine.generated with parameters of type AutoProjectionStepType Modifier and Type Method Description AutoProjectionRuleType
AutoProjectionRuleType. withStep(AutoProjectionStepType... values)
Method parameters in com.vidispine.generated with type arguments of type AutoProjectionStepType Modifier and Type Method Description AutoProjectionRuleType
AutoProjectionRuleType. withStep(Collection<AutoProjectionStepType> values)
-