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.
|
static interface |
ComplexPatternType.Logicaloperator
An XML Logicaloperator(@http://www.opengis.net/eml/0.0.1).
|
static interface |
ComplexPatternType.StructuralOperator
An XML StructuralOperator(@http://www.opengis.net/eml/0.0.1).
|
AbstractPatternType.SelectFunctions| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
PatternReferenceType |
addNewFirstPattern()
Appends and returns a new empty "FirstPattern" element
|
ComplexPatternType.Logicaloperator |
addNewLogicaloperator()
Appends and returns a new empty "Logicaloperator" element
|
PatternReferenceType |
addNewSecondPattern()
Appends and returns a new empty "SecondPattern" element
|
ComplexPatternType.StructuralOperator |
addNewStructuralOperator()
Appends and returns a new empty "StructuralOperator" element
|
UserDefinedOperatorType |
addNewUserDefindeBinaryOperator()
Appends and returns a new empty "UserDefindeBinaryOperator" element
|
PatternReferenceType |
getFirstPattern()
Gets the "FirstPattern" element
|
ComplexPatternType.Logicaloperator |
getLogicaloperator()
Gets the "Logicaloperator" element
|
org.apache.xmlbeans.GDuration |
getMaximumListeningDuration()
Gets the "MaximumListeningDuration" element
|
PatternReferenceType |
getSecondPattern()
Gets the "SecondPattern" element
|
ComplexPatternType.StructuralOperator |
getStructuralOperator()
Gets the "StructuralOperator" element
|
UserDefinedOperatorType |
getUserDefindeBinaryOperator()
Gets the "UserDefindeBinaryOperator" element
|
boolean |
isSetLogicaloperator()
True if has "Logicaloperator" element
|
boolean |
isSetMaximumListeningDuration()
True if has "MaximumListeningDuration" element
|
boolean |
isSetStructuralOperator()
True if has "StructuralOperator" element
|
boolean |
isSetUserDefindeBinaryOperator()
True if has "UserDefindeBinaryOperator" element
|
void |
setFirstPattern(PatternReferenceType firstPattern)
Sets the "FirstPattern" element
|
void |
setLogicaloperator(ComplexPatternType.Logicaloperator logicaloperator)
Sets the "Logicaloperator" element
|
void |
setMaximumListeningDuration(org.apache.xmlbeans.GDuration maximumListeningDuration)
Sets the "MaximumListeningDuration" element
|
void |
setSecondPattern(PatternReferenceType secondPattern)
Sets the "SecondPattern" element
|
void |
setStructuralOperator(ComplexPatternType.StructuralOperator structuralOperator)
Sets the "StructuralOperator" element
|
void |
setUserDefindeBinaryOperator(UserDefinedOperatorType userDefindeBinaryOperator)
Sets the "UserDefindeBinaryOperator" element
|
void |
unsetLogicaloperator()
Unsets the "Logicaloperator" element
|
void |
unsetMaximumListeningDuration()
Unsets the "MaximumListeningDuration" element
|
void |
unsetStructuralOperator()
Unsets the "StructuralOperator" 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, xmlTextComplexPatternType.StructuralOperator getStructuralOperator()
boolean isSetStructuralOperator()
void setStructuralOperator(ComplexPatternType.StructuralOperator structuralOperator)
ComplexPatternType.StructuralOperator addNewStructuralOperator()
void unsetStructuralOperator()
ComplexPatternType.Logicaloperator getLogicaloperator()
boolean isSetLogicaloperator()
void setLogicaloperator(ComplexPatternType.Logicaloperator logicaloperator)
ComplexPatternType.Logicaloperator addNewLogicaloperator()
void unsetLogicaloperator()
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.