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
static class PropertyIsLikeType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 LiteralType addNewLiteral()
          Appends and returns a new empty "Literal" element
 PropertyNameType addNewPropertyName()
          Appends and returns a new empty "PropertyName" element
 String getEscape()
          Gets the "escape" attribute
 LiteralType getLiteral()
          Gets the "Literal" element
 PropertyNameType getPropertyName()
          Gets the "PropertyName" element
 String getSingleChar()
          Gets the "singleChar" attribute
 String getWildCard()
          Gets the "wildCard" attribute
 void setEscape(String escape)
          Sets the "escape" attribute
 void setLiteral(LiteralType literal)
          Sets the "Literal" element
 void setPropertyName(PropertyNameType propertyName)
          Sets the "PropertyName" element
 void setSingleChar(String singleChar)
          Sets the "singleChar" attribute
 void setWildCard(String wildCard)
          Sets the "wildCard" attribute
 org.apache.xmlbeans.XmlString xgetEscape()
          Gets (as xml) the "escape" attribute
 org.apache.xmlbeans.XmlString xgetSingleChar()
          Gets (as xml) the "singleChar" attribute
 org.apache.xmlbeans.XmlString xgetWildCard()
          Gets (as xml) the "wildCard" attribute
 void xsetEscape(org.apache.xmlbeans.XmlString escape)
          Sets (as xml) the "escape" attribute
 void xsetSingleChar(org.apache.xmlbeans.XmlString singleChar)
          Sets (as xml) the "singleChar" attribute
 void xsetWildCard(org.apache.xmlbeans.XmlString wildCard)
          Sets (as xml) the "wildCard" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
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


getEscape

String getEscape()
Gets the "escape" attribute


xgetEscape

org.apache.xmlbeans.XmlString xgetEscape()
Gets (as xml) the "escape" attribute


setEscape

void setEscape(String escape)
Sets the "escape" attribute


xsetEscape

void xsetEscape(org.apache.xmlbeans.XmlString escape)
Sets (as xml) the "escape" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.