Uses of Class
nl.b3p.csw.jaxb.filter.ComparisonOpsType
-
Packages that use ComparisonOpsType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of ComparisonOpsType in nl.b3p.csw.jaxb.filter
Subclasses of ComparisonOpsType in nl.b3p.csw.jaxb.filter Modifier and Type Class Description classBinaryComparisonOpTypeJava class for BinaryComparisonOpType complex type.classPropertyIsBetweenTypeJava class for PropertyIsBetweenType complex type.classPropertyIsLikeTypeJava class for PropertyIsLikeType complex type.classPropertyIsNullTypeJava class for PropertyIsNullType complex type.Fields in nl.b3p.csw.jaxb.filter with type parameters of type ComparisonOpsType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends ComparisonOpsType>FilterType. comparisonOpsprotected javax.xml.bind.JAXBElement<? extends ComparisonOpsType>UnaryLogicOpType. comparisonOpsMethods in nl.b3p.csw.jaxb.filter that return types with arguments of type ComparisonOpsType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends ComparisonOpsType>FilterType. getComparisonOps()Gets the value of the comparisonOps property.javax.xml.bind.JAXBElement<? extends ComparisonOpsType>UnaryLogicOpType. getComparisonOps()Gets the value of the comparisonOps property.Methods in nl.b3p.csw.jaxb.filter with parameters of type ComparisonOpsType Modifier and Type Method Description ComparisonOpsObjectFactory. createComparisonOps(ComparisonOpsType value)Create an instance ofComparisonOps}Method parameters in nl.b3p.csw.jaxb.filter with type arguments of type ComparisonOpsType Modifier and Type Method Description voidFilterType. setComparisonOps(javax.xml.bind.JAXBElement<? extends ComparisonOpsType> value)Sets the value of the comparisonOps property.voidUnaryLogicOpType. setComparisonOps(javax.xml.bind.JAXBElement<? extends ComparisonOpsType> value)Sets the value of the comparisonOps property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type ComparisonOpsType Constructor Description ComparisonOps(ComparisonOpsType value)Constructor parameters in nl.b3p.csw.jaxb.filter with type arguments of type ComparisonOpsType Constructor Description UnaryLogicOpType(javax.xml.bind.JAXBElement<? extends ComparisonOpsType> comparisonOps, javax.xml.bind.JAXBElement<? extends SpatialOpsType> spatialOps, javax.xml.bind.JAXBElement<? extends LogicOpsType> logicOps)Fully-initialising value constructor
-