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="Accept" type="{http:/services.recipe.be/executor}AcceptReservation" minOccurs="0"/>
             <element name="Reject" type="{http:/services.recipe.be/executor}RejectReservation" minOccurs="0"/>
             <element name="AcceptCancellationRequest" type="{http:/services.recipe.be/executor}AcceptCancellationRequest" minOccurs="0"/>
             <element name="Fulfill" type="{http:/services.recipe.be/executor}FulfillReservation" 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

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