Uses of Interface
net.opengis.eml.x001.SelectFunctionType

Packages that use SelectFunctionType
net.opengis.eml.x001   
net.opengis.eml.x001.impl   
 

Uses of SelectFunctionType in net.opengis.eml.x001
 

Methods in net.opengis.eml.x001 that return SelectFunctionType
 SelectFunctionType AbstractPatternType.SelectFunctions.addNewSelectFunction()
          Appends and returns a new empty value (as xml) as the last "SelectFunction" element
 SelectFunctionType SelectFunctionDocument.addNewSelectFunction()
          Appends and returns a new empty "SelectFunction" element
 SelectFunctionType SelectFunctionDocument.getSelectFunction()
          Gets the "SelectFunction" element
 SelectFunctionType[] AbstractPatternType.SelectFunctions.getSelectFunctionArray()
          Gets array of all "SelectFunction" elements
 SelectFunctionType AbstractPatternType.SelectFunctions.getSelectFunctionArray(int i)
          Gets ith "SelectFunction" element
 SelectFunctionType AbstractPatternType.SelectFunctions.insertNewSelectFunction(int i)
          Inserts and returns a new empty value (as xml) as the ith "SelectFunction" element
static SelectFunctionType SelectFunctionType.Factory.newInstance()
           
static SelectFunctionType SelectFunctionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SelectFunctionType SelectFunctionType.Factory.parse(File file)
           
static SelectFunctionType SelectFunctionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SelectFunctionType SelectFunctionType.Factory.parse(InputStream is)
           
static SelectFunctionType SelectFunctionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SelectFunctionType SelectFunctionType.Factory.parse(Node node)
           
static SelectFunctionType SelectFunctionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SelectFunctionType SelectFunctionType.Factory.parse(Reader r)
           
static SelectFunctionType SelectFunctionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SelectFunctionType SelectFunctionType.Factory.parse(String xmlAsString)
           
static SelectFunctionType SelectFunctionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SelectFunctionType SelectFunctionType.Factory.parse(URL u)
           
static SelectFunctionType SelectFunctionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SelectFunctionType SelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SelectFunctionType SelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SelectFunctionType SelectFunctionType.Factory.parse(XMLStreamReader sr)
           
static SelectFunctionType SelectFunctionType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.eml.x001 with parameters of type SelectFunctionType
 void SelectFunctionDocument.setSelectFunction(SelectFunctionType selectFunction)
          Sets the "SelectFunction" element
 void AbstractPatternType.SelectFunctions.setSelectFunctionArray(int i, SelectFunctionType selectFunction)
          Sets ith "SelectFunction" element
 void AbstractPatternType.SelectFunctions.setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)
          Sets array of all "SelectFunction" element
 

Uses of SelectFunctionType in net.opengis.eml.x001.impl
 

Classes in net.opengis.eml.x001.impl that implement SelectFunctionType
 class SelectFunctionTypeImpl
          An XML SelectFunctionType(@http://www.opengis.net/eml/0.0.1).
 

Methods in net.opengis.eml.x001.impl that return SelectFunctionType
 SelectFunctionType AbstractPatternTypeImpl.SelectFunctionsImpl.addNewSelectFunction()
          Appends and returns a new empty value (as xml) as the last "SelectFunction" element
 SelectFunctionType SelectFunctionDocumentImpl.addNewSelectFunction()
          Appends and returns a new empty "SelectFunction" element
 SelectFunctionType SelectFunctionDocumentImpl.getSelectFunction()
          Gets the "SelectFunction" element
 SelectFunctionType[] AbstractPatternTypeImpl.SelectFunctionsImpl.getSelectFunctionArray()
          Gets array of all "SelectFunction" elements
 SelectFunctionType AbstractPatternTypeImpl.SelectFunctionsImpl.getSelectFunctionArray(int i)
          Gets ith "SelectFunction" element
 SelectFunctionType AbstractPatternTypeImpl.SelectFunctionsImpl.insertNewSelectFunction(int i)
          Inserts and returns a new empty value (as xml) as the ith "SelectFunction" element
 

Methods in net.opengis.eml.x001.impl with parameters of type SelectFunctionType
 void SelectFunctionDocumentImpl.setSelectFunction(SelectFunctionType selectFunction)
          Sets the "SelectFunction" element
 void AbstractPatternTypeImpl.SelectFunctionsImpl.setSelectFunctionArray(int i, SelectFunctionType selectFunction)
          Sets ith "SelectFunction" element
 void AbstractPatternTypeImpl.SelectFunctionsImpl.setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)
          Sets array of all "SelectFunction" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.