Uses of Class
com.vidispine.generated.ProjectVersionType.Item
-
-
Uses of ProjectVersionType.Item in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ProjectVersionType.Item Modifier and Type Field Description protected List<ProjectVersionType.Item>
ProjectVersionType. item
Methods in com.vidispine.generated that return ProjectVersionType.Item Modifier and Type Method Description ProjectVersionType.Item
ObjectFactory. createProjectVersionTypeItem()
Create an instance ofProjectVersionType.Item
ProjectVersionType.Item
ProjectVersionType.Item. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ProjectVersionType.Item
ProjectVersionType.Item. withExternalId(String value)
ProjectVersionType.Item
ProjectVersionType.Item. withId(String value)
ProjectVersionType.Item
ProjectVersionType.Item. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type ProjectVersionType.Item Modifier and Type Method Description List<ProjectVersionType.Item>
ProjectVersionType. getItem()
Gets the value of the item property.Methods in com.vidispine.generated with parameters of type ProjectVersionType.Item Modifier and Type Method Description ProjectVersionType
ProjectVersionType. withItem(ProjectVersionType.Item... values)
Method parameters in com.vidispine.generated with type arguments of type ProjectVersionType.Item Modifier and Type Method Description ProjectVersionType
ProjectVersionType. withItem(Collection<ProjectVersionType.Item> values)
-