Uses of Class
com.vidispine.generated.ItemSearchTextValueType
-
Uses of ItemSearchTextValueType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ItemSearchTextValueTypeModifier and TypeFieldDescriptionprotected List<ItemSearchTextValueType>
ItemSearchType.text
protected List<ItemSearchTextValueType>
MetadataGroupSearchOperatorType.text
protected List<ItemSearchTextValueType>
MetadataGroupSearchType.text
protected List<ItemSearchTextValueType>
SearchOperatorType.text
protected List<ItemSearchTextValueType>
SearchType.text
Methods in com.vidispine.generated that return ItemSearchTextValueTypeModifier and TypeMethodDescriptionObjectFactory.createItemSearchTextValueType()
Create an instance ofItemSearchTextValueType
ItemSearchTextValueType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ItemSearchTextValueType.withBoost
(float value) Sets the value of the boost property.ItemSearchTextValueType.withNoescape
(boolean value) Sets the value of the noescape property.Sets the value of the value property.Methods in com.vidispine.generated that return types with arguments of type ItemSearchTextValueTypeModifier and TypeMethodDescriptionItemSearchType.getText()
Gets the value of the text property.MetadataGroupSearchOperatorType.getText()
Gets the value of the text property.MetadataGroupSearchType.getText()
Gets the value of the text property.SearchOperatorType.getText()
Gets the value of the text property.SearchType.getText()
Gets the value of the text property.Methods in com.vidispine.generated with parameters of type ItemSearchTextValueTypeModifier and TypeMethodDescriptionFileSearchType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodItemSearchType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodMetadataGroupSearchOperatorType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodMetadataGroupSearchType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodSearchOperatorType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodSearchType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodShapeSearchType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodMethod parameters in com.vidispine.generated with type arguments of type ItemSearchTextValueTypeModifier and TypeMethodDescriptionFileSearchType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodItemSearchType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodMetadataGroupSearchOperatorType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodMetadataGroupSearchType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodSearchOperatorType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodSearchType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodShapeSearchType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll method