public static interface ComplexPatternType.StructuralOperator
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ComplexPatternType.StructuralOperator.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
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, xmlTextorg.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()
Copyright © 2018 52north.org. All rights reserved.