Package be.recipe.services.core
Class ResponseType
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- Direct Known Subclasses:
CreateFeedbackResult,CreatePrescriptionResult,CreateReservationResult,GetOpenPrescriptionForExecutor,GetOpenPrescriptionForPatient,GetPrescriptionForExecutorResult,GetPrescriptionForExecutorResultSealed,GetPrescriptionForPatientResult,GetPrescriptionForPrescriberResult,GetPrescriptionStatusResult,GetPrescriptionStatusResult,GetPrescriptionStatusResult,GetVisionResult,ListFeedbacksResult,ListNotificationsResult,ListOpenPrescriptionsResult,ListOpenRidsResult,ListOpenRidsResult,ListPatientPrescriptionsResult,ListPrescriptionsResult,ListRelationsResult,ListReservationsResult,ListRidsHistoryResult,ListRidsHistoryResult,ListRidsInProcessResult,MarkAsArchivedResult,MarkAsDeliveredResult,MarkAsUndeliveredResult,PutRidsInProcessResult,PutVisionResult,PutVisionResult,RevokePrescriptionResult,RevokePrescriptionResult,RevokePrescriptionResult,SendNotificationResult,UpdateFeedbackFlagResult,ValidationPropertiesResult
public class ResponseType extends Object
Java class for ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="status" type="{http:/services.recipe.be/core}StatusType" minOccurs="0"/> <element name="responseStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringresponseStatusprotected StatusTypestatus
-
Constructor Summary
Constructors Constructor Description ResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetResponseStatus()Gets the value of the responseStatus property.StatusTypegetStatus()Gets the value of the status property.voidsetId(String value)Sets the value of the id property.voidsetResponseStatus(String value)Sets the value of the responseStatus property.voidsetStatus(StatusType value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected StatusType status
-
responseStatus
protected String responseStatus
-
id
protected String id
-
-
Method Detail
-
getStatus
public StatusType getStatus()
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
public void setStatus(StatusType value)
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-
getResponseStatus
public String getResponseStatus()
Gets the value of the responseStatus property.- Returns:
- possible object is
String
-
setResponseStatus
public void setResponseStatus(String value)
Sets the value of the responseStatus property.- Parameters:
value- allowed object isString
-
-