Uses of Class
nl.b3p.csw.jaxb.filter.LogicOpsType
-
Packages that use LogicOpsType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of LogicOpsType in nl.b3p.csw.jaxb.filter
Subclasses of LogicOpsType in nl.b3p.csw.jaxb.filter Modifier and Type Class Description classBinaryLogicOpTypeJava class for BinaryLogicOpType complex type.classUnaryLogicOpTypeJava class for UnaryLogicOpType complex type.Fields in nl.b3p.csw.jaxb.filter with type parameters of type LogicOpsType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends LogicOpsType>FilterType. logicOpsprotected javax.xml.bind.JAXBElement<? extends LogicOpsType>UnaryLogicOpType. logicOpsMethods in nl.b3p.csw.jaxb.filter that return types with arguments of type LogicOpsType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends LogicOpsType>FilterType. getLogicOps()Gets the value of the logicOps property.javax.xml.bind.JAXBElement<? extends LogicOpsType>UnaryLogicOpType. getLogicOps()Gets the value of the logicOps property.Methods in nl.b3p.csw.jaxb.filter with parameters of type LogicOpsType Modifier and Type Method Description LogicOpsObjectFactory. createLogicOps(LogicOpsType value)Create an instance ofLogicOps}Method parameters in nl.b3p.csw.jaxb.filter with type arguments of type LogicOpsType Modifier and Type Method Description voidFilterType. setLogicOps(javax.xml.bind.JAXBElement<? extends LogicOpsType> value)Sets the value of the logicOps property.voidUnaryLogicOpType. setLogicOps(javax.xml.bind.JAXBElement<? extends LogicOpsType> value)Sets the value of the logicOps property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type LogicOpsType Constructor Description LogicOps(LogicOpsType value)
-