Class PropertyIsLikeType


  • public class PropertyIsLikeType
    extends ComparisonOpsType

    Java class for PropertyIsLikeType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PropertyIsLikeType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}ComparisonOpsType">
           <sequence>
             <element ref="{http://www.opengis.net/ogc}PropertyName"/>
             <element ref="{http://www.opengis.net/ogc}Literal"/>
           </sequence>
           <attribute name="wildCard" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="singleChar" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="escapeChar" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • literal

        protected Literal literal
      • wildCard

        protected String wildCard
      • singleChar

        protected String singleChar
      • escapeChar

        protected String escapeChar
    • Constructor Detail

      • PropertyIsLikeType

        public PropertyIsLikeType()
        Default no-arg constructor
      • PropertyIsLikeType

        public PropertyIsLikeType​(PropertyName propertyName,
                                  Literal literal,
                                  String wildCard,
                                  String singleChar,
                                  String escapeChar)
        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
      • getLiteral

        public Literal getLiteral()
        Gets the value of the literal property.
        Returns:
        possible object is Literal
      • setLiteral

        public void setLiteral​(Literal value)
        Sets the value of the literal property.
        Parameters:
        value - allowed object is Literal
      • getWildCard

        public String getWildCard()
        Gets the value of the wildCard property.
        Returns:
        possible object is String
      • setWildCard

        public void setWildCard​(String value)
        Sets the value of the wildCard property.
        Parameters:
        value - allowed object is String
      • getSingleChar

        public String getSingleChar()
        Gets the value of the singleChar property.
        Returns:
        possible object is String
      • setSingleChar

        public void setSingleChar​(String value)
        Sets the value of the singleChar property.
        Parameters:
        value - allowed object is String
      • getEscapeChar

        public String getEscapeChar()
        Gets the value of the escapeChar property.
        Returns:
        possible object is String
      • setEscapeChar

        public void setEscapeChar​(String value)
        Sets the value of the escapeChar property.
        Parameters:
        value - allowed object is String