|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComplexPatternType
An XML ComplexPatternType(@http://www.opengis.net/eml/0.0.1). This is a complex type.
Nested Class Summary | |
---|---|
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). |
Nested classes/interfaces inherited from interface net.opengis.eml.x001.AbstractPatternType |
---|
AbstractPatternType.SelectFunctions |
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 | |
---|---|
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 |
Methods inherited from interface net.opengis.eml.x001.AbstractGuardedViewPatternType |
---|
addNewGuard, getGuard, isSetGuard, setGuard, unsetGuard |
Methods inherited from interface net.opengis.eml.x001.AbstractViewPatternType |
---|
addNewView, getView, isSetView, setView, unsetView |
Methods inherited from interface net.opengis.eml.x001.AbstractPatternType |
---|
addNewSelectFunctions, getPatternDescription, getPatternID, getSelectFunctions, isSetPatternDescription, setPatternDescription, setPatternID, setSelectFunctions, unsetPatternDescription, xgetPatternDescription, xgetPatternID, xsetPatternDescription, xsetPatternID |
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 |
---|
ComplexPatternType.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |