Uses of Class
net.opengis.sps.v_2_0.TaskType
-
-
Uses of TaskType in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 declared as TaskType Modifier and Type Field Description protected TaskTypeGetTaskResponseType.Task. taskprotected TaskTypeTaskPropertyType. taskMethods in net.opengis.sps.v_2_0 that return TaskType Modifier and Type Method Description TaskTypeObjectFactory. createTaskType()Create an instance ofTaskTypeTaskTypeGetTaskResponseType.Task. getTask()Gets the value of the task property.TaskTypeTaskPropertyType. getTask()Gets the value of the task property.TaskTypeTaskType. withStatus(Collection<StatusReportPropertyType> values)TaskTypeTaskType. withStatus(List<StatusReportPropertyType> value)TaskTypeTaskType. withStatus(StatusReportPropertyType... values)Methods in net.opengis.sps.v_2_0 that return types with arguments of type TaskType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaskType>ObjectFactory. createTask(TaskType value)Methods in net.opengis.sps.v_2_0 with parameters of type TaskType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaskType>ObjectFactory. createTask(TaskType value)voidGetTaskResponseType.Task. setTask(TaskType value)Sets the value of the task property.voidTaskPropertyType. setTask(TaskType value)Sets the value of the task property.GetTaskResponseType.TaskGetTaskResponseType.Task. withTask(TaskType value)TaskPropertyTypeTaskPropertyType. withTask(TaskType value)Constructors in net.opengis.sps.v_2_0 with parameters of type TaskType Constructor Description Task(TaskType task)Fully-initialising value constructorTaskPropertyType(TaskType task, List<String> nilReason, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-