Package nl.b3p.csw.jaxb.filter
Class PropertyIsLikeType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.ComparisonOpsType
-
- nl.b3p.csw.jaxb.filter.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 Summary
Fields Modifier and Type Field Description protected StringescapeCharprotected Literalliteralprotected PropertyNamepropertyNameprotected StringsingleCharprotected StringwildCard
-
Constructor Summary
Constructors Constructor Description PropertyIsLikeType()Default no-arg constructorPropertyIsLikeType(PropertyName propertyName, Literal literal, String wildCard, String singleChar, String escapeChar)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEscapeChar()Gets the value of the escapeChar property.LiteralgetLiteral()Gets the value of the literal property.PropertyNamegetPropertyName()Gets the value of the propertyName property.StringgetSingleChar()Gets the value of the singleChar property.StringgetWildCard()Gets the value of the wildCard property.voidsetEscapeChar(String value)Sets the value of the escapeChar property.voidsetLiteral(Literal value)Sets the value of the literal property.voidsetPropertyName(PropertyName value)Sets the value of the propertyName property.voidsetSingleChar(String value)Sets the value of the singleChar property.voidsetWildCard(String value)Sets the value of the wildCard property.
-
-
-
Field Detail
-
propertyName
protected PropertyName propertyName
-
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 isPropertyName
-
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 isLiteral
-
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 isString
-
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 isString
-
getEscapeChar
public String getEscapeChar()
Gets the value of the escapeChar property.- Returns:
- possible object is
String
-
-