Uses of Class
com.vidispine.generated.CriterionType
-
-
Uses of CriterionType in com.vidispine.generated
Subclasses of CriterionType in com.vidispine.generated Modifier and Type Class Description class
CollectionCriterionType
Java class for CollectionCriterionType complex type.class
ItemCriterionType
Java class for ItemCriterionType complex type.class
ShapeCriterionType
Java class for ShapeCriterionType complex type.Fields in com.vidispine.generated declared as CriterionType Modifier and Type Field Description protected CriterionType
ItemCriterionType. file
protected CriterionType
ItemSearchType. file
protected CriterionType
SearchFilterType. file
protected CriterionType
SearchOperatorType. file
protected CriterionType
ShapeCriterionType. file
Methods in com.vidispine.generated that return CriterionType Modifier and Type Method Description CriterionType
ObjectFactory. createCriterionType()
Create an instance ofCriterionType
CriterionType
ItemCriterionType. getFile()
Gets the value of the file property.CriterionType
ItemSearchType. getFile()
Gets the value of the file property.CriterionType
SearchFilterType. getFile()
Gets the value of the file property.CriterionType
SearchOperatorType. getFile()
Gets the value of the file property.CriterionType
ShapeCriterionType. getFile()
Gets the value of the file property.CriterionType
CriterionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CriterionType
CriterionType. withField(SearchFieldType... values)
CriterionType
CriterionType. withField(Collection<SearchFieldType> values)
CriterionType
CriterionType. withGroup(SearchGroupType... values)
CriterionType
CriterionType. withGroup(Collection<SearchGroupType> values)
CriterionType
CriterionType. withOperator(SearchOperatorType value)
Methods in com.vidispine.generated with parameters of type CriterionType Modifier and Type Method Description void
ItemCriterionType. setFile(CriterionType value)
Sets the value of the file property.void
ItemSearchType. setFile(CriterionType value)
Sets the value of the file property.void
SearchFilterType. setFile(CriterionType value)
Sets the value of the file property.void
SearchOperatorType. setFile(CriterionType value)
Sets the value of the file property.void
ShapeCriterionType. setFile(CriterionType value)
Sets the value of the file property.FileSearchType
FileSearchType. withFile(CriterionType value)
ItemCriterionType
ItemCriterionType. withFile(CriterionType value)
ItemSearchType
ItemSearchType. withFile(CriterionType value)
SearchFilterType
SearchFilterType. withFile(CriterionType value)
SearchOperatorType
SearchOperatorType. withFile(CriterionType value)
ShapeCriterionType
ShapeCriterionType. withFile(CriterionType value)
ShapeSearchType
ShapeSearchType. withFile(CriterionType value)
-