Uses of Class
net.opengis.sps.v_2_0.TaskingRequestType
-
-
Uses of TaskingRequestType in net.opengis.sps.v_2_0
Subclasses of TaskingRequestType in net.opengis.sps.v_2_0 Modifier and Type Class Description classGetFeasibilityTypeJava class for GetFeasibilityType complex type.classReserveTypeJava class for ReserveType complex type.classSubmitTypeJava class for SubmitType complex type.classUpdateTypeJava class for UpdateType complex type.Fields in net.opengis.sps.v_2_0 with type parameters of type TaskingRequestType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends TaskingRequestType>TaskingRequestPropertyType. taskingRequestMethods in net.opengis.sps.v_2_0 that return TaskingRequestType Modifier and Type Method Description TaskingRequestTypeTaskingRequestType. withLatestResponseTime(XMLGregorianCalendar value)TaskingRequestTypeTaskingRequestType. withProcedure(String value)TaskingRequestTypeTaskingRequestType. withTaskingParameters(TaskingRequestType.TaskingParameters value)Methods in net.opengis.sps.v_2_0 that return types with arguments of type TaskingRequestType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaskingRequestType>ObjectFactory. createTaskingRequest(TaskingRequestType value)jakarta.xml.bind.JAXBElement<? extends TaskingRequestType>TaskingRequestPropertyType. getTaskingRequest()Gets the value of the taskingRequest property.Methods in net.opengis.sps.v_2_0 with parameters of type TaskingRequestType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaskingRequestType>ObjectFactory. createTaskingRequest(TaskingRequestType value)Method parameters in net.opengis.sps.v_2_0 with type arguments of type TaskingRequestType Modifier and Type Method Description voidTaskingRequestPropertyType. setTaskingRequest(jakarta.xml.bind.JAXBElement<? extends TaskingRequestType> value)Sets the value of the taskingRequest property.TaskingRequestPropertyTypeTaskingRequestPropertyType. withTaskingRequest(jakarta.xml.bind.JAXBElement<? extends TaskingRequestType> value)Constructor parameters in net.opengis.sps.v_2_0 with type arguments of type TaskingRequestType Constructor Description TaskingRequestPropertyType(jakarta.xml.bind.JAXBElement<? extends TaskingRequestType> taskingRequest, 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
-