Package net.opengis.eml.x002
Interface GenericViewType.ReleaseCriteria.ReleaseCriterion
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GenericViewTypeImpl.ReleaseCriteriaImpl.ReleaseCriterionImpl
- Enclosing interface:
- GenericViewType.ReleaseCriteria
public static interface GenericViewType.ReleaseCriteria.ReleaseCriterion extends org.apache.xmlbeans.XmlObjectAn XML ReleaseCriterion(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGenericViewType.ReleaseCriteria.ReleaseCriterion.FactoryA factory class with static methods for creating instances of this type.static interfaceGenericViewType.ReleaseCriteria.ReleaseCriterion.ReleaseConditionAn XML ReleaseCondition(@http://www.opengis.net/eml/0.0.2).static interfaceGenericViewType.ReleaseCriteria.ReleaseCriterion.StackFunctionAn XML StackFunction(@http://www.opengis.net/eml/0.0.2).
-
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 GenericViewType.ReleaseCriteria.ReleaseCriterion.ReleaseConditionaddNewReleaseCondition()Appends and returns a new empty "ReleaseCondition" elementGenericViewType.ReleaseCriteria.ReleaseCriterion.StackFunctionaddNewStackFunction()Appends and returns a new empty "StackFunction" elementbooleangetBatch()Gets the "Batch" elementGenericViewType.ReleaseCriteria.ReleaseCriterion.ReleaseConditiongetReleaseCondition()Gets the "ReleaseCondition" elementGenericViewType.ReleaseCriteria.ReleaseCriterion.StackFunctiongetStackFunction()Gets the "StackFunction" elementbooleanisSetBatch()True if has "Batch" elementbooleanisSetStackFunction()True if has "StackFunction" elementvoidsetBatch(boolean batch)Sets the "Batch" elementvoidsetReleaseCondition(GenericViewType.ReleaseCriteria.ReleaseCriterion.ReleaseCondition releaseCondition)Sets the "ReleaseCondition" elementvoidsetStackFunction(GenericViewType.ReleaseCriteria.ReleaseCriterion.StackFunction stackFunction)Sets the "StackFunction" elementvoidunsetBatch()Unsets the "Batch" elementvoidunsetStackFunction()Unsets the "StackFunction" elementorg.apache.xmlbeans.XmlBooleanxgetBatch()Gets (as xml) the "Batch" elementvoidxsetBatch(org.apache.xmlbeans.XmlBoolean batch)Sets (as xml) the "Batch" 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
-
getReleaseCondition
GenericViewType.ReleaseCriteria.ReleaseCriterion.ReleaseCondition getReleaseCondition()
Gets the "ReleaseCondition" element
-
setReleaseCondition
void setReleaseCondition(GenericViewType.ReleaseCriteria.ReleaseCriterion.ReleaseCondition releaseCondition)
Sets the "ReleaseCondition" element
-
addNewReleaseCondition
GenericViewType.ReleaseCriteria.ReleaseCriterion.ReleaseCondition addNewReleaseCondition()
Appends and returns a new empty "ReleaseCondition" element
-
getStackFunction
GenericViewType.ReleaseCriteria.ReleaseCriterion.StackFunction getStackFunction()
Gets the "StackFunction" element
-
isSetStackFunction
boolean isSetStackFunction()
True if has "StackFunction" element
-
setStackFunction
void setStackFunction(GenericViewType.ReleaseCriteria.ReleaseCriterion.StackFunction stackFunction)
Sets the "StackFunction" element
-
addNewStackFunction
GenericViewType.ReleaseCriteria.ReleaseCriterion.StackFunction addNewStackFunction()
Appends and returns a new empty "StackFunction" element
-
unsetStackFunction
void unsetStackFunction()
Unsets the "StackFunction" element
-
getBatch
boolean getBatch()
Gets the "Batch" element
-
xgetBatch
org.apache.xmlbeans.XmlBoolean xgetBatch()
Gets (as xml) the "Batch" element
-
isSetBatch
boolean isSetBatch()
True if has "Batch" element
-
setBatch
void setBatch(boolean batch)
Sets the "Batch" element
-
xsetBatch
void xsetBatch(org.apache.xmlbeans.XmlBoolean batch)
Sets (as xml) the "Batch" element
-
unsetBatch
void unsetBatch()
Unsets the "Batch" element
-
-