|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessChainType | |
---|---|
net.opengis.sensorML.x10 | |
net.opengis.sensorML.x10.impl |
Uses of ProcessChainType in net.opengis.sensorML.x10 |
---|
Methods in net.opengis.sensorML.x10 that return ProcessChainType | |
---|---|
ProcessChainType |
ProcessChainDocument.addNewProcessChain()
Appends and returns a new empty "ProcessChain" element |
ProcessChainType |
ProcessMethodType.Implementation.addNewProcessChain()
Appends and returns a new empty "ProcessChain" element |
ProcessChainType |
ProcessChainDocument.getProcessChain()
Gets the "ProcessChain" element |
ProcessChainType |
ProcessMethodType.Implementation.getProcessChain()
Gets the "ProcessChain" element |
static ProcessChainType |
ProcessChainType.Factory.newInstance()
|
static ProcessChainType |
ProcessChainType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ProcessChainType |
ProcessChainType.Factory.parse(File file)
|
static ProcessChainType |
ProcessChainType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ProcessChainType |
ProcessChainType.Factory.parse(InputStream is)
|
static ProcessChainType |
ProcessChainType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ProcessChainType |
ProcessChainType.Factory.parse(Node node)
|
static ProcessChainType |
ProcessChainType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ProcessChainType |
ProcessChainType.Factory.parse(Reader r)
|
static ProcessChainType |
ProcessChainType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ProcessChainType |
ProcessChainType.Factory.parse(String xmlAsString)
|
static ProcessChainType |
ProcessChainType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ProcessChainType |
ProcessChainType.Factory.parse(URL u)
|
static ProcessChainType |
ProcessChainType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ProcessChainType |
ProcessChainType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ProcessChainType |
ProcessChainType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ProcessChainType |
ProcessChainType.Factory.parse(XMLStreamReader sr)
|
static ProcessChainType |
ProcessChainType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sensorML.x10 with parameters of type ProcessChainType | |
---|---|
void |
ProcessChainDocument.setProcessChain(ProcessChainType processChain)
Sets the "ProcessChain" element |
void |
ProcessMethodType.Implementation.setProcessChain(ProcessChainType processChain)
Sets the "ProcessChain" element |
Uses of ProcessChainType in net.opengis.sensorML.x10.impl |
---|
Classes in net.opengis.sensorML.x10.impl that implement ProcessChainType | |
---|---|
class |
ProcessChainTypeImpl
An XML ProcessChainType(@http://www.opengis.net/sensorML/1.0). |
Methods in net.opengis.sensorML.x10.impl that return ProcessChainType | |
---|---|
ProcessChainType |
ProcessChainDocumentImpl.addNewProcessChain()
Appends and returns a new empty "ProcessChain" element |
ProcessChainType |
ProcessMethodTypeImpl.ImplementationImpl.addNewProcessChain()
Appends and returns a new empty "ProcessChain" element |
ProcessChainType |
ProcessChainDocumentImpl.getProcessChain()
Gets the "ProcessChain" element |
ProcessChainType |
ProcessMethodTypeImpl.ImplementationImpl.getProcessChain()
Gets the "ProcessChain" element |
Methods in net.opengis.sensorML.x10.impl with parameters of type ProcessChainType | |
---|---|
void |
ProcessChainDocumentImpl.setProcessChain(ProcessChainType processChain)
Sets the "ProcessChain" element |
void |
ProcessMethodTypeImpl.ImplementationImpl.setProcessChain(ProcessChainType processChain)
Sets the "ProcessChain" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |