public interface ComplexPatternType extends AbstractGuardedViewPatternType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ComplexPatternType.Factory
A factory class with static methods for creating instances
of this type.
|
AbstractPatternType.SelectFunctions| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
addNewAND()
Appends and returns a new empty "AND" element
|
org.apache.xmlbeans.XmlObject |
addNewANDNOT()
Appends and returns a new empty "AND_NOT" element
|
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
|
PatternReferenceType |
addNewFirstPattern()
Appends and returns a new empty "FirstPattern" element
|
org.apache.xmlbeans.XmlObject |
addNewOR()
Appends and returns a new empty "OR" element
|
org.apache.xmlbeans.XmlObject |
addNewPARALLEL()
Appends and returns a new empty "PARALLEL" element
|
PatternReferenceType |
addNewSecondPattern()
Appends and returns a new empty "SecondPattern" element
|
UserDefinedOperatorType |
addNewUserDefindeBinaryOperator()
Appends and returns a new empty "UserDefindeBinaryOperator" element
|
org.apache.xmlbeans.XmlObject |
getAND()
Gets the "AND" element
|
org.apache.xmlbeans.XmlObject |
getANDNOT()
Gets the "AND_NOT" element
|
org.apache.xmlbeans.XmlObject |
getBEFORE()
Gets the "BEFORE" element
|
org.apache.xmlbeans.XmlObject |
getCAUSE()
Gets the "CAUSE" element
|
PatternReferenceType |
getFirstPattern()
Gets the "FirstPattern" element
|
org.apache.xmlbeans.GDuration |
getMaximumListeningDuration()
Gets the "MaximumListeningDuration" element
|
org.apache.xmlbeans.XmlObject |
getOR()
Gets the "OR" element
|
org.apache.xmlbeans.XmlObject |
getPARALLEL()
Gets the "PARALLEL" element
|
PatternReferenceType |
getSecondPattern()
Gets the "SecondPattern" element
|
UserDefinedOperatorType |
getUserDefindeBinaryOperator()
Gets the "UserDefindeBinaryOperator" element
|
boolean |
isSetAND()
True if has "AND" element
|
boolean |
isSetANDNOT()
True if has "AND_NOT" element
|
boolean |
isSetBEFORE()
True if has "BEFORE" element
|
boolean |
isSetCAUSE()
True if has "CAUSE" element
|
boolean |
isSetMaximumListeningDuration()
True if has "MaximumListeningDuration" element
|
boolean |
isSetOR()
True if has "OR" element
|
boolean |
isSetPARALLEL()
True if has "PARALLEL" element
|
boolean |
isSetUserDefindeBinaryOperator()
True if has "UserDefindeBinaryOperator" element
|
void |
setAND(org.apache.xmlbeans.XmlObject and)
Sets the "AND" element
|
void |
setANDNOT(org.apache.xmlbeans.XmlObject andnot)
Sets the "AND_NOT" element
|
void |
setBEFORE(org.apache.xmlbeans.XmlObject before)
Sets the "BEFORE" element
|
void |
setCAUSE(org.apache.xmlbeans.XmlObject cause)
Sets the "CAUSE" element
|
void |
setFirstPattern(PatternReferenceType firstPattern)
Sets the "FirstPattern" element
|
void |
setMaximumListeningDuration(org.apache.xmlbeans.GDuration maximumListeningDuration)
Sets the "MaximumListeningDuration" element
|
void |
setOR(org.apache.xmlbeans.XmlObject or)
Sets the "OR" element
|
void |
setPARALLEL(org.apache.xmlbeans.XmlObject parallel)
Sets the "PARALLEL" element
|
void |
setSecondPattern(PatternReferenceType secondPattern)
Sets the "SecondPattern" element
|
void |
setUserDefindeBinaryOperator(UserDefinedOperatorType userDefindeBinaryOperator)
Sets the "UserDefindeBinaryOperator" element
|
void |
unsetAND()
Unsets the "AND" element
|
void |
unsetANDNOT()
Unsets the "AND_NOT" element
|
void |
unsetBEFORE()
Unsets the "BEFORE" element
|
void |
unsetCAUSE()
Unsets the "CAUSE" element
|
void |
unsetMaximumListeningDuration()
Unsets the "MaximumListeningDuration" element
|
void |
unsetOR()
Unsets the "OR" element
|
void |
unsetPARALLEL()
Unsets the "PARALLEL" element
|
void |
unsetUserDefindeBinaryOperator()
Unsets the "UserDefindeBinaryOperator" element
|
org.apache.xmlbeans.XmlDuration |
xgetMaximumListeningDuration()
Gets (as xml) the "MaximumListeningDuration" element
|
void |
xsetMaximumListeningDuration(org.apache.xmlbeans.XmlDuration maximumListeningDuration)
Sets (as xml) the "MaximumListeningDuration" element
|
addNewGuard, getGuard, isSetGuard, setGuard, unsetGuardaddNewView, getView, isSetView, setView, unsetViewaddNewSelectFunctions, getPatternDescription, getPatternID, getSelectFunctions, isSetPatternDescription, setPatternDescription, setPatternID, setSelectFunctions, unsetPatternDescription, xgetPatternDescription, xgetPatternID, xsetPatternDescription, xsetPatternIDchangeType, 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()
org.apache.xmlbeans.XmlObject getAND()
boolean isSetAND()
void setAND(org.apache.xmlbeans.XmlObject and)
org.apache.xmlbeans.XmlObject addNewAND()
void unsetAND()
org.apache.xmlbeans.XmlObject getANDNOT()
boolean isSetANDNOT()
void setANDNOT(org.apache.xmlbeans.XmlObject andnot)
org.apache.xmlbeans.XmlObject addNewANDNOT()
void unsetANDNOT()
org.apache.xmlbeans.XmlObject getOR()
boolean isSetOR()
void setOR(org.apache.xmlbeans.XmlObject or)
org.apache.xmlbeans.XmlObject addNewOR()
void unsetOR()
UserDefinedOperatorType getUserDefindeBinaryOperator()
boolean isSetUserDefindeBinaryOperator()
void setUserDefindeBinaryOperator(UserDefinedOperatorType userDefindeBinaryOperator)
UserDefinedOperatorType addNewUserDefindeBinaryOperator()
void unsetUserDefindeBinaryOperator()
PatternReferenceType getFirstPattern()
void setFirstPattern(PatternReferenceType firstPattern)
PatternReferenceType addNewFirstPattern()
PatternReferenceType getSecondPattern()
void setSecondPattern(PatternReferenceType secondPattern)
PatternReferenceType addNewSecondPattern()
org.apache.xmlbeans.GDuration getMaximumListeningDuration()
org.apache.xmlbeans.XmlDuration xgetMaximumListeningDuration()
boolean isSetMaximumListeningDuration()
void setMaximumListeningDuration(org.apache.xmlbeans.GDuration maximumListeningDuration)
void xsetMaximumListeningDuration(org.apache.xmlbeans.XmlDuration maximumListeningDuration)
void unsetMaximumListeningDuration()
Copyright © 2018 52north.org. All rights reserved.