Uses of Interface
net.opengis.swes.x20.InsertSensorType.ProcedureDescription
-
Packages that use InsertSensorType.ProcedureDescription Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of InsertSensorType.ProcedureDescription in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return InsertSensorType.ProcedureDescription Modifier and Type Method Description InsertSensorType.ProcedureDescriptionInsertSensorType. addNewProcedureDescription()Appends and returns a new empty "procedureDescription" elementInsertSensorType.ProcedureDescriptionInsertSensorType. getProcedureDescription()Gets the "procedureDescription" elementstatic InsertSensorType.ProcedureDescriptionInsertSensorType.ProcedureDescription.Factory. newInstance()static InsertSensorType.ProcedureDescriptionInsertSensorType.ProcedureDescription.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type InsertSensorType.ProcedureDescription Modifier and Type Method Description voidInsertSensorType. setProcedureDescription(InsertSensorType.ProcedureDescription procedureDescription)Sets the "procedureDescription" element -
Uses of InsertSensorType.ProcedureDescription in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement InsertSensorType.ProcedureDescription Modifier and Type Class Description static classInsertSensorTypeImpl.ProcedureDescriptionImplAn XML procedureDescription(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return InsertSensorType.ProcedureDescription Modifier and Type Method Description InsertSensorType.ProcedureDescriptionInsertSensorTypeImpl. addNewProcedureDescription()Appends and returns a new empty "procedureDescription" elementInsertSensorType.ProcedureDescriptionInsertSensorTypeImpl. getProcedureDescription()Gets the "procedureDescription" elementMethods in net.opengis.swes.x20.impl with parameters of type InsertSensorType.ProcedureDescription Modifier and Type Method Description voidInsertSensorTypeImpl. setProcedureDescription(InsertSensorType.ProcedureDescription procedureDescription)Sets the "procedureDescription" element
-