Package be.recipe.services.executor
Class UpdateProfileParam
- java.lang.Object
-
- be.recipe.services.executor.UpdateProfileParam
-
public class UpdateProfileParam extends Object
Java class for updateProfileParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateProfileParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="symmKey" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> <attribute name="reservationFeature" use="required" type="{http:/services.recipe.be/core}reservationFeature" /> <attribute name="communicationChannelSpecification" use="required" type="{http:/services.recipe.be/core}communicationChannelSpecification" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CommunicationChannelSpecificationcommunicationChannelSpecificationprotected ReservationFeaturereservationFeatureprotected byte[]symmKey
-
Constructor Summary
Constructors Constructor Description UpdateProfileParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommunicationChannelSpecificationgetCommunicationChannelSpecification()Gets the value of the communicationChannelSpecification property.ReservationFeaturegetReservationFeature()Gets the value of the reservationFeature property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetCommunicationChannelSpecification(CommunicationChannelSpecification value)Sets the value of the communicationChannelSpecification property.voidsetReservationFeature(ReservationFeature value)Sets the value of the reservationFeature property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Field Detail
-
symmKey
protected byte[] symmKey
-
reservationFeature
protected ReservationFeature reservationFeature
-
communicationChannelSpecification
protected CommunicationChannelSpecification communicationChannelSpecification
-
-
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[]
-
getReservationFeature
public ReservationFeature getReservationFeature()
Gets the value of the reservationFeature property.- Returns:
- possible object is
ReservationFeature
-
setReservationFeature
public void setReservationFeature(ReservationFeature value)
Sets the value of the reservationFeature property.- Parameters:
value- allowed object isReservationFeature
-
getCommunicationChannelSpecification
public CommunicationChannelSpecification getCommunicationChannelSpecification()
Gets the value of the communicationChannelSpecification property.- Returns:
- possible object is
CommunicationChannelSpecification
-
setCommunicationChannelSpecification
public void setCommunicationChannelSpecification(CommunicationChannelSpecification value)
Sets the value of the communicationChannelSpecification property.- Parameters:
value- allowed object isCommunicationChannelSpecification
-
-