Package be.recipe.services.patient
Class UpdateReservationResponse
- java.lang.Object
-
- be.recipe.services.patient.UpdateReservationResponse
-
public class UpdateReservationResponse extends Object
Java class for updateReservationResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateReservationResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UpdateReservationResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]updateReservationResultSealed
-
Constructor Summary
Constructors Constructor Description UpdateReservationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getUpdateReservationResultSealed()Gets the value of the updateReservationResultSealed property.voidsetUpdateReservationResultSealed(byte[] value)Sets the value of the updateReservationResultSealed property.
-
-
-
Method Detail
-
getUpdateReservationResultSealed
public byte[] getUpdateReservationResultSealed()
Gets the value of the updateReservationResultSealed property.- Returns:
- possible object is byte[]
-
setUpdateReservationResultSealed
public void setUpdateReservationResultSealed(byte[] value)
Sets the value of the updateReservationResultSealed property.- Parameters:
value- allowed object is byte[]
-
-