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