Uses of Class
nl.b3p.csw.jaxb.filter.ComparisonOperatorsType
-
Packages that use ComparisonOperatorsType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of ComparisonOperatorsType in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as ComparisonOperatorsType Modifier and Type Field Description protected ComparisonOperatorsTypeScalarCapabilitiesType. comparisonOperatorsMethods in nl.b3p.csw.jaxb.filter that return ComparisonOperatorsType Modifier and Type Method Description ComparisonOperatorsTypeObjectFactory. createComparisonOperatorsType()Create an instance ofComparisonOperatorsTypeComparisonOperatorsTypeScalarCapabilitiesType. getComparisonOperators()Gets the value of the comparisonOperators property.Methods in nl.b3p.csw.jaxb.filter with parameters of type ComparisonOperatorsType Modifier and Type Method Description voidScalarCapabilitiesType. setComparisonOperators(ComparisonOperatorsType value)Sets the value of the comparisonOperators property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type ComparisonOperatorsType Constructor Description ScalarCapabilitiesType(LogicalOperators logicalOperators, ComparisonOperatorsType comparisonOperators, ArithmeticOperatorsType arithmeticOperators)Fully-initialising value constructor
-