Class 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>
     
    • 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 is PropertyName