Class 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>
     
    • Constructor Detail

      • UpdateReservationParam

        public UpdateReservationParam()
    • Method Detail

      • 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 is ContactDetails
      • 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 is String
      • 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[]