Uses of Class
com.vidispine.generated.StorageRuleType
-
-
Uses of StorageRuleType in com.vidispine.generated
Fields in com.vidispine.generated declared as StorageRuleType Modifier and Type Field Description protected StorageRuleType
StorageRulesType. _default
Fields in com.vidispine.generated with type parameters of type StorageRuleType Modifier and Type Field Description protected List<StorageRuleType>
StorageRulesType. tag
Methods in com.vidispine.generated that return types with arguments of type StorageRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<StorageRuleType>
ObjectFactory. createStorageRuleDocument(StorageRuleType value)
List<StorageRuleType>
StorageRulesType. getTag()
Gets the value of the tag property.Methods in com.vidispine.generated with parameters of type StorageRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<StorageRuleType>
ObjectFactory. createStorageRuleDocument(StorageRuleType value)
void
StorageRulesType. setDefault(StorageRuleType value)
Sets the value of the default property.StorageRulesType
StorageRulesType. withDefault(StorageRuleType value)
StorageRulesType
StorageRulesType. withTag(StorageRuleType... values)
Method parameters in com.vidispine.generated with type arguments of type StorageRuleType Modifier and Type Method Description StorageRulesType
StorageRulesType. withTag(Collection<StorageRuleType> values)
-