|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ComplexPatternType.StructuralOperator
An XML StructuralOperator(@http://www.opengis.net/eml/0.0.1). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ComplexPatternType.StructuralOperator.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 | |
---|---|
org.apache.xmlbeans.XmlObject |
addNewBEFORE()
Appends and returns a new empty "BEFORE" element |
org.apache.xmlbeans.XmlObject |
addNewCAUSE()
Appends and returns a new empty "CAUSE" element |
org.apache.xmlbeans.XmlObject |
addNewPARALLEL()
Appends and returns a new empty "PARALLEL" element |
org.apache.xmlbeans.XmlObject |
getBEFORE()
Gets the "BEFORE" element |
org.apache.xmlbeans.XmlObject |
getCAUSE()
Gets the "CAUSE" element |
org.apache.xmlbeans.XmlObject |
getPARALLEL()
Gets the "PARALLEL" element |
boolean |
isSetBEFORE()
True if has "BEFORE" element |
boolean |
isSetCAUSE()
True if has "CAUSE" element |
boolean |
isSetPARALLEL()
True if has "PARALLEL" element |
void |
setBEFORE(org.apache.xmlbeans.XmlObject before)
Sets the "BEFORE" element |
void |
setCAUSE(org.apache.xmlbeans.XmlObject cause)
Sets the "CAUSE" element |
void |
setPARALLEL(org.apache.xmlbeans.XmlObject parallel)
Sets the "PARALLEL" element |
void |
unsetBEFORE()
Unsets the "BEFORE" element |
void |
unsetCAUSE()
Unsets the "CAUSE" element |
void |
unsetPARALLEL()
Unsets the "PARALLEL" element |
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
org.apache.xmlbeans.XmlObject getCAUSE()
boolean isSetCAUSE()
void setCAUSE(org.apache.xmlbeans.XmlObject cause)
org.apache.xmlbeans.XmlObject addNewCAUSE()
void unsetCAUSE()
org.apache.xmlbeans.XmlObject getPARALLEL()
boolean isSetPARALLEL()
void setPARALLEL(org.apache.xmlbeans.XmlObject parallel)
org.apache.xmlbeans.XmlObject addNewPARALLEL()
void unsetPARALLEL()
org.apache.xmlbeans.XmlObject getBEFORE()
boolean isSetBEFORE()
void setBEFORE(org.apache.xmlbeans.XmlObject before)
org.apache.xmlbeans.XmlObject addNewBEFORE()
void unsetBEFORE()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |