Package net.opengis.sensorML.x101
Interface ProcessMethodType.Rules.RulesDefinition
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ProcessMethodTypeImpl.RulesImpl.RulesDefinitionImpl
- Enclosing interface:
- ProcessMethodType.Rules
public static interface ProcessMethodType.Rules.RulesDefinition extends org.apache.xmlbeans.XmlObjectAn XML RulesDefinition(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProcessMethodType.Rules.RulesDefinition.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 StringOrRefTypeaddNewDescription()Appends and returns a new empty "description" elementRuleLanguageTypeaddNewRuleLanguage()Appends and returns a new empty "ruleLanguage" elementStringOrRefTypegetDescription()Gets the "description" elementRuleLanguageTypegetRuleLanguage()Gets the "ruleLanguage" elementbooleanisSetDescription()True if has "description" elementbooleanisSetRuleLanguage()True if has "ruleLanguage" elementvoidsetDescription(StringOrRefType description)Sets the "description" elementvoidsetRuleLanguage(RuleLanguageType ruleLanguage)Sets the "ruleLanguage" elementvoidunsetDescription()Unsets the "description" elementvoidunsetRuleLanguage()Unsets the "ruleLanguage" 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
-
getDescription
StringOrRefType getDescription()
Gets the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(StringOrRefType description)
Sets the "description" element
-
addNewDescription
StringOrRefType addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
getRuleLanguage
RuleLanguageType getRuleLanguage()
Gets the "ruleLanguage" element
-
isSetRuleLanguage
boolean isSetRuleLanguage()
True if has "ruleLanguage" element
-
setRuleLanguage
void setRuleLanguage(RuleLanguageType ruleLanguage)
Sets the "ruleLanguage" element
-
addNewRuleLanguage
RuleLanguageType addNewRuleLanguage()
Appends and returns a new empty "ruleLanguage" element
-
unsetRuleLanguage
void unsetRuleLanguage()
Unsets the "ruleLanguage" element
-
-