Uses of Interface
net.opengis.sps.x20.GetTaskResponseType.Task

Packages that use GetTaskResponseType.Task
net.opengis.sps.x20   
net.opengis.sps.x20.impl   
 

Uses of GetTaskResponseType.Task in net.opengis.sps.x20
 

Methods in net.opengis.sps.x20 that return GetTaskResponseType.Task
 GetTaskResponseType.Task GetTaskResponseType.addNewTask()
          Appends and returns a new empty value (as xml) as the last "task" element
 GetTaskResponseType.Task[] GetTaskResponseType.getTaskArray()
          Gets array of all "task" elements
 GetTaskResponseType.Task GetTaskResponseType.getTaskArray(int i)
          Gets ith "task" element
 GetTaskResponseType.Task GetTaskResponseType.insertNewTask(int i)
          Inserts and returns a new empty value (as xml) as the ith "task" element
static GetTaskResponseType.Task GetTaskResponseType.Task.Factory.newInstance()
           
static GetTaskResponseType.Task GetTaskResponseType.Task.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sps.x20 with parameters of type GetTaskResponseType.Task
 void GetTaskResponseType.setTaskArray(GetTaskResponseType.Task[] taskArray)
          Sets array of all "task" element
 void GetTaskResponseType.setTaskArray(int i, GetTaskResponseType.Task task)
          Sets ith "task" element
 

Uses of GetTaskResponseType.Task in net.opengis.sps.x20.impl
 

Classes in net.opengis.sps.x20.impl that implement GetTaskResponseType.Task
static class GetTaskResponseTypeImpl.TaskImpl
          An XML task(@http://www.opengis.net/sps/2.0).
 

Methods in net.opengis.sps.x20.impl that return GetTaskResponseType.Task
 GetTaskResponseType.Task GetTaskResponseTypeImpl.addNewTask()
          Appends and returns a new empty value (as xml) as the last "task" element
 GetTaskResponseType.Task[] GetTaskResponseTypeImpl.getTaskArray()
          Gets array of all "task" elements
 GetTaskResponseType.Task GetTaskResponseTypeImpl.getTaskArray(int i)
          Gets ith "task" element
 GetTaskResponseType.Task GetTaskResponseTypeImpl.insertNewTask(int i)
          Inserts and returns a new empty value (as xml) as the ith "task" element
 

Methods in net.opengis.sps.x20.impl with parameters of type GetTaskResponseType.Task
 void GetTaskResponseTypeImpl.setTaskArray(GetTaskResponseType.Task[] taskArray)
          Sets array of all "task" element
 void GetTaskResponseTypeImpl.setTaskArray(int i, GetTaskResponseType.Task task)
          Sets ith "task" element
 



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