Uses of Class
com.vidispine.generated.AutoImportRuleType
-
-
Uses of AutoImportRuleType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutoImportRuleType Modifier and Type Field Description protected List<AutoImportRuleType>
AutoImportRuleListType. rule
Methods in com.vidispine.generated that return types with arguments of type AutoImportRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<AutoImportRuleType>
ObjectFactory. createAutoImportRuleDocument(AutoImportRuleType value)
List<AutoImportRuleType>
AutoImportRuleListType. getRule()
Gets the value of the rule property.Methods in com.vidispine.generated with parameters of type AutoImportRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<AutoImportRuleType>
ObjectFactory. createAutoImportRuleDocument(AutoImportRuleType value)
AutoImportRuleListType
AutoImportRuleListType. withRule(AutoImportRuleType... values)
Method parameters in com.vidispine.generated with type arguments of type AutoImportRuleType Modifier and Type Method Description AutoImportRuleListType
AutoImportRuleListType. withRule(Collection<AutoImportRuleType> values)
-