Package be.recipe.services.executor
Class UpdateReservationParam
- java.lang.Object
-
- be.recipe.services.executor.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AcceptReservationacceptprotected AcceptCancellationRequestacceptCancellationRequestprotected FulfillReservationfulfillprotected RejectReservationrejectprotected Stringridprotected byte[]symmKey
-
Constructor Summary
Constructors Constructor Description UpdateReservationParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AcceptReservationgetAccept()Gets the value of the accept property.AcceptCancellationRequestgetAcceptCancellationRequest()Gets the value of the acceptCancellationRequest property.FulfillReservationgetFulfill()Gets the value of the fulfill property.RejectReservationgetReject()Gets the value of the reject property.StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetAccept(AcceptReservation value)Sets the value of the accept property.voidsetAcceptCancellationRequest(AcceptCancellationRequest value)Sets the value of the acceptCancellationRequest property.voidsetFulfill(FulfillReservation value)Sets the value of the fulfill property.voidsetReject(RejectReservation value)Sets the value of the reject property.voidsetRid(String value)Sets the value of the rid property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Field Detail
-
accept
protected AcceptReservation accept
-
reject
protected RejectReservation reject
-
acceptCancellationRequest
protected AcceptCancellationRequest acceptCancellationRequest
-
fulfill
protected FulfillReservation fulfill
-
rid
protected String rid
-
symmKey
protected byte[] symmKey
-
-
Method Detail
-
getAccept
public AcceptReservation getAccept()
Gets the value of the accept property.- Returns:
- possible object is
AcceptReservation
-
setAccept
public void setAccept(AcceptReservation value)
Sets the value of the accept property.- Parameters:
value- allowed object isAcceptReservation
-
getReject
public RejectReservation getReject()
Gets the value of the reject property.- Returns:
- possible object is
RejectReservation
-
setReject
public void setReject(RejectReservation value)
Sets the value of the reject property.- Parameters:
value- allowed object isRejectReservation
-
getAcceptCancellationRequest
public AcceptCancellationRequest getAcceptCancellationRequest()
Gets the value of the acceptCancellationRequest property.- Returns:
- possible object is
AcceptCancellationRequest
-
setAcceptCancellationRequest
public void setAcceptCancellationRequest(AcceptCancellationRequest value)
Sets the value of the acceptCancellationRequest property.- Parameters:
value- allowed object isAcceptCancellationRequest
-
getFulfill
public FulfillReservation getFulfill()
Gets the value of the fulfill property.- Returns:
- possible object is
FulfillReservation
-
setFulfill
public void setFulfill(FulfillReservation value)
Sets the value of the fulfill property.- Parameters:
value- allowed object isFulfillReservation
-
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[]
-
-