Uses of Class
com.vidispine.generated.SearchFieldType
-
-
Uses of SearchFieldType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchFieldType Modifier and Type Field Description protected List<SearchFieldType>
CriterionType. field
protected List<SearchFieldType>
ItemSearchType. field
protected List<SearchFieldType>
MetadataGroupSearchOperatorType. field
protected List<SearchFieldType>
MetadataGroupSearchType. field
protected List<SearchFieldType>
SearchFilterType. field
protected List<SearchFieldType>
SearchGroupType. field
protected List<SearchFieldType>
SearchOperatorType. field
Methods in com.vidispine.generated that return SearchFieldType Modifier and Type Method Description SearchFieldType
ObjectFactory. createSearchFieldType()
Create an instance ofSearchFieldType
SearchFieldType
SearchFieldType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SearchFieldType
SearchFieldType. withName(String value)
SearchFieldType
SearchFieldType. withRange(SearchFieldType.Range... values)
SearchFieldType
SearchFieldType. withRange(Collection<SearchFieldType.Range> values)
SearchFieldType
SearchFieldType. withTarget(SearchTargetType value)
SearchFieldType
SearchFieldType. withValue(ItemSearchValueType... values)
SearchFieldType
SearchFieldType. withValue(Collection<ItemSearchValueType> values)
Methods in com.vidispine.generated that return types with arguments of type SearchFieldType Modifier and Type Method Description List<SearchFieldType>
CriterionType. getField()
Gets the value of the field property.List<SearchFieldType>
ItemSearchType. getField()
Gets the value of the field property.List<SearchFieldType>
MetadataGroupSearchOperatorType. getField()
Gets the value of the field property.List<SearchFieldType>
MetadataGroupSearchType. getField()
Gets the value of the field property.List<SearchFieldType>
SearchFilterType. getField()
Gets the value of the field property.List<SearchFieldType>
SearchGroupType. getField()
Gets the value of the field property.List<SearchFieldType>
SearchOperatorType. getField()
Gets the value of the field property.
-