Uses of Interface
net.opengis.sensorML.x101.ProcessChainType
-
Packages that use ProcessChainType Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ProcessChainType in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ProcessChainType Modifier and Type Method Description ProcessChainTypeProcessChainDocument. addNewProcessChain()Appends and returns a new empty "ProcessChain" elementProcessChainTypeProcessMethodType.Implementation. addNewProcessChain()Appends and returns a new empty "ProcessChain" elementProcessChainTypeProcessChainDocument. getProcessChain()Gets the "ProcessChain" elementProcessChainTypeProcessMethodType.Implementation. getProcessChain()Gets the "ProcessChain" elementstatic ProcessChainTypeProcessChainType.Factory. newInstance()static ProcessChainTypeProcessChainType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ProcessChainTypeProcessChainType.Factory. parse(File file)static ProcessChainTypeProcessChainType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ProcessChainTypeProcessChainType.Factory. parse(InputStream is)static ProcessChainTypeProcessChainType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ProcessChainTypeProcessChainType.Factory. parse(Reader r)static ProcessChainTypeProcessChainType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ProcessChainTypeProcessChainType.Factory. parse(String xmlAsString)static ProcessChainTypeProcessChainType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ProcessChainTypeProcessChainType.Factory. parse(URL u)static ProcessChainTypeProcessChainType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ProcessChainTypeProcessChainType.Factory. parse(XMLStreamReader sr)static ProcessChainTypeProcessChainType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ProcessChainTypeProcessChainType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ProcessChainTypeProcessChainType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ProcessChainTypeProcessChainType.Factory. parse(Node node)static ProcessChainTypeProcessChainType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ProcessChainType Modifier and Type Method Description voidProcessChainDocument. setProcessChain(ProcessChainType processChain)Sets the "ProcessChain" elementvoidProcessMethodType.Implementation. setProcessChain(ProcessChainType processChain)Sets the "ProcessChain" element -
Uses of ProcessChainType in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ProcessChainType Modifier and Type Class Description classProcessChainTypeImplAn XML ProcessChainType(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ProcessChainType Modifier and Type Method Description ProcessChainTypeProcessChainDocumentImpl. addNewProcessChain()Appends and returns a new empty "ProcessChain" elementProcessChainTypeProcessMethodTypeImpl.ImplementationImpl. addNewProcessChain()Appends and returns a new empty "ProcessChain" elementProcessChainTypeProcessChainDocumentImpl. getProcessChain()Gets the "ProcessChain" elementProcessChainTypeProcessMethodTypeImpl.ImplementationImpl. getProcessChain()Gets the "ProcessChain" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ProcessChainType Modifier and Type Method Description voidProcessChainDocumentImpl. setProcessChain(ProcessChainType processChain)Sets the "ProcessChain" elementvoidProcessMethodTypeImpl.ImplementationImpl. setProcessChain(ProcessChainType processChain)Sets the "ProcessChain" element
-