Uses of Class
com.vidispine.generated.AnalyzePresetType
-
-
Uses of AnalyzePresetType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AnalyzePresetType Modifier and Type Field Description protected List<AnalyzePresetType>
AnalyzePresetListType. preset
Methods in com.vidispine.generated that return AnalyzePresetType Modifier and Type Method Description AnalyzePresetType
ObjectFactory. createAnalyzePresetType()
Create an instance ofAnalyzePresetType
AnalyzePresetType
AnalyzePresetType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AnalyzePresetType
AnalyzePresetType. withData(KeyValueType... values)
AnalyzePresetType
AnalyzePresetType. withData(Collection<KeyValueType> values)
AnalyzePresetType
AnalyzePresetType. withName(String value)
AnalyzePresetType
AnalyzePresetType. withVidispine(AnalyzeJobType value)
Methods in com.vidispine.generated that return types with arguments of type AnalyzePresetType Modifier and Type Method Description javax.xml.bind.JAXBElement<AnalyzePresetType>
ObjectFactory. createAnalyzePresetDocument(AnalyzePresetType value)
List<AnalyzePresetType>
AnalyzePresetListType. getPreset()
Gets the value of the preset property.Methods in com.vidispine.generated with parameters of type AnalyzePresetType Modifier and Type Method Description javax.xml.bind.JAXBElement<AnalyzePresetType>
ObjectFactory. createAnalyzePresetDocument(AnalyzePresetType value)
AnalyzePresetListType
AnalyzePresetListType. withPreset(AnalyzePresetType... values)
Method parameters in com.vidispine.generated with type arguments of type AnalyzePresetType Modifier and Type Method Description AnalyzePresetListType
AnalyzePresetListType. withPreset(Collection<AnalyzePresetType> values)
-