Uses of Class
nl.b3p.csw.jaxb.filter.ExpressionType
-
Packages that use ExpressionType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of ExpressionType in nl.b3p.csw.jaxb.filter
Subclasses of ExpressionType in nl.b3p.csw.jaxb.filter Modifier and Type Class Description classBinaryOperatorTypeJava class for BinaryOperatorType complex type.classFunctionTypeJava class for FunctionType complex type.classLiteralTypeJava class for LiteralType complex type.classPropertyNameTypeJava class for PropertyNameType complex type.Fields in nl.b3p.csw.jaxb.filter with type parameters of type ExpressionType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends ExpressionType>>BinaryComparisonOpType. expressionprotected List<javax.xml.bind.JAXBElement<? extends ExpressionType>>BinaryOperatorType. expressionprotected List<javax.xml.bind.JAXBElement<? extends ExpressionType>>FunctionType. expressionprotected javax.xml.bind.JAXBElement<? extends ExpressionType>LowerBoundaryType. expressionprotected javax.xml.bind.JAXBElement<? extends ExpressionType>PropertyIsBetweenType. expressionprotected javax.xml.bind.JAXBElement<? extends ExpressionType>UpperBoundaryType. expressionMethods in nl.b3p.csw.jaxb.filter that return types with arguments of type ExpressionType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends ExpressionType>>BinaryComparisonOpType. getExpression()Gets the value of the expression property.List<javax.xml.bind.JAXBElement<? extends ExpressionType>>BinaryOperatorType. getExpression()Gets the value of the expression property.List<javax.xml.bind.JAXBElement<? extends ExpressionType>>FunctionType. getExpression()Gets the value of the expression property.javax.xml.bind.JAXBElement<? extends ExpressionType>LowerBoundaryType. getExpression()Gets the value of the expression property.javax.xml.bind.JAXBElement<? extends ExpressionType>PropertyIsBetweenType. getExpression()Gets the value of the expression property.javax.xml.bind.JAXBElement<? extends ExpressionType>UpperBoundaryType. getExpression()Gets the value of the expression property.Methods in nl.b3p.csw.jaxb.filter with parameters of type ExpressionType Modifier and Type Method Description ExpressionObjectFactory. createExpression(ExpressionType value)Create an instance ofExpression}Method parameters in nl.b3p.csw.jaxb.filter with type arguments of type ExpressionType Modifier and Type Method Description voidLowerBoundaryType. setExpression(javax.xml.bind.JAXBElement<? extends ExpressionType> value)Sets the value of the expression property.voidPropertyIsBetweenType. setExpression(javax.xml.bind.JAXBElement<? extends ExpressionType> value)Sets the value of the expression property.voidUpperBoundaryType. setExpression(javax.xml.bind.JAXBElement<? extends ExpressionType> value)Sets the value of the expression property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type ExpressionType Constructor Description Expression(ExpressionType value)Constructor parameters in nl.b3p.csw.jaxb.filter with type arguments of type ExpressionType Constructor Description BinaryComparisonOpType(List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression, Boolean matchCase)Fully-initialising value constructorBinaryOperatorType(List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression)Fully-initialising value constructorFunctionType(List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression, String name)Fully-initialising value constructorLowerBoundaryType(javax.xml.bind.JAXBElement<? extends ExpressionType> expression)Fully-initialising value constructorPropertyIsBetweenType(javax.xml.bind.JAXBElement<? extends ExpressionType> expression, LowerBoundaryType lowerBoundary, UpperBoundaryType upperBoundary)Fully-initialising value constructorUpperBoundaryType(javax.xml.bind.JAXBElement<? extends ExpressionType> expression)Fully-initialising value constructor
-