Uses of Class
nl.b3p.csw.jaxb.filter.PropertyName
-
Packages that use PropertyName Package Description nl.b3p.csw.jaxb.filter -
-
Uses of PropertyName in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as PropertyName Modifier and Type Field Description protected PropertyNameBBOXType. propertyNameprotected PropertyNameBinarySpatialOpType. propertyNameprotected PropertyNameDistanceBufferType. propertyNameprotected PropertyNamePropertyIsLikeType. propertyNameprotected PropertyNamePropertyIsNullType. propertyNameprotected PropertyNameSortPropertyType. propertyNameMethods in nl.b3p.csw.jaxb.filter that return PropertyName Modifier and Type Method Description PropertyNameObjectFactory. createPropertyName(PropertyNameType value)Create an instance ofPropertyName}PropertyNameBBOXType. getPropertyName()Gets the value of the propertyName property.PropertyNameBinarySpatialOpType. getPropertyName()Gets the value of the propertyName property.PropertyNameDistanceBufferType. getPropertyName()Gets the value of the propertyName property.PropertyNamePropertyIsLikeType. getPropertyName()Gets the value of the propertyName property.PropertyNamePropertyIsNullType. getPropertyName()Gets the value of the propertyName property.PropertyNameSortPropertyType. getPropertyName()Gets the value of the propertyName property.Methods in nl.b3p.csw.jaxb.filter with parameters of type PropertyName Modifier and Type Method Description voidBBOXType. setPropertyName(PropertyName value)Sets the value of the propertyName property.voidBinarySpatialOpType. setPropertyName(PropertyName value)Sets the value of the propertyName property.voidDistanceBufferType. setPropertyName(PropertyName value)Sets the value of the propertyName property.voidPropertyIsLikeType. setPropertyName(PropertyName value)Sets the value of the propertyName property.voidPropertyIsNullType. setPropertyName(PropertyName value)Sets the value of the propertyName property.voidSortPropertyType. setPropertyName(PropertyName value)Sets the value of the propertyName property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type PropertyName Constructor Description BBOXType(PropertyName propertyName, Envelope envelope)Fully-initialising value constructorBinarySpatialOpType(PropertyName propertyName, javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry, Envelope envelope)Fully-initialising value constructorDistanceBufferType(PropertyName propertyName, javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry, DistanceType distance)Fully-initialising value constructorPropertyIsLikeType(PropertyName propertyName, Literal literal, String wildCard, String singleChar, String escapeChar)Fully-initialising value constructorPropertyIsNullType(PropertyName propertyName)Fully-initialising value constructorSortPropertyType(PropertyName propertyName, SortOrderType sortOrder)Fully-initialising value constructor
-