|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyIsLikeType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
PropertyNameType getPropertyName()
void setPropertyName(PropertyNameType propertyName)
PropertyNameType addNewPropertyName()
LiteralType getLiteral()
void setLiteral(LiteralType literal)
LiteralType addNewLiteral()
String getWildCard()
org.apache.xmlbeans.XmlString xgetWildCard()
void setWildCard(String wildCard)
void xsetWildCard(org.apache.xmlbeans.XmlString wildCard)
String getSingleChar()
org.apache.xmlbeans.XmlString xgetSingleChar()
void setSingleChar(String singleChar)
void xsetSingleChar(org.apache.xmlbeans.XmlString singleChar)
String getEscape()
org.apache.xmlbeans.XmlString xgetEscape()
void setEscape(String escape)
void xsetEscape(org.apache.xmlbeans.XmlString escape)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |