Uses of Class
com.vidispine.generated.SequenceType
-
Uses of SequenceType in com.vidispine.generated
Fields in com.vidispine.generated declared as SequenceTypeModifier and TypeFieldDescriptionprotected SequenceTypeExportRequestType.sequenceprotected SequenceTypeSequenceRenderRequestType.sequenceFields in com.vidispine.generated with type parameters of type SequenceTypeModifier and TypeFieldDescriptionprotected List<SequenceType>CollectionType.sequenceprotected List<SequenceType>ProjectVersionType.sequenceMethods in com.vidispine.generated that return SequenceTypeModifier and TypeMethodDescriptionObjectFactory.createSequenceType()Create an instance ofSequenceTypeExportRequestType.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) voidExportRequestType.setSequence(SequenceType value) Sets the value of the sequence property.voidSequenceRenderRequestType.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