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