Uses of Class
com.vidispine.generated.SuggestionResultType
-
Uses of SuggestionResultType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SuggestionResultTypeModifier and TypeFieldDescriptionprotected List<SuggestionResultType>
CollectionListType.suggestion
protected List<SuggestionResultType>
ItemListType.suggestion
protected List<SuggestionResultType>
SearchResultType.suggestion
protected List<SuggestionResultType>
ShapeListType.suggestion
Methods in com.vidispine.generated that return SuggestionResultTypeModifier and TypeMethodDescriptionObjectFactory.createSuggestionResultType()
Create an instance ofSuggestionResultType
SuggestionResultType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SuggestionResultType.withSuggestion
(String... values) Adds objects to the list of Suggestion using add methodSuggestionResultType.withSuggestion
(Collection<String> values) Adds objects to the list of Suggestion using addAll methodSets the value of the term property.Methods in com.vidispine.generated that return types with arguments of type SuggestionResultTypeModifier and TypeMethodDescriptionCollectionListType.getSuggestion()
Gets the value of the suggestion property.ItemListType.getSuggestion()
Gets the value of the suggestion property.SearchResultType.getSuggestion()
Gets the value of the suggestion property.ShapeListType.getSuggestion()
Gets the value of the suggestion property.Methods in com.vidispine.generated with parameters of type SuggestionResultTypeModifier and TypeMethodDescriptionCollectionListType.withSuggestion
(SuggestionResultType... values) Adds objects to the list of Suggestion using add methodItemListType.withSuggestion
(SuggestionResultType... values) Adds objects to the list of Suggestion using add methodSearchResultType.withSuggestion
(SuggestionResultType... values) Adds objects to the list of Suggestion using add methodShapeListType.withSuggestion
(SuggestionResultType... values) Adds objects to the list of Suggestion using add methodMethod parameters in com.vidispine.generated with type arguments of type SuggestionResultTypeModifier and TypeMethodDescriptionCollectionListType.withSuggestion
(Collection<SuggestionResultType> values) Adds objects to the list of Suggestion using addAll methodItemListType.withSuggestion
(Collection<SuggestionResultType> values) Adds objects to the list of Suggestion using addAll methodSearchResultType.withSuggestion
(Collection<SuggestionResultType> values) Adds objects to the list of Suggestion using addAll methodShapeListType.withSuggestion
(Collection<SuggestionResultType> values) Adds objects to the list of Suggestion using addAll method