Uses of Class
com.vidispine.generated.SequenceRangeType
-
-
Uses of SequenceRangeType in com.vidispine.generated
Fields in com.vidispine.generated declared as SequenceRangeType Modifier and Type Field Description protected SequenceRangeType
ComplexJobOutputFormatType. range
Fields in com.vidispine.generated with type parameters of type SequenceRangeType Modifier and Type Field Description protected 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 SequenceRangeType Modifier and Type Method Description SequenceRangeType
ObjectFactory. createSequenceRangeType()
Create an instance ofSequenceRangeType
SequenceRangeType
ComplexJobOutputFormatType. getRange()
Gets the value of the range property.SequenceRangeType
SequenceRangeType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SequenceRangeType
SequenceRangeType. withCount(long value)
SequenceRangeType
SequenceRangeType. withStart(long value)
SequenceRangeType
SequenceRangeType. withValue(String value)
SequenceRangeType
SequenceRangeType. withWidth(int value)
SequenceRangeType
SequenceRangeType. withWildcard(String value)
Methods in com.vidispine.generated that return types with arguments of type SequenceRangeType Modifier and Type Method Description List<SequenceRangeType>
ComplexJobType.Input. getRange()
Gets the value of the range property.List<SequenceRangeType>
OverlayType. getRange()
Gets the value of the range property.List<SequenceRangeType>
ShapeDeductionJobType.Input. getRange()
Gets the value of the range property.List<SequenceRangeType>
ShapeDeductionResponse. getRange()
Gets the value of the range property.Methods in com.vidispine.generated with parameters of type SequenceRangeType Modifier and Type Method Description void
ComplexJobOutputFormatType. setRange(SequenceRangeType value)
Sets the value of the range property.ComplexJobOutputFormatType
ComplexJobOutputFormatType. withRange(SequenceRangeType value)
ComplexJobType.Input
ComplexJobType.Input. withRange(SequenceRangeType... values)
ComplexJobType.Output
ComplexJobType.Output. withRange(SequenceRangeType value)
OverlayType
OverlayType. withRange(SequenceRangeType... values)
ShapeDeductionJobType.Input
ShapeDeductionJobType.Input. withRange(SequenceRangeType... values)
ShapeDeductionResponse
ShapeDeductionResponse. withRange(SequenceRangeType... values)
Method parameters in com.vidispine.generated with type arguments of type SequenceRangeType Modifier and Type Method Description ComplexJobType.Input
ComplexJobType.Input. withRange(Collection<SequenceRangeType> values)
OverlayType
OverlayType. withRange(Collection<SequenceRangeType> values)
ShapeDeductionJobType.Input
ShapeDeductionJobType.Input. withRange(Collection<SequenceRangeType> values)
ShapeDeductionResponse
ShapeDeductionResponse. withRange(Collection<SequenceRangeType> values)
-