|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessMethodType.Implementation | |
---|---|
net.opengis.sensorML.x10 | |
net.opengis.sensorML.x10.impl |
Uses of ProcessMethodType.Implementation in net.opengis.sensorML.x10 |
---|
Methods in net.opengis.sensorML.x10 that return ProcessMethodType.Implementation | |
---|---|
ProcessMethodType.Implementation |
ProcessMethodType.addNewImplementation()
Appends and returns a new empty value (as xml) as the last "implementation" element |
ProcessMethodType.Implementation[] |
ProcessMethodType.getImplementationArray()
Gets array of all "implementation" elements |
ProcessMethodType.Implementation |
ProcessMethodType.getImplementationArray(int i)
Gets ith "implementation" element |
ProcessMethodType.Implementation |
ProcessMethodType.insertNewImplementation(int i)
Inserts and returns a new empty value (as xml) as the ith "implementation" element |
static ProcessMethodType.Implementation |
ProcessMethodType.Implementation.Factory.newInstance()
|
static ProcessMethodType.Implementation |
ProcessMethodType.Implementation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sensorML.x10 with parameters of type ProcessMethodType.Implementation | |
---|---|
void |
ProcessMethodType.setImplementationArray(int i,
ProcessMethodType.Implementation implementation)
Sets ith "implementation" element |
void |
ProcessMethodType.setImplementationArray(ProcessMethodType.Implementation[] implementationArray)
Sets array of all "implementation" element |
Uses of ProcessMethodType.Implementation in net.opengis.sensorML.x10.impl |
---|
Classes in net.opengis.sensorML.x10.impl that implement ProcessMethodType.Implementation | |
---|---|
static class |
ProcessMethodTypeImpl.ImplementationImpl
An XML implementation(@http://www.opengis.net/sensorML/1.0). |
Methods in net.opengis.sensorML.x10.impl that return ProcessMethodType.Implementation | |
---|---|
ProcessMethodType.Implementation |
ProcessMethodTypeImpl.addNewImplementation()
Appends and returns a new empty value (as xml) as the last "implementation" element |
ProcessMethodType.Implementation[] |
ProcessMethodTypeImpl.getImplementationArray()
Gets array of all "implementation" elements |
ProcessMethodType.Implementation |
ProcessMethodTypeImpl.getImplementationArray(int i)
Gets ith "implementation" element |
ProcessMethodType.Implementation |
ProcessMethodTypeImpl.insertNewImplementation(int i)
Inserts and returns a new empty value (as xml) as the ith "implementation" element |
Methods in net.opengis.sensorML.x10.impl with parameters of type ProcessMethodType.Implementation | |
---|---|
void |
ProcessMethodTypeImpl.setImplementationArray(int i,
ProcessMethodType.Implementation implementation)
Sets ith "implementation" element |
void |
ProcessMethodTypeImpl.setImplementationArray(ProcessMethodType.Implementation[] implementationArray)
Sets array of all "implementation" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |