Uses of Class
net.opengis.sps.v_2_0.StatusReportType
-
-
Uses of StatusReportType in net.opengis.sps.v_2_0
Subclasses of StatusReportType in net.opengis.sps.v_2_0 Modifier and Type Class Description classReservationReportTypeJava class for ReservationReportType complex type.Fields in net.opengis.sps.v_2_0 with type parameters of type StatusReportType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends StatusReportType>CancelResponseType.Result. statusReportprotected jakarta.xml.bind.JAXBElement<? extends StatusReportType>ConfirmResponseType.Result. statusReportprotected jakarta.xml.bind.JAXBElement<? extends StatusReportType>GetStatusResponseType.Status. statusReportprotected jakarta.xml.bind.JAXBElement<? extends StatusReportType>StatusReportPropertyType. statusReportprotected jakarta.xml.bind.JAXBElement<? extends StatusReportType>TaskingResponseType.Result. statusReportMethods in net.opengis.sps.v_2_0 that return types with arguments of type StatusReportType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StatusReportType>ObjectFactory. createStatusReport(StatusReportType value)jakarta.xml.bind.JAXBElement<? extends StatusReportType>CancelResponseType.Result. getStatusReport()Gets the value of the statusReport property.jakarta.xml.bind.JAXBElement<? extends StatusReportType>ConfirmResponseType.Result. getStatusReport()Gets the value of the statusReport property.jakarta.xml.bind.JAXBElement<? extends StatusReportType>GetStatusResponseType.Status. getStatusReport()Gets the value of the statusReport property.jakarta.xml.bind.JAXBElement<? extends StatusReportType>StatusReportPropertyType. getStatusReport()Gets the value of the statusReport property.jakarta.xml.bind.JAXBElement<? extends StatusReportType>TaskingResponseType.Result. getStatusReport()Gets the value of the statusReport property.Methods in net.opengis.sps.v_2_0 with parameters of type StatusReportType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StatusReportType>ObjectFactory. createStatusReport(StatusReportType value)Method parameters in net.opengis.sps.v_2_0 with type arguments of type StatusReportType Modifier and Type Method Description voidCancelResponseType.Result. setStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)Sets the value of the statusReport property.voidConfirmResponseType.Result. setStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)Sets the value of the statusReport property.voidGetStatusResponseType.Status. setStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)Sets the value of the statusReport property.voidStatusReportPropertyType. setStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)Sets the value of the statusReport property.voidTaskingResponseType.Result. setStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)Sets the value of the statusReport property.CancelResponseType.ResultCancelResponseType.Result. withStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)ConfirmResponseType.ResultConfirmResponseType.Result. withStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)GetStatusResponseType.StatusGetStatusResponseType.Status. withStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)StatusReportPropertyTypeStatusReportPropertyType. withStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)TaskingResponseType.ResultTaskingResponseType.Result. withStatusReport(jakarta.xml.bind.JAXBElement<? extends StatusReportType> value)Constructor parameters in net.opengis.sps.v_2_0 with type arguments of type StatusReportType Constructor Description Result(jakarta.xml.bind.JAXBElement<? extends StatusReportType> statusReport)Fully-initialising value constructorResult(jakarta.xml.bind.JAXBElement<? extends StatusReportType> statusReport)Fully-initialising value constructorResult(jakarta.xml.bind.JAXBElement<? extends StatusReportType> statusReport)Fully-initialising value constructorStatus(jakarta.xml.bind.JAXBElement<? extends StatusReportType> statusReport)Fully-initialising value constructorStatusReportPropertyType(jakarta.xml.bind.JAXBElement<? extends StatusReportType> statusReport, 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
-