Uses of Class
com.vidispine.generated.CollectionReorderEntryType
-
-
Uses of CollectionReorderEntryType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CollectionReorderEntryType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<CollectionReorderEntryType>>
CollectionReorderType. itemOrCollectionOrLibrary
Methods in com.vidispine.generated that return CollectionReorderEntryType Modifier and Type Method Description CollectionReorderEntryType
ObjectFactory. createCollectionReorderEntryType()
Create an instance ofCollectionReorderEntryType
CollectionReorderEntryType
CollectionReorderEntryType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CollectionReorderEntryType
CollectionReorderEntryType. withAfter(String value)
CollectionReorderEntryType
CollectionReorderEntryType. withBefore(String value)
CollectionReorderEntryType
CollectionReorderEntryType. withId(String value)
CollectionReorderEntryType
CollectionReorderEntryType. withReference(String value)
Methods in com.vidispine.generated that return types with arguments of type CollectionReorderEntryType Modifier and Type Method Description javax.xml.bind.JAXBElement<CollectionReorderEntryType>
ObjectFactory. createCollectionReorderTypeCollection(CollectionReorderEntryType value)
javax.xml.bind.JAXBElement<CollectionReorderEntryType>
ObjectFactory. createCollectionReorderTypeItem(CollectionReorderEntryType value)
javax.xml.bind.JAXBElement<CollectionReorderEntryType>
ObjectFactory. createCollectionReorderTypeLibrary(CollectionReorderEntryType value)
List<javax.xml.bind.JAXBElement<CollectionReorderEntryType>>
CollectionReorderType. getItemOrCollectionOrLibrary()
Gets the value of the itemOrCollectionOrLibrary property.Methods in com.vidispine.generated with parameters of type CollectionReorderEntryType Modifier and Type Method Description javax.xml.bind.JAXBElement<CollectionReorderEntryType>
ObjectFactory. createCollectionReorderTypeCollection(CollectionReorderEntryType value)
javax.xml.bind.JAXBElement<CollectionReorderEntryType>
ObjectFactory. createCollectionReorderTypeItem(CollectionReorderEntryType value)
javax.xml.bind.JAXBElement<CollectionReorderEntryType>
ObjectFactory. createCollectionReorderTypeLibrary(CollectionReorderEntryType value)
Method parameters in com.vidispine.generated with type arguments of type CollectionReorderEntryType Modifier and Type Method Description CollectionReorderType
CollectionReorderType. withItemOrCollectionOrLibrary(Collection<javax.xml.bind.JAXBElement<CollectionReorderEntryType>> values)
-