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>
| Modifier and Type | Field and Description |
|---|---|
protected PropertyName |
propertyName |
| Constructor and Description |
|---|
PropertyIsNullType()
Default no-arg constructor
|
PropertyIsNullType(PropertyName propertyName)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
PropertyName |
getPropertyName()
Gets the value of the propertyName property.
|
void |
setPropertyName(PropertyName value)
Sets the value of the propertyName property.
|
protected PropertyName propertyName
public PropertyIsNullType()
public PropertyIsNullType(PropertyName propertyName)
public PropertyName getPropertyName()
PropertyNamepublic void setPropertyName(PropertyName value)
value - allowed object is
PropertyNameCopyright © 2022 B3Partners B.V.. All rights reserved.