Package net.opengis.ogc
Interface PropertyIsLikeType
-
- All Superinterfaces:
ComparisonOpsType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PropertyIsLikeTypeImpl
public interface PropertyIsLikeType extends ComparisonOpsType
An XML PropertyIsLikeType(@http://www.opengis.net/ogc). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPropertyIsLikeType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiteralTypeaddNewLiteral()Appends and returns a new empty "Literal" elementPropertyNameTypeaddNewPropertyName()Appends and returns a new empty "PropertyName" elementStringgetEscapeChar()Gets the "escapeChar" attributeLiteralTypegetLiteral()Gets the "Literal" elementbooleangetMatchCase()Gets the "matchCase" attributePropertyNameTypegetPropertyName()Gets the "PropertyName" elementStringgetSingleChar()Gets the "singleChar" attributeStringgetWildCard()Gets the "wildCard" attributebooleanisSetMatchCase()True if has "matchCase" attributevoidsetEscapeChar(String escapeChar)Sets the "escapeChar" attributevoidsetLiteral(LiteralType literal)Sets the "Literal" elementvoidsetMatchCase(boolean matchCase)Sets the "matchCase" attributevoidsetPropertyName(PropertyNameType propertyName)Sets the "PropertyName" elementvoidsetSingleChar(String singleChar)Sets the "singleChar" attributevoidsetWildCard(String wildCard)Sets the "wildCard" attributevoidunsetMatchCase()Unsets the "matchCase" attributeorg.apache.xmlbeans.XmlStringxgetEscapeChar()Gets (as xml) the "escapeChar" attributeorg.apache.xmlbeans.XmlBooleanxgetMatchCase()Gets (as xml) the "matchCase" attributeorg.apache.xmlbeans.XmlStringxgetSingleChar()Gets (as xml) the "singleChar" attributeorg.apache.xmlbeans.XmlStringxgetWildCard()Gets (as xml) the "wildCard" attributevoidxsetEscapeChar(org.apache.xmlbeans.XmlString escapeChar)Sets (as xml) the "escapeChar" attributevoidxsetMatchCase(org.apache.xmlbeans.XmlBoolean matchCase)Sets (as xml) the "matchCase" attributevoidxsetSingleChar(org.apache.xmlbeans.XmlString singleChar)Sets (as xml) the "singleChar" attributevoidxsetWildCard(org.apache.xmlbeans.XmlString wildCard)Sets (as xml) the "wildCard" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getPropertyName
PropertyNameType getPropertyName()
Gets the "PropertyName" element
-
setPropertyName
void setPropertyName(PropertyNameType propertyName)
Sets the "PropertyName" element
-
addNewPropertyName
PropertyNameType addNewPropertyName()
Appends and returns a new empty "PropertyName" element
-
getLiteral
LiteralType getLiteral()
Gets the "Literal" element
-
setLiteral
void setLiteral(LiteralType literal)
Sets the "Literal" element
-
addNewLiteral
LiteralType addNewLiteral()
Appends and returns a new empty "Literal" element
-
getWildCard
String getWildCard()
Gets the "wildCard" attribute
-
xgetWildCard
org.apache.xmlbeans.XmlString xgetWildCard()
Gets (as xml) the "wildCard" attribute
-
setWildCard
void setWildCard(String wildCard)
Sets the "wildCard" attribute
-
xsetWildCard
void xsetWildCard(org.apache.xmlbeans.XmlString wildCard)
Sets (as xml) the "wildCard" attribute
-
getSingleChar
String getSingleChar()
Gets the "singleChar" attribute
-
xgetSingleChar
org.apache.xmlbeans.XmlString xgetSingleChar()
Gets (as xml) the "singleChar" attribute
-
setSingleChar
void setSingleChar(String singleChar)
Sets the "singleChar" attribute
-
xsetSingleChar
void xsetSingleChar(org.apache.xmlbeans.XmlString singleChar)
Sets (as xml) the "singleChar" attribute
-
getEscapeChar
String getEscapeChar()
Gets the "escapeChar" attribute
-
xgetEscapeChar
org.apache.xmlbeans.XmlString xgetEscapeChar()
Gets (as xml) the "escapeChar" attribute
-
setEscapeChar
void setEscapeChar(String escapeChar)
Sets the "escapeChar" attribute
-
xsetEscapeChar
void xsetEscapeChar(org.apache.xmlbeans.XmlString escapeChar)
Sets (as xml) the "escapeChar" attribute
-
getMatchCase
boolean getMatchCase()
Gets the "matchCase" attribute
-
xgetMatchCase
org.apache.xmlbeans.XmlBoolean xgetMatchCase()
Gets (as xml) the "matchCase" attribute
-
isSetMatchCase
boolean isSetMatchCase()
True if has "matchCase" attribute
-
setMatchCase
void setMatchCase(boolean matchCase)
Sets the "matchCase" attribute
-
xsetMatchCase
void xsetMatchCase(org.apache.xmlbeans.XmlBoolean matchCase)
Sets (as xml) the "matchCase" attribute
-
unsetMatchCase
void unsetMatchCase()
Unsets the "matchCase" attribute
-
-