net.opengis.eml.x001
Interface ComplexPatternType

All Superinterfaces:
AbstractGuardedViewPatternType, AbstractPatternType, AbstractViewPatternType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ComplexPatternDocument.ComplexPattern
All Known Implementing Classes:
ComplexPatternDocumentImpl.ComplexPatternImpl, ComplexPatternTypeImpl

public interface ComplexPatternType
extends AbstractGuardedViewPatternType

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getStructuralOperator

ComplexPatternType.StructuralOperator getStructuralOperator()
Gets the "StructuralOperator" element


isSetStructuralOperator

boolean isSetStructuralOperator()
True if has "StructuralOperator" element


setStructuralOperator

void setStructuralOperator(ComplexPatternType.StructuralOperator structuralOperator)
Sets the "StructuralOperator" element


addNewStructuralOperator

ComplexPatternType.StructuralOperator addNewStructuralOperator()
Appends and returns a new empty "StructuralOperator" element


unsetStructuralOperator

void unsetStructuralOperator()
Unsets the "StructuralOperator" element


getLogicaloperator

ComplexPatternType.Logicaloperator getLogicaloperator()
Gets the "Logicaloperator" element


isSetLogicaloperator

boolean isSetLogicaloperator()
True if has "Logicaloperator" element


setLogicaloperator

void setLogicaloperator(ComplexPatternType.Logicaloperator logicaloperator)
Sets the "Logicaloperator" element


addNewLogicaloperator

ComplexPatternType.Logicaloperator addNewLogicaloperator()
Appends and returns a new empty "Logicaloperator" element


unsetLogicaloperator

void unsetLogicaloperator()
Unsets the "Logicaloperator" element


getUserDefindeBinaryOperator

UserDefinedOperatorType getUserDefindeBinaryOperator()
Gets the "UserDefindeBinaryOperator" element


isSetUserDefindeBinaryOperator

boolean isSetUserDefindeBinaryOperator()
True if has "UserDefindeBinaryOperator" element


setUserDefindeBinaryOperator

void setUserDefindeBinaryOperator(UserDefinedOperatorType userDefindeBinaryOperator)
Sets the "UserDefindeBinaryOperator" element


addNewUserDefindeBinaryOperator

UserDefinedOperatorType addNewUserDefindeBinaryOperator()
Appends and returns a new empty "UserDefindeBinaryOperator" element


unsetUserDefindeBinaryOperator

void unsetUserDefindeBinaryOperator()
Unsets the "UserDefindeBinaryOperator" element


getFirstPattern

PatternReferenceType getFirstPattern()
Gets the "FirstPattern" element


setFirstPattern

void setFirstPattern(PatternReferenceType firstPattern)
Sets the "FirstPattern" element


addNewFirstPattern

PatternReferenceType addNewFirstPattern()
Appends and returns a new empty "FirstPattern" element


getSecondPattern

PatternReferenceType getSecondPattern()
Gets the "SecondPattern" element


setSecondPattern

void setSecondPattern(PatternReferenceType secondPattern)
Sets the "SecondPattern" element


addNewSecondPattern

PatternReferenceType addNewSecondPattern()
Appends and returns a new empty "SecondPattern" element


getMaximumListeningDuration

org.apache.xmlbeans.GDuration getMaximumListeningDuration()
Gets the "MaximumListeningDuration" element


xgetMaximumListeningDuration

org.apache.xmlbeans.XmlDuration xgetMaximumListeningDuration()
Gets (as xml) the "MaximumListeningDuration" element


isSetMaximumListeningDuration

boolean isSetMaximumListeningDuration()
True if has "MaximumListeningDuration" element


setMaximumListeningDuration

void setMaximumListeningDuration(org.apache.xmlbeans.GDuration maximumListeningDuration)
Sets the "MaximumListeningDuration" element


xsetMaximumListeningDuration

void xsetMaximumListeningDuration(org.apache.xmlbeans.XmlDuration maximumListeningDuration)
Sets (as xml) the "MaximumListeningDuration" element


unsetMaximumListeningDuration

void unsetMaximumListeningDuration()
Unsets the "MaximumListeningDuration" element



Copyright © 2004-2013 52north.org. All Rights Reserved.