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
 class ReservationReportType
          Java class for ReservationReportType complex type.
 

Fields in net.opengis.sps.v_2_0 with type parameters of type StatusReportType
protected  JAXBElement<? extends StatusReportType> TaskingResponseType.Result.statusReport
           
protected  JAXBElement<? extends StatusReportType> StatusReportPropertyType.statusReport
           
protected  JAXBElement<? extends StatusReportType> GetStatusResponseType.Status.statusReport
           
protected  JAXBElement<? extends StatusReportType> ConfirmResponseType.Result.statusReport
           
protected  JAXBElement<? extends StatusReportType> CancelResponseType.Result.statusReport
           
 

Methods in net.opengis.sps.v_2_0 that return StatusReportType
 StatusReportType ObjectFactory.createStatusReportType()
          Create an instance of StatusReportType
 StatusReportType StatusReportType.withAlternative(Collection<StatusReportType.Alternative> values)
           
 StatusReportType StatusReportType.withAlternative(List<StatusReportType.Alternative> value)
           
 StatusReportType StatusReportType.withAlternative(StatusReportType.Alternative... values)
           
 StatusReportType StatusReportType.withEstimatedToC(XMLGregorianCalendar value)
           
 StatusReportType StatusReportType.withEvent(String value)
           
 StatusReportType StatusReportType.withPercentCompletion(Double value)
           
 StatusReportType StatusReportType.withProcedure(String value)
           
 StatusReportType StatusReportType.withRequestStatus(String value)
           
 StatusReportType StatusReportType.withStatusMessage(Collection<LanguageStringType> values)
           
 StatusReportType StatusReportType.withStatusMessage(LanguageStringType... values)
           
 StatusReportType StatusReportType.withStatusMessage(List<LanguageStringType> value)
           
 StatusReportType StatusReportType.withTask(String value)
           
 StatusReportType StatusReportType.withTaskingParameters(ParameterDataPropertyType value)
           
 StatusReportType StatusReportType.withTaskStatus(String value)
           
 StatusReportType StatusReportType.withUpdateTime(XMLGregorianCalendar value)
           
 

Methods in net.opengis.sps.v_2_0 that return types with arguments of type StatusReportType
 JAXBElement<StatusReportType> ObjectFactory.createStatusReport(StatusReportType value)
          Create an instance of JAXBElement<StatusReportType>}
 JAXBElement<? extends StatusReportType> TaskingResponseType.Result.getStatusReport()
          Gets the value of the statusReport property.
 JAXBElement<? extends StatusReportType> StatusReportPropertyType.getStatusReport()
          Gets the value of the statusReport property.
 JAXBElement<? extends StatusReportType> GetStatusResponseType.Status.getStatusReport()
          Gets the value of the statusReport property.
 JAXBElement<? extends StatusReportType> ConfirmResponseType.Result.getStatusReport()
          Gets the value of the statusReport property.
 JAXBElement<? extends StatusReportType> CancelResponseType.Result.getStatusReport()
          Gets the value of the statusReport property.
 

Methods in net.opengis.sps.v_2_0 with parameters of type StatusReportType
 JAXBElement<StatusReportType> ObjectFactory.createStatusReport(StatusReportType value)
          Create an instance of JAXBElement<StatusReportType>}
 

Method parameters in net.opengis.sps.v_2_0 with type arguments of type StatusReportType
 void TaskingResponseType.Result.setStatusReport(JAXBElement<? extends StatusReportType> value)
          Sets the value of the statusReport property.
 void StatusReportPropertyType.setStatusReport(JAXBElement<? extends StatusReportType> value)
          Sets the value of the statusReport property.
 void GetStatusResponseType.Status.setStatusReport(JAXBElement<? extends StatusReportType> value)
          Sets the value of the statusReport property.
 void ConfirmResponseType.Result.setStatusReport(JAXBElement<? extends StatusReportType> value)
          Sets the value of the statusReport property.
 void CancelResponseType.Result.setStatusReport(JAXBElement<? extends StatusReportType> value)
          Sets the value of the statusReport property.
 TaskingResponseType.Result TaskingResponseType.Result.withStatusReport(JAXBElement<? extends StatusReportType> value)
           
 StatusReportPropertyType StatusReportPropertyType.withStatusReport(JAXBElement<? extends StatusReportType> value)
           
 GetStatusResponseType.Status GetStatusResponseType.Status.withStatusReport(JAXBElement<? extends StatusReportType> value)
           
 ConfirmResponseType.Result ConfirmResponseType.Result.withStatusReport(JAXBElement<? extends StatusReportType> value)
           
 CancelResponseType.Result CancelResponseType.Result.withStatusReport(JAXBElement<? extends StatusReportType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.