|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SupportedSelectFunctionType | |
---|---|
net.opengis.eml.x001 | |
net.opengis.eml.x001.impl |
Uses of SupportedSelectFunctionType in net.opengis.eml.x001 |
---|
Methods in net.opengis.eml.x001 that return SupportedSelectFunctionType | |
---|---|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.addNewSupportedSelectFunction()
Appends and returns a new empty value (as xml) as the last "SupportedSelectFunction" element |
SupportedSelectFunctionType[] |
SelectFunctionCapabilitiesType.getSupportedSelectFunctionArray()
Gets array of all "SupportedSelectFunction" elements |
SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.getSupportedSelectFunctionArray(int i)
Gets ith "SupportedSelectFunction" element |
SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.insertNewSupportedSelectFunction(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedSelectFunction" element |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.newInstance()
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(File file)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(InputStream is)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Node node)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Reader r)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(String xmlAsString)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(URL u)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(XMLStreamReader sr)
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.eml.x001 with parameters of type SupportedSelectFunctionType | |
---|---|
void |
SelectFunctionCapabilitiesType.setSupportedSelectFunctionArray(int i,
SupportedSelectFunctionType supportedSelectFunction)
Sets ith "SupportedSelectFunction" element |
void |
SelectFunctionCapabilitiesType.setSupportedSelectFunctionArray(SupportedSelectFunctionType[] supportedSelectFunctionArray)
Sets array of all "SupportedSelectFunction" element |
Uses of SupportedSelectFunctionType in net.opengis.eml.x001.impl |
---|
Classes in net.opengis.eml.x001.impl that implement SupportedSelectFunctionType | |
---|---|
class |
SupportedSelectFunctionTypeImpl
An XML SupportedSelectFunctionType(@http://www.opengis.net/eml/0.0.1). |
Methods in net.opengis.eml.x001.impl that return SupportedSelectFunctionType | |
---|---|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesTypeImpl.addNewSupportedSelectFunction()
Appends and returns a new empty value (as xml) as the last "SupportedSelectFunction" element |
SupportedSelectFunctionType[] |
SelectFunctionCapabilitiesTypeImpl.getSupportedSelectFunctionArray()
Gets array of all "SupportedSelectFunction" elements |
SupportedSelectFunctionType |
SelectFunctionCapabilitiesTypeImpl.getSupportedSelectFunctionArray(int i)
Gets ith "SupportedSelectFunction" element |
SupportedSelectFunctionType |
SelectFunctionCapabilitiesTypeImpl.insertNewSupportedSelectFunction(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedSelectFunction" element |
Methods in net.opengis.eml.x001.impl with parameters of type SupportedSelectFunctionType | |
---|---|
void |
SelectFunctionCapabilitiesTypeImpl.setSupportedSelectFunctionArray(int i,
SupportedSelectFunctionType supportedSelectFunction)
Sets ith "SupportedSelectFunction" element |
void |
SelectFunctionCapabilitiesTypeImpl.setSupportedSelectFunctionArray(SupportedSelectFunctionType[] supportedSelectFunctionArray)
Sets array of all "SupportedSelectFunction" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |