Uses of Class
com.vidispine.generated.HasSubEntityType
-
Uses of HasSubEntityType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type HasSubEntityTypeModifier and TypeFieldDescriptionprotected List<HasSubEntityType>
CollectionSynchronizeType.hasCollection
protected List<HasSubEntityType>
CollectionSynchronizeType.hasItem
protected List<HasSubEntityType>
LibrarySynchronizeType.hasItem
Methods in com.vidispine.generated that return HasSubEntityTypeModifier and TypeMethodDescriptionObjectFactory.createHasSubEntityType()
Create an instance ofHasSubEntityType
HasSubEntityType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the id property.HasSubEntityType.withMetadataId
(String value) Sets the value of the metadataId property.Methods in com.vidispine.generated that return types with arguments of type HasSubEntityTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.getHasCollection()
Gets the value of the hasCollection property.CollectionSynchronizeType.getHasItem()
Gets the value of the hasItem property.LibrarySynchronizeType.getHasItem()
Gets the value of the hasItem property.Methods in com.vidispine.generated with parameters of type HasSubEntityTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.withHasCollection
(HasSubEntityType... values) Adds objects to the list of HasCollection using add methodCollectionSynchronizeType.withHasItem
(HasSubEntityType... values) Adds objects to the list of HasItem using add methodLibrarySynchronizeType.withHasItem
(HasSubEntityType... values) Adds objects to the list of HasItem using add methodMethod parameters in com.vidispine.generated with type arguments of type HasSubEntityTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.withHasCollection
(Collection<HasSubEntityType> values) Adds objects to the list of HasCollection using addAll methodCollectionSynchronizeType.withHasItem
(Collection<HasSubEntityType> values) Adds objects to the list of HasItem using addAll methodLibrarySynchronizeType.withHasItem
(Collection<HasSubEntityType> values) Adds objects to the list of HasItem using addAll method