Package be.recipe.services.patient
Class UpdateReservationParam
- java.lang.Object
-
- be.recipe.services.patient.UpdateReservationParam
-
public class UpdateReservationParam extends Object
Java class for updateReservationParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateReservationParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="Cancel" type="{http:/services.recipe.be/patient}CancelReservation" minOccurs="0"/> <element name="ContactDetails" type="{http:/services.recipe.be/patient}ContactDetails" minOccurs="0"/> </all> <attribute name="rid" type="{http:/services.recipe.be/core}rid" /> <attribute name="symmKey" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CancelReservationcancelprotected ContactDetailscontactDetailsprotected Stringridprotected byte[]symmKey
-
Constructor Summary
Constructors Constructor Description UpdateReservationParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CancelReservationgetCancel()Gets the value of the cancel property.ContactDetailsgetContactDetails()Gets the value of the contactDetails property.StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetCancel(CancelReservation value)Sets the value of the cancel property.voidsetContactDetails(ContactDetails value)Sets the value of the contactDetails property.voidsetRid(String value)Sets the value of the rid property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Field Detail
-
cancel
protected CancelReservation cancel
-
contactDetails
protected ContactDetails contactDetails
-
rid
protected String rid
-
symmKey
protected byte[] symmKey
-
-
Method Detail
-
getCancel
public CancelReservation getCancel()
Gets the value of the cancel property.- Returns:
- possible object is
CancelReservation
-
setCancel
public void setCancel(CancelReservation value)
Sets the value of the cancel property.- Parameters:
value- allowed object isCancelReservation
-
getContactDetails
public ContactDetails getContactDetails()
Gets the value of the contactDetails property.- Returns:
- possible object is
ContactDetails
-
setContactDetails
public void setContactDetails(ContactDetails value)
Sets the value of the contactDetails property.- Parameters:
value- allowed object isContactDetails
-
getRid
public String getRid()
Gets the value of the rid property.- Returns:
- possible object is
String
-
setRid
public void setRid(String value)
Sets the value of the rid property.- Parameters:
value- allowed object isString
-
getSymmKey
public byte[] getSymmKey()
Gets the value of the symmKey property.- Returns:
- possible object is byte[]
-
setSymmKey
public void setSymmKey(byte[] value)
Sets the value of the symmKey property.- Parameters:
value- allowed object is byte[]
-
-