Uses of Interface
net.opengis.sensorML.x101.ProcessMethodType.Rules
-
Packages that use ProcessMethodType.Rules Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ProcessMethodType.Rules in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ProcessMethodType.Rules Modifier and Type Method Description ProcessMethodType.RulesProcessMethodType. addNewRules()Appends and returns a new empty "rules" elementProcessMethodType.RulesProcessMethodType. getRules()Gets the "rules" elementstatic ProcessMethodType.RulesProcessMethodType.Rules.Factory. newInstance()static ProcessMethodType.RulesProcessMethodType.Rules.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ProcessMethodType.Rules Modifier and Type Method Description voidProcessMethodType. setRules(ProcessMethodType.Rules rules)Sets the "rules" element -
Uses of ProcessMethodType.Rules in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ProcessMethodType.Rules Modifier and Type Class Description static classProcessMethodTypeImpl.RulesImplAn XML rules(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ProcessMethodType.Rules Modifier and Type Method Description ProcessMethodType.RulesProcessMethodTypeImpl. addNewRules()Appends and returns a new empty "rules" elementProcessMethodType.RulesProcessMethodTypeImpl. getRules()Gets the "rules" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ProcessMethodType.Rules Modifier and Type Method Description voidProcessMethodTypeImpl. setRules(ProcessMethodType.Rules rules)Sets the "rules" element
-