Uses of Class
com.vidispine.generated.SequenceRangeType
-
Uses of SequenceRangeType in com.vidispine.generated
Fields in com.vidispine.generated declared as SequenceRangeTypeFields in com.vidispine.generated with type parameters of type SequenceRangeTypeModifier and TypeFieldDescriptionprotected List<SequenceRangeType>
ComplexJobType.Input.range
protected List<SequenceRangeType>
OverlayType.range
protected List<SequenceRangeType>
ShapeDeductionJobType.Input.range
protected List<SequenceRangeType>
ShapeDeductionResponse.range
Methods in com.vidispine.generated that return SequenceRangeTypeModifier and TypeMethodDescriptionObjectFactory.createSequenceRangeType()
Create an instance ofSequenceRangeType
ComplexJobOutputFormatType.getRange()
Gets the value of the range property.SequenceRangeType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SequenceRangeType.withCount
(long value) Sets the value of the count property.SequenceRangeType.withStart
(long value) Sets the value of the start property.Sets the value of the value property.SequenceRangeType.withWidth
(int value) Sets the value of the width property.SequenceRangeType.withWildcard
(String value) Sets the value of the wildcard property.Methods in com.vidispine.generated that return types with arguments of type SequenceRangeTypeModifier and TypeMethodDescriptionComplexJobType.Input.getRange()
Gets the value of the range property.OverlayType.getRange()
Gets the value of the range property.ShapeDeductionJobType.Input.getRange()
Gets the value of the range property.ShapeDeductionResponse.getRange()
Gets the value of the range property.Methods in com.vidispine.generated with parameters of type SequenceRangeTypeModifier and TypeMethodDescriptionvoid
ComplexJobOutputFormatType.setRange
(SequenceRangeType value) Sets the value of the range property.ComplexJobOutputFormatType.withRange
(SequenceRangeType value) Sets the value of the range property.ComplexJobType.Input.withRange
(SequenceRangeType... values) Adds objects to the list of Range using add methodComplexJobType.Output.withRange
(SequenceRangeType value) Sets the value of the range property.OverlayType.withRange
(SequenceRangeType... values) Adds objects to the list of Range using add methodShapeDeductionJobType.Input.withRange
(SequenceRangeType... values) Adds objects to the list of Range using add methodShapeDeductionResponse.withRange
(SequenceRangeType... values) Adds objects to the list of Range using add methodMethod parameters in com.vidispine.generated with type arguments of type SequenceRangeTypeModifier and TypeMethodDescriptionComplexJobType.Input.withRange
(Collection<SequenceRangeType> values) Adds objects to the list of Range using addAll methodOverlayType.withRange
(Collection<SequenceRangeType> values) Adds objects to the list of Range using addAll methodShapeDeductionJobType.Input.withRange
(Collection<SequenceRangeType> values) Adds objects to the list of Range using addAll methodShapeDeductionResponse.withRange
(Collection<SequenceRangeType> values) Adds objects to the list of Range using addAll method