Uses of Class
com.vidispine.generated.StorageGroupType
-
-
Uses of StorageGroupType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type StorageGroupType Modifier and Type Field Description protected List<StorageGroupType>
StorageGroupListType. group
Methods in com.vidispine.generated that return StorageGroupType Modifier and Type Method Description StorageGroupType
ObjectFactory. createStorageGroupType()
Create an instance ofStorageGroupType
StorageGroupType
StorageGroupType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
StorageGroupType
StorageGroupType. withData(StorageGroupType.Data... values)
StorageGroupType
StorageGroupType. withData(Collection<StorageGroupType.Data> values)
StorageGroupType
StorageGroupType. withName(String value)
StorageGroupType
StorageGroupType. withStorage(StorageType... values)
StorageGroupType
StorageGroupType. withStorage(Collection<StorageType> values)
Methods in com.vidispine.generated that return types with arguments of type StorageGroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<StorageGroupType>
ObjectFactory. createStorageGroupDocument(StorageGroupType value)
List<StorageGroupType>
StorageGroupListType. getGroup()
Gets the value of the group property.Methods in com.vidispine.generated with parameters of type StorageGroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<StorageGroupType>
ObjectFactory. createStorageGroupDocument(StorageGroupType value)
StorageGroupListType
StorageGroupListType. withGroup(StorageGroupType... values)
Method parameters in com.vidispine.generated with type arguments of type StorageGroupType Modifier and Type Method Description StorageGroupListType
StorageGroupListType. withGroup(Collection<StorageGroupType> values)
-