|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetTaskType | |
---|---|
net.opengis.sps.x20 | |
net.opengis.sps.x20.impl |
Uses of GetTaskType in net.opengis.sps.x20 |
---|
Methods in net.opengis.sps.x20 that return GetTaskType | |
---|---|
GetTaskType |
GetTaskPropertyType.addNewGetTask()
Appends and returns a new empty "GetTask" element |
GetTaskType |
GetTaskDocument.addNewGetTask()
Appends and returns a new empty "GetTask" element |
GetTaskType |
GetTaskPropertyType.getGetTask()
Gets the "GetTask" element |
GetTaskType |
GetTaskDocument.getGetTask()
Gets the "GetTask" element |
static GetTaskType |
GetTaskType.Factory.newInstance()
|
static GetTaskType |
GetTaskType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static GetTaskType |
GetTaskType.Factory.parse(File file)
|
static GetTaskType |
GetTaskType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static GetTaskType |
GetTaskType.Factory.parse(InputStream is)
|
static GetTaskType |
GetTaskType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static GetTaskType |
GetTaskType.Factory.parse(Node node)
|
static GetTaskType |
GetTaskType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static GetTaskType |
GetTaskType.Factory.parse(Reader r)
|
static GetTaskType |
GetTaskType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static GetTaskType |
GetTaskType.Factory.parse(String xmlAsString)
|
static GetTaskType |
GetTaskType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static GetTaskType |
GetTaskType.Factory.parse(URL u)
|
static GetTaskType |
GetTaskType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static GetTaskType |
GetTaskType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static GetTaskType |
GetTaskType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static GetTaskType |
GetTaskType.Factory.parse(XMLStreamReader sr)
|
static GetTaskType |
GetTaskType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sps.x20 with parameters of type GetTaskType | |
---|---|
void |
GetTaskPropertyType.setGetTask(GetTaskType getTask)
Sets the "GetTask" element |
void |
GetTaskDocument.setGetTask(GetTaskType getTask)
Sets the "GetTask" element |
Uses of GetTaskType in net.opengis.sps.x20.impl |
---|
Classes in net.opengis.sps.x20.impl that implement GetTaskType | |
---|---|
class |
GetTaskTypeImpl
An XML GetTaskType(@http://www.opengis.net/sps/2.0). |
Methods in net.opengis.sps.x20.impl that return GetTaskType | |
---|---|
GetTaskType |
GetTaskPropertyTypeImpl.addNewGetTask()
Appends and returns a new empty "GetTask" element |
GetTaskType |
GetTaskDocumentImpl.addNewGetTask()
Appends and returns a new empty "GetTask" element |
GetTaskType |
GetTaskPropertyTypeImpl.getGetTask()
Gets the "GetTask" element |
GetTaskType |
GetTaskDocumentImpl.getGetTask()
Gets the "GetTask" element |
Methods in net.opengis.sps.x20.impl with parameters of type GetTaskType | |
---|---|
void |
GetTaskPropertyTypeImpl.setGetTask(GetTaskType getTask)
Sets the "GetTask" element |
void |
GetTaskDocumentImpl.setGetTask(GetTaskType getTask)
Sets the "GetTask" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |