Uses of Class
com.vidispine.generated.AutoProjectionStepType
-
Uses of AutoProjectionStepType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutoProjectionStepTypeModifier and TypeFieldDescriptionprotected List<AutoProjectionStepType>
AutoProjectionRuleType.step
Methods in com.vidispine.generated that return AutoProjectionStepTypeModifier and TypeMethodDescriptionObjectFactory.createAutoProjectionStepType()
Create an instance ofAutoProjectionStepType
AutoProjectionStepType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) AutoProjectionStepType.withDescription
(String value) Sets the value of the description property.AutoProjectionStepType.withOrder
(BigInteger value) Sets the value of the order property.AutoProjectionStepType.withScript
(String value) Sets the value of the script property.Sets the value of the xslt property.Methods in com.vidispine.generated that return types with arguments of type AutoProjectionStepTypeModifier and TypeMethodDescriptionAutoProjectionRuleType.getStep()
Gets the value of the step property.Methods in com.vidispine.generated with parameters of type AutoProjectionStepTypeModifier and TypeMethodDescriptionAutoProjectionRuleType.withStep
(AutoProjectionStepType... values) Adds objects to the list of Step using add methodMethod parameters in com.vidispine.generated with type arguments of type AutoProjectionStepTypeModifier and TypeMethodDescriptionAutoProjectionRuleType.withStep
(Collection<AutoProjectionStepType> values) Adds objects to the list of Step using addAll method