Uses of Class
net.opengis.sps.v_2_0.CancelResponseType
-
-
Uses of CancelResponseType in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 declared as CancelResponseType Modifier and Type Field Description protected CancelResponseTypeCancelResponsePropertyType. cancelResponseMethods in net.opengis.sps.v_2_0 that return CancelResponseType Modifier and Type Method Description CancelResponseTypeObjectFactory. createCancelResponseType()Create an instance ofCancelResponseTypeCancelResponseTypeCancelResponsePropertyType. getCancelResponse()Gets the value of the cancelResponse property.CancelResponseTypeCancelResponseType. withResult(CancelResponseType.Result value)Methods in net.opengis.sps.v_2_0 that return types with arguments of type CancelResponseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CancelResponseType>ObjectFactory. createCancelResponse(CancelResponseType value)Methods in net.opengis.sps.v_2_0 with parameters of type CancelResponseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CancelResponseType>ObjectFactory. createCancelResponse(CancelResponseType value)voidCancelResponsePropertyType. setCancelResponse(CancelResponseType value)Sets the value of the cancelResponse property.CancelResponsePropertyTypeCancelResponsePropertyType. withCancelResponse(CancelResponseType value)Constructors in net.opengis.sps.v_2_0 with parameters of type CancelResponseType Constructor Description CancelResponsePropertyType(CancelResponseType cancelResponse, 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
-