Uses of Class
com.vidispine.generated.ItemRelationType
-
-
Uses of ItemRelationType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ItemRelationType Modifier and Type Field Description protected List<ItemRelationType>
ItemRelationListType. relation
Methods in com.vidispine.generated that return ItemRelationType Modifier and Type Method Description ItemRelationType
ObjectFactory. createItemRelationType()
Create an instance ofItemRelationType
ItemRelationType
ItemRelationType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ItemRelationType
ItemRelationType. withDirection(ItemRelationType.Direction value)
ItemRelationType
ItemRelationType. withId(String value)
ItemRelationType
ItemRelationType. withValue(ItemRelationType.Value... values)
ItemRelationType
ItemRelationType. withValue(Collection<ItemRelationType.Value> values)
Methods in com.vidispine.generated that return types with arguments of type ItemRelationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemRelationType>
ObjectFactory. createItemRelationDocument(ItemRelationType value)
List<ItemRelationType>
ItemRelationListType. getRelation()
Gets the value of the relation property.Methods in com.vidispine.generated with parameters of type ItemRelationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemRelationType>
ObjectFactory. createItemRelationDocument(ItemRelationType value)
ItemRelationListType
ItemRelationListType. withRelation(ItemRelationType... values)
Method parameters in com.vidispine.generated with type arguments of type ItemRelationType Modifier and Type Method Description ItemRelationListType
ItemRelationListType. withRelation(Collection<ItemRelationType> values)
-