Uses of Class
com.vidispine.generated.ItemType
-
-
Uses of ItemType in com.vidispine.generated
Fields in com.vidispine.generated declared as ItemType Modifier and Type Field Description protected ItemType
SearchResultEntryType. item
protected ItemType
WebsocketUpdateType. item
Fields in com.vidispine.generated with type parameters of type ItemType Modifier and Type Field Description protected List<ItemType>
ItemListType. item
Methods in com.vidispine.generated that return types with arguments of type ItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemType>
ObjectFactory. createItemDocument(ItemType value)
List<ItemType>
ItemListType. getItem()
Gets the value of the item property.Methods in com.vidispine.generated with parameters of type ItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemType>
ObjectFactory. createItemDocument(ItemType value)
void
SearchResultEntryType. setItem(ItemType value)
Sets the value of the item property.void
WebsocketUpdateType. setItem(ItemType value)
Sets the value of the item property.ItemListType
ItemListType. withItem(ItemType... values)
SearchResultEntryType
SearchResultEntryType. withItem(ItemType value)
WebsocketUpdateType
WebsocketUpdateType. withItem(ItemType value)
Method parameters in com.vidispine.generated with type arguments of type ItemType Modifier and Type Method Description ItemListType
ItemListType. withItem(Collection<ItemType> values)
-