public interface AbstractPatternType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
AbstractPatternType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
AbstractPatternType.SelectFunctions
An XML SelectFunctions(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AbstractPatternType.SelectFunctions |
addNewSelectFunctions()
Appends and returns a new empty "SelectFunctions" element
|
String |
getPatternDescription()
Gets the "PatternDescription" element
|
String |
getPatternID()
Gets the "patternID" attribute
|
AbstractPatternType.SelectFunctions |
getSelectFunctions()
Gets the "SelectFunctions" element
|
boolean |
isSetPatternDescription()
True if has "PatternDescription" element
|
void |
setPatternDescription(String patternDescription)
Sets the "PatternDescription" element
|
void |
setPatternID(String patternID)
Sets the "patternID" attribute
|
void |
setSelectFunctions(AbstractPatternType.SelectFunctions selectFunctions)
Sets the "SelectFunctions" element
|
void |
unsetPatternDescription()
Unsets the "PatternDescription" element
|
org.apache.xmlbeans.XmlString |
xgetPatternDescription()
Gets (as xml) the "PatternDescription" element
|
org.apache.xmlbeans.XmlString |
xgetPatternID()
Gets (as xml) the "patternID" attribute
|
void |
xsetPatternDescription(org.apache.xmlbeans.XmlString patternDescription)
Sets (as xml) the "PatternDescription" element
|
void |
xsetPatternID(org.apache.xmlbeans.XmlString patternID)
Sets (as xml) the "patternID" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextAbstractPatternType.SelectFunctions getSelectFunctions()
void setSelectFunctions(AbstractPatternType.SelectFunctions selectFunctions)
AbstractPatternType.SelectFunctions addNewSelectFunctions()
String getPatternDescription()
org.apache.xmlbeans.XmlString xgetPatternDescription()
boolean isSetPatternDescription()
void setPatternDescription(String patternDescription)
void xsetPatternDescription(org.apache.xmlbeans.XmlString patternDescription)
void unsetPatternDescription()
String getPatternID()
org.apache.xmlbeans.XmlString xgetPatternID()
void setPatternID(String patternID)
void xsetPatternID(org.apache.xmlbeans.XmlString patternID)
Copyright © 2016 52north.org. All rights reserved.