Uses of Class
nl.b3p.csw.jaxb.filter.LowerBoundaryType
-
Packages that use LowerBoundaryType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of LowerBoundaryType in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as LowerBoundaryType Modifier and Type Field Description protected LowerBoundaryTypePropertyIsBetweenType. lowerBoundaryMethods in nl.b3p.csw.jaxb.filter that return LowerBoundaryType Modifier and Type Method Description LowerBoundaryTypeObjectFactory. createLowerBoundaryType()Create an instance ofLowerBoundaryTypeLowerBoundaryTypePropertyIsBetweenType. getLowerBoundary()Gets the value of the lowerBoundary property.Methods in nl.b3p.csw.jaxb.filter with parameters of type LowerBoundaryType Modifier and Type Method Description voidPropertyIsBetweenType. setLowerBoundary(LowerBoundaryType value)Sets the value of the lowerBoundary property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type LowerBoundaryType Constructor Description PropertyIsBetweenType(javax.xml.bind.JAXBElement<? extends ExpressionType> expression, LowerBoundaryType lowerBoundary, UpperBoundaryType upperBoundary)Fully-initialising value constructor
-