|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskingRequestType | |
---|---|
net.opengis.sps.x20 | |
net.opengis.sps.x20.impl |
Uses of TaskingRequestType in net.opengis.sps.x20 |
---|
Subinterfaces of TaskingRequestType in net.opengis.sps.x20 | |
---|---|
interface |
GetFeasibilityType
An XML GetFeasibilityType(@http://www.opengis.net/sps/2.0). |
interface |
ReserveType
An XML ReserveType(@http://www.opengis.net/sps/2.0). |
interface |
SubmitType
An XML SubmitType(@http://www.opengis.net/sps/2.0). |
interface |
UpdateType
An XML UpdateType(@http://www.opengis.net/sps/2.0). |
Methods in net.opengis.sps.x20 that return TaskingRequestType | |
---|---|
TaskingRequestType |
TaskingRequestDocument.addNewTaskingRequest()
Appends and returns a new empty "TaskingRequest" element |
TaskingRequestType |
TaskingRequestPropertyType.addNewTaskingRequest()
Appends and returns a new empty "TaskingRequest" element |
TaskingRequestType |
TaskingRequestDocument.getTaskingRequest()
Gets the "TaskingRequest" element |
TaskingRequestType |
TaskingRequestPropertyType.getTaskingRequest()
Gets the "TaskingRequest" element |
static TaskingRequestType |
TaskingRequestType.Factory.newInstance()
Deprecated. No need to be able to create instances of abstract types |
static TaskingRequestType |
TaskingRequestType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated. No need to be able to create instances of abstract types |
static TaskingRequestType |
TaskingRequestType.Factory.parse(File file)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(InputStream is)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(Node node)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(Reader r)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(String xmlAsString)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(URL u)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TaskingRequestType |
TaskingRequestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TaskingRequestType |
TaskingRequestType.Factory.parse(XMLStreamReader sr)
|
static TaskingRequestType |
TaskingRequestType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sps.x20 with parameters of type TaskingRequestType | |
---|---|
void |
TaskingRequestDocument.setTaskingRequest(TaskingRequestType taskingRequest)
Sets the "TaskingRequest" element |
void |
TaskingRequestPropertyType.setTaskingRequest(TaskingRequestType taskingRequest)
Sets the "TaskingRequest" element |
Uses of TaskingRequestType in net.opengis.sps.x20.impl |
---|
Classes in net.opengis.sps.x20.impl that implement TaskingRequestType | |
---|---|
class |
GetFeasibilityTypeImpl
An XML GetFeasibilityType(@http://www.opengis.net/sps/2.0). |
class |
ReserveTypeImpl
An XML ReserveType(@http://www.opengis.net/sps/2.0). |
class |
SubmitTypeImpl
An XML SubmitType(@http://www.opengis.net/sps/2.0). |
class |
TaskingRequestTypeImpl
An XML TaskingRequestType(@http://www.opengis.net/sps/2.0). |
class |
UpdateTypeImpl
An XML UpdateType(@http://www.opengis.net/sps/2.0). |
Methods in net.opengis.sps.x20.impl that return TaskingRequestType | |
---|---|
TaskingRequestType |
TaskingRequestPropertyTypeImpl.addNewTaskingRequest()
Appends and returns a new empty "TaskingRequest" element |
TaskingRequestType |
TaskingRequestDocumentImpl.addNewTaskingRequest()
Appends and returns a new empty "TaskingRequest" element |
TaskingRequestType |
TaskingRequestPropertyTypeImpl.getTaskingRequest()
Gets the "TaskingRequest" element |
TaskingRequestType |
TaskingRequestDocumentImpl.getTaskingRequest()
Gets the "TaskingRequest" element |
Methods in net.opengis.sps.x20.impl with parameters of type TaskingRequestType | |
---|---|
void |
TaskingRequestPropertyTypeImpl.setTaskingRequest(TaskingRequestType taskingRequest)
Sets the "TaskingRequest" element |
void |
TaskingRequestDocumentImpl.setTaskingRequest(TaskingRequestType taskingRequest)
Sets the "TaskingRequest" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |