Uses of Class
com.vidispine.generated.SequenceType
-
Uses of SequenceType in com.vidispine.generated
Fields in com.vidispine.generated declared as SequenceTypeModifier and TypeFieldDescriptionprotected SequenceType
ExportRequestType.sequence
protected SequenceType
SequenceRenderRequestType.sequence
Fields in com.vidispine.generated with type parameters of type SequenceTypeModifier and TypeFieldDescriptionprotected List<SequenceType>
CollectionType.sequence
protected List<SequenceType>
ProjectVersionType.sequence
Methods in com.vidispine.generated that return SequenceTypeModifier and TypeMethodDescriptionObjectFactory.createSequenceType()
Create an instance ofSequenceType
ExportRequestType.getSequence()
Gets the value of the sequence property.SequenceRenderRequestType.getSequence()
Gets the value of the sequence property.SequenceType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the id property.SequenceType.withOverride
(TranscodePresetType value) Sets the value of the override property.SequenceType.withSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodSequenceType.withSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodSequenceType.withTrack
(SequenceTrackType... values) Adds objects to the list of Track using add methodSequenceType.withTrack
(Collection<SequenceTrackType> values) Adds objects to the list of Track using addAll methodMethods in com.vidispine.generated that return types with arguments of type SequenceTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SequenceType>
ObjectFactory.createSequenceDocument
(SequenceType value) CollectionType.getSequence()
Gets the value of the sequence property.ProjectVersionType.getSequence()
Gets the value of the sequence property.Methods in com.vidispine.generated with parameters of type SequenceTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SequenceType>
ObjectFactory.createSequenceDocument
(SequenceType value) void
ExportRequestType.setSequence
(SequenceType value) Sets the value of the sequence property.void
SequenceRenderRequestType.setSequence
(SequenceType value) Sets the value of the sequence property.CollectionType.withSequence
(SequenceType... values) Adds objects to the list of Sequence using add methodExportRequestType.withSequence
(SequenceType value) Sets the value of the sequence property.ProjectVersionType.withSequence
(SequenceType... values) Adds objects to the list of Sequence using add methodSequenceRenderRequestType.withSequence
(SequenceType value) Sets the value of the sequence property.Method parameters in com.vidispine.generated with type arguments of type SequenceTypeModifier and TypeMethodDescriptionCollectionType.withSequence
(Collection<SequenceType> values) Adds objects to the list of Sequence using addAll methodProjectVersionType.withSequence
(Collection<SequenceType> values) Adds objects to the list of Sequence using addAll method