Class CreateReservationParam


  • public class CreateReservationParam
    extends Object

    Java class for createReservationParam complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="createReservationParam">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="symmKey" type="{http:/services.recipe.be/core}SymmKey"/>
             <element name="rid" type="{http:/services.recipe.be/core}rid"/>
             <element name="executorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="telephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="contactPreference" type="{http:/services.recipe.be/core}contactPreference" minOccurs="0"/>
           </sequence>
           <attribute name="version" type="{http:/services.recipe.be/patient}createReservationVersion" default="1" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CreateReservationParam

        public CreateReservationParam()
    • Method Detail

      • 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[]
      • 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
      • getExecutorId

        public String getExecutorId()
        Gets the value of the executorId property.
        Returns:
        possible object is String
      • setExecutorId

        public void setExecutorId​(String value)
        Sets the value of the executorId property.
        Parameters:
        value - allowed object is String
      • getEmailAddress

        public String getEmailAddress()
        Gets the value of the emailAddress property.
        Returns:
        possible object is String
      • setEmailAddress

        public void setEmailAddress​(String value)
        Sets the value of the emailAddress property.
        Parameters:
        value - allowed object is String
      • getTelephoneNumber

        public String getTelephoneNumber()
        Gets the value of the telephoneNumber property.
        Returns:
        possible object is String
      • setTelephoneNumber

        public void setTelephoneNumber​(String value)
        Sets the value of the telephoneNumber property.
        Parameters:
        value - allowed object is String
      • setContactPreference

        public void setContactPreference​(ContactPreference value)
        Sets the value of the contactPreference property.
        Parameters:
        value - allowed object is ContactPreference