Package net.opengis.eml.x001
Interface ComplexPatternType.StructuralOperator
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ComplexPatternTypeImpl.StructuralOperatorImpl
- Enclosing interface:
- ComplexPatternType
public static interface ComplexPatternType.StructuralOperator extends org.apache.xmlbeans.XmlObjectAn XML StructuralOperator(@http://www.opengis.net/eml/0.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComplexPatternType.StructuralOperator.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.XmlObjectaddNewBEFORE()Appends and returns a new empty "BEFORE" elementorg.apache.xmlbeans.XmlObjectaddNewCAUSE()Appends and returns a new empty "CAUSE" elementorg.apache.xmlbeans.XmlObjectaddNewPARALLEL()Appends and returns a new empty "PARALLEL" elementorg.apache.xmlbeans.XmlObjectgetBEFORE()Gets the "BEFORE" elementorg.apache.xmlbeans.XmlObjectgetCAUSE()Gets the "CAUSE" elementorg.apache.xmlbeans.XmlObjectgetPARALLEL()Gets the "PARALLEL" elementbooleanisSetBEFORE()True if has "BEFORE" elementbooleanisSetCAUSE()True if has "CAUSE" elementbooleanisSetPARALLEL()True if has "PARALLEL" elementvoidsetBEFORE(org.apache.xmlbeans.XmlObject before)Sets the "BEFORE" elementvoidsetCAUSE(org.apache.xmlbeans.XmlObject cause)Sets the "CAUSE" elementvoidsetPARALLEL(org.apache.xmlbeans.XmlObject parallel)Sets the "PARALLEL" elementvoidunsetBEFORE()Unsets the "BEFORE" elementvoidunsetCAUSE()Unsets the "CAUSE" elementvoidunsetPARALLEL()Unsets the "PARALLEL" element-
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
-
-
-
-
Method Detail
-
getCAUSE
org.apache.xmlbeans.XmlObject getCAUSE()
Gets the "CAUSE" element
-
isSetCAUSE
boolean isSetCAUSE()
True if has "CAUSE" element
-
setCAUSE
void setCAUSE(org.apache.xmlbeans.XmlObject cause)
Sets the "CAUSE" element
-
addNewCAUSE
org.apache.xmlbeans.XmlObject addNewCAUSE()
Appends and returns a new empty "CAUSE" element
-
unsetCAUSE
void unsetCAUSE()
Unsets the "CAUSE" element
-
getPARALLEL
org.apache.xmlbeans.XmlObject getPARALLEL()
Gets the "PARALLEL" element
-
isSetPARALLEL
boolean isSetPARALLEL()
True if has "PARALLEL" element
-
setPARALLEL
void setPARALLEL(org.apache.xmlbeans.XmlObject parallel)
Sets the "PARALLEL" element
-
addNewPARALLEL
org.apache.xmlbeans.XmlObject addNewPARALLEL()
Appends and returns a new empty "PARALLEL" element
-
unsetPARALLEL
void unsetPARALLEL()
Unsets the "PARALLEL" element
-
getBEFORE
org.apache.xmlbeans.XmlObject getBEFORE()
Gets the "BEFORE" element
-
isSetBEFORE
boolean isSetBEFORE()
True if has "BEFORE" element
-
setBEFORE
void setBEFORE(org.apache.xmlbeans.XmlObject before)
Sets the "BEFORE" element
-
addNewBEFORE
org.apache.xmlbeans.XmlObject addNewBEFORE()
Appends and returns a new empty "BEFORE" element
-
unsetBEFORE
void unsetBEFORE()
Unsets the "BEFORE" element
-
-