Uses of Interface
net.opengis.sps.x20.TaskType

Packages that use TaskType
net.opengis.sps.x20   
net.opengis.sps.x20.impl   
 

Uses of TaskType in net.opengis.sps.x20
 

Methods in net.opengis.sps.x20 that return TaskType
 TaskType TaskPropertyType.addNewTask()
          Appends and returns a new empty "Task" element
 TaskType GetTaskResponseType.Task.addNewTask()
          Appends and returns a new empty "Task" element
 TaskType TaskDocument.addNewTask()
          Appends and returns a new empty "Task" element
 TaskType TaskPropertyType.getTask()
          Gets the "Task" element
 TaskType GetTaskResponseType.Task.getTask()
          Gets the "Task" element
 TaskType TaskDocument.getTask()
          Gets the "Task" element
static TaskType TaskType.Factory.newInstance()
           
static TaskType TaskType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TaskType TaskType.Factory.parse(File file)
           
static TaskType TaskType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TaskType TaskType.Factory.parse(InputStream is)
           
static TaskType TaskType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TaskType TaskType.Factory.parse(Node node)
           
static TaskType TaskType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TaskType TaskType.Factory.parse(Reader r)
           
static TaskType TaskType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TaskType TaskType.Factory.parse(String xmlAsString)
           
static TaskType TaskType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TaskType TaskType.Factory.parse(URL u)
           
static TaskType TaskType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TaskType TaskType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TaskType TaskType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TaskType TaskType.Factory.parse(XMLStreamReader sr)
           
static TaskType TaskType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sps.x20 with parameters of type TaskType
 void TaskPropertyType.setTask(TaskType task)
          Sets the "Task" element
 void GetTaskResponseType.Task.setTask(TaskType task)
          Sets the "Task" element
 void TaskDocument.setTask(TaskType task)
          Sets the "Task" element
 

Uses of TaskType in net.opengis.sps.x20.impl
 

Classes in net.opengis.sps.x20.impl that implement TaskType
 class TaskTypeImpl
          An XML TaskType(@http://www.opengis.net/sps/2.0).
 

Methods in net.opengis.sps.x20.impl that return TaskType
 TaskType TaskPropertyTypeImpl.addNewTask()
          Appends and returns a new empty "Task" element
 TaskType TaskDocumentImpl.addNewTask()
          Appends and returns a new empty "Task" element
 TaskType GetTaskResponseTypeImpl.TaskImpl.addNewTask()
          Appends and returns a new empty "Task" element
 TaskType TaskPropertyTypeImpl.getTask()
          Gets the "Task" element
 TaskType TaskDocumentImpl.getTask()
          Gets the "Task" element
 TaskType GetTaskResponseTypeImpl.TaskImpl.getTask()
          Gets the "Task" element
 

Methods in net.opengis.sps.x20.impl with parameters of type TaskType
 void TaskPropertyTypeImpl.setTask(TaskType task)
          Sets the "Task" element
 void TaskDocumentImpl.setTask(TaskType task)
          Sets the "Task" element
 void GetTaskResponseTypeImpl.TaskImpl.setTask(TaskType task)
          Sets the "Task" element
 



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