Package be.recipe.services.patient
Class CancelReservationResult
- java.lang.Object
-
- be.recipe.services.patient.CancelReservationResult
-
public class CancelReservationResult extends Object
Java class for CancelReservationResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelReservationResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="status" type="{http:/services.recipe.be/core}StatusType"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StatusTypestatus
-
Constructor Summary
Constructors Constructor Description CancelReservationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusTypegetStatus()Gets the value of the status property.voidsetStatus(StatusType value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected StatusType status
-
-
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
-
-