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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
escapeChar |
protected Literal |
literal |
protected PropertyName |
propertyName |
protected String |
singleChar |
protected String |
wildCard |
| Constructor and Description |
|---|
PropertyIsLikeType()
Default no-arg constructor
|
PropertyIsLikeType(PropertyName propertyName,
Literal literal,
String wildCard,
String singleChar,
String escapeChar)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEscapeChar()
Gets the value of the escapeChar property.
|
Literal |
getLiteral()
Gets the value of the literal property.
|
PropertyName |
getPropertyName()
Gets the value of the propertyName property.
|
String |
getSingleChar()
Gets the value of the singleChar property.
|
String |
getWildCard()
Gets the value of the wildCard property.
|
void |
setEscapeChar(String value)
Sets the value of the escapeChar property.
|
void |
setLiteral(Literal value)
Sets the value of the literal property.
|
void |
setPropertyName(PropertyName value)
Sets the value of the propertyName property.
|
void |
setSingleChar(String value)
Sets the value of the singleChar property.
|
void |
setWildCard(String value)
Sets the value of the wildCard property.
|
protected PropertyName propertyName
protected Literal literal
protected String wildCard
protected String singleChar
protected String escapeChar
public PropertyIsLikeType()
public PropertyIsLikeType(PropertyName propertyName, Literal literal, String wildCard, String singleChar, String escapeChar)
public PropertyName getPropertyName()
PropertyNamepublic void setPropertyName(PropertyName value)
value - allowed object is
PropertyNamepublic Literal getLiteral()
Literalpublic void setLiteral(Literal value)
value - allowed object is
Literalpublic String getWildCard()
Stringpublic void setWildCard(String value)
value - allowed object is
Stringpublic String getSingleChar()
Stringpublic void setSingleChar(String value)
value - allowed object is
Stringpublic String getEscapeChar()
StringCopyright © 2015. All rights reserved.