Uses of Interface
net.opengis.eml.x002.SelectFunctionType
-
Packages that use SelectFunctionType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of SelectFunctionType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return SelectFunctionType Modifier and Type Method Description SelectFunctionTypeAbstractPatternType.SelectFunctions. addNewSelectFunction()Appends and returns a new empty value (as xml) as the last "SelectFunction" elementSelectFunctionTypeSelectFunctionDocument. addNewSelectFunction()Appends and returns a new empty "SelectFunction" elementSelectFunctionTypeSelectFunctionDocument. getSelectFunction()Gets the "SelectFunction" elementSelectFunctionType[]AbstractPatternType.SelectFunctions. getSelectFunctionArray()Gets array of all "SelectFunction" elementsSelectFunctionTypeAbstractPatternType.SelectFunctions. getSelectFunctionArray(int i)Gets ith "SelectFunction" elementSelectFunctionTypeAbstractPatternType.SelectFunctions. insertNewSelectFunction(int i)Inserts and returns a new empty value (as xml) as the ith "SelectFunction" elementstatic SelectFunctionTypeSelectFunctionType.Factory. newInstance()static SelectFunctionTypeSelectFunctionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SelectFunctionTypeSelectFunctionType.Factory. parse(File file)static SelectFunctionTypeSelectFunctionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SelectFunctionTypeSelectFunctionType.Factory. parse(InputStream is)static SelectFunctionTypeSelectFunctionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SelectFunctionTypeSelectFunctionType.Factory. parse(Reader r)static SelectFunctionTypeSelectFunctionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SelectFunctionTypeSelectFunctionType.Factory. parse(String xmlAsString)static SelectFunctionTypeSelectFunctionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SelectFunctionTypeSelectFunctionType.Factory. parse(URL u)static SelectFunctionTypeSelectFunctionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SelectFunctionTypeSelectFunctionType.Factory. parse(XMLStreamReader sr)static SelectFunctionTypeSelectFunctionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SelectFunctionTypeSelectFunctionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SelectFunctionTypeSelectFunctionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SelectFunctionTypeSelectFunctionType.Factory. parse(Node node)static SelectFunctionTypeSelectFunctionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type SelectFunctionType Modifier and Type Method Description voidSelectFunctionDocument. setSelectFunction(SelectFunctionType selectFunction)Sets the "SelectFunction" elementvoidAbstractPatternType.SelectFunctions. setSelectFunctionArray(int i, SelectFunctionType selectFunction)Sets ith "SelectFunction" elementvoidAbstractPatternType.SelectFunctions. setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)Sets array of all "SelectFunction" element -
Uses of SelectFunctionType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement SelectFunctionType Modifier and Type Class Description classSelectFunctionTypeImplAn XML SelectFunctionType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return SelectFunctionType Modifier and Type Method Description SelectFunctionTypeAbstractPatternTypeImpl.SelectFunctionsImpl. addNewSelectFunction()Appends and returns a new empty value (as xml) as the last "SelectFunction" elementSelectFunctionTypeSelectFunctionDocumentImpl. addNewSelectFunction()Appends and returns a new empty "SelectFunction" elementSelectFunctionTypeSelectFunctionDocumentImpl. getSelectFunction()Gets the "SelectFunction" elementSelectFunctionType[]AbstractPatternTypeImpl.SelectFunctionsImpl. getSelectFunctionArray()Gets array of all "SelectFunction" elementsSelectFunctionTypeAbstractPatternTypeImpl.SelectFunctionsImpl. getSelectFunctionArray(int i)Gets ith "SelectFunction" elementSelectFunctionTypeAbstractPatternTypeImpl.SelectFunctionsImpl. insertNewSelectFunction(int i)Inserts and returns a new empty value (as xml) as the ith "SelectFunction" elementMethods in net.opengis.eml.x002.impl with parameters of type SelectFunctionType Modifier and Type Method Description voidSelectFunctionDocumentImpl. setSelectFunction(SelectFunctionType selectFunction)Sets the "SelectFunction" elementvoidAbstractPatternTypeImpl.SelectFunctionsImpl. setSelectFunctionArray(int i, SelectFunctionType selectFunction)Sets ith "SelectFunction" elementvoidAbstractPatternTypeImpl.SelectFunctionsImpl. setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)Sets array of all "SelectFunction" element
-