Uses of Class
com.vidispine.generated.CollectionType
-
-
Uses of CollectionType in com.vidispine.generated
Fields in com.vidispine.generated declared as CollectionType Modifier and Type Field Description protected CollectionType
SearchResultEntryType. collection
Fields in com.vidispine.generated with type parameters of type CollectionType Modifier and Type Field Description protected List<CollectionType>
CollectionListType. collection
Methods in com.vidispine.generated that return types with arguments of type CollectionType Modifier and Type Method Description javax.xml.bind.JAXBElement<CollectionType>
ObjectFactory. createCollectionDocument(CollectionType value)
List<CollectionType>
CollectionListType. getCollection()
Gets the value of the collection property.Methods in com.vidispine.generated with parameters of type CollectionType Modifier and Type Method Description javax.xml.bind.JAXBElement<CollectionType>
ObjectFactory. createCollectionDocument(CollectionType value)
void
SearchResultEntryType. setCollection(CollectionType value)
Sets the value of the collection property.CollectionListType
CollectionListType. withCollection(CollectionType... values)
SearchResultEntryType
SearchResultEntryType. withCollection(CollectionType value)
Method parameters in com.vidispine.generated with type arguments of type CollectionType Modifier and Type Method Description CollectionListType
CollectionListType. withCollection(Collection<CollectionType> values)
-