Uses of Class
com.vidispine.generated.SimpleSearchFieldType
-
-
Uses of SimpleSearchFieldType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SimpleSearchFieldType Modifier and Type Field Description protected List<SimpleSearchFieldType>
SimpleSearchOperatorType. field
protected List<SimpleSearchFieldType>
SimpleSearchType. field
Methods in com.vidispine.generated that return SimpleSearchFieldType Modifier and Type Method Description SimpleSearchFieldType
ObjectFactory. createSimpleSearchFieldType()
Create an instance ofSimpleSearchFieldType
SimpleSearchFieldType
SimpleSearchFieldType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SimpleSearchFieldType
SimpleSearchFieldType. withName(String value)
SimpleSearchFieldType
SimpleSearchFieldType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type SimpleSearchFieldType Modifier and Type Method Description List<SimpleSearchFieldType>
SimpleSearchOperatorType. getField()
Gets the value of the field property.List<SimpleSearchFieldType>
SimpleSearchType. getField()
Gets the value of the field property.Methods in com.vidispine.generated with parameters of type SimpleSearchFieldType Modifier and Type Method Description SimpleSearchOperatorType
SimpleSearchOperatorType. withField(SimpleSearchFieldType... values)
SimpleSearchType
SimpleSearchType. withField(SimpleSearchFieldType... values)
Method parameters in com.vidispine.generated with type arguments of type SimpleSearchFieldType Modifier and Type Method Description SimpleSearchOperatorType
SimpleSearchOperatorType. withField(Collection<SimpleSearchFieldType> values)
SimpleSearchType
SimpleSearchType. withField(Collection<SimpleSearchFieldType> values)
-