Uses of Class
net.opengis.sps.v_2_0.TaskingResponseType
-
-
Uses of TaskingResponseType in net.opengis.sps.v_2_0
Subclasses of TaskingResponseType in net.opengis.sps.v_2_0 Modifier and Type Class Description classGetFeasibilityResponseTypeJava class for GetFeasibilityResponseType complex type.classReserveResponseTypeJava class for ReserveResponseType complex type.classSubmitResponseTypeJava class for SubmitResponseType complex type.classUpdateResponseTypeJava class for UpdateResponseType complex type.Fields in net.opengis.sps.v_2_0 with type parameters of type TaskingResponseType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends TaskingResponseType>TaskingResponsePropertyType. taskingResponseMethods in net.opengis.sps.v_2_0 that return TaskingResponseType Modifier and Type Method Description TaskingResponseTypeTaskingResponseType. withLatestResponseTime(XMLGregorianCalendar value)TaskingResponseTypeTaskingResponseType. withResult(TaskingResponseType.Result value)Methods in net.opengis.sps.v_2_0 that return types with arguments of type TaskingResponseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaskingResponseType>ObjectFactory. createTaskingResponse(TaskingResponseType value)jakarta.xml.bind.JAXBElement<? extends TaskingResponseType>TaskingResponsePropertyType. getTaskingResponse()Gets the value of the taskingResponse property.Methods in net.opengis.sps.v_2_0 with parameters of type TaskingResponseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaskingResponseType>ObjectFactory. createTaskingResponse(TaskingResponseType value)Method parameters in net.opengis.sps.v_2_0 with type arguments of type TaskingResponseType Modifier and Type Method Description voidTaskingResponsePropertyType. setTaskingResponse(jakarta.xml.bind.JAXBElement<? extends TaskingResponseType> value)Sets the value of the taskingResponse property.TaskingResponsePropertyTypeTaskingResponsePropertyType. withTaskingResponse(jakarta.xml.bind.JAXBElement<? extends TaskingResponseType> value)Constructor parameters in net.opengis.sps.v_2_0 with type arguments of type TaskingResponseType Constructor Description TaskingResponsePropertyType(jakarta.xml.bind.JAXBElement<? extends TaskingResponseType> taskingResponse, 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
-