Package nl.b3p.csw.jaxb.filter
Class PropertyIsNullType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.ComparisonOpsType
-
- nl.b3p.csw.jaxb.filter.PropertyIsNullType
-
public class PropertyIsNullType extends ComparisonOpsType
Java class for PropertyIsNullType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyIsNullType"> <complexContent> <extension base="{http://www.opengis.net/ogc}ComparisonOpsType"> <sequence> <element ref="{http://www.opengis.net/ogc}PropertyName"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyNamepropertyName
-
Constructor Summary
Constructors Constructor Description PropertyIsNullType()Default no-arg constructorPropertyIsNullType(PropertyName propertyName)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyNamegetPropertyName()Gets the value of the propertyName property.voidsetPropertyName(PropertyName value)Sets the value of the propertyName property.
-
-
-
Field Detail
-
propertyName
protected PropertyName propertyName
-
-
Constructor Detail
-
PropertyIsNullType
public PropertyIsNullType()
Default no-arg constructor
-
PropertyIsNullType
public PropertyIsNullType(PropertyName propertyName)
Fully-initialising value constructor
-
-
Method Detail
-
getPropertyName
public PropertyName getPropertyName()
Gets the value of the propertyName property.- Returns:
- possible object is
PropertyName
-
setPropertyName
public void setPropertyName(PropertyName value)
Sets the value of the propertyName property.- Parameters:
value- allowed object isPropertyName
-
-