Package be.recipe.services.patient
Class CreateReservationParam
- java.lang.Object
-
- be.recipe.services.patient.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContactPreferencecontactPreferenceprotected StringemailAddressprotected StringexecutorIdprotected Stringridprotected byte[]symmKeyprotected StringtelephoneNumberprotected CreateReservationVersionversion
-
Constructor Summary
Constructors Constructor Description CreateReservationParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactPreferencegetContactPreference()Gets the value of the contactPreference property.StringgetEmailAddress()Gets the value of the emailAddress property.StringgetExecutorId()Gets the value of the executorId property.StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.StringgetTelephoneNumber()Gets the value of the telephoneNumber property.CreateReservationVersiongetVersion()Gets the value of the version property.voidsetContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidsetEmailAddress(String value)Sets the value of the emailAddress property.voidsetExecutorId(String value)Sets the value of the executorId property.voidsetRid(String value)Sets the value of the rid property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.voidsetTelephoneNumber(String value)Sets the value of the telephoneNumber property.voidsetVersion(CreateReservationVersion value)Sets the value of the version property.
-
-
-
Field Detail
-
symmKey
protected byte[] symmKey
-
rid
protected String rid
-
executorId
protected String executorId
-
emailAddress
protected String emailAddress
-
telephoneNumber
protected String telephoneNumber
-
contactPreference
protected ContactPreference contactPreference
-
version
protected CreateReservationVersion version
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getContactPreference
public ContactPreference getContactPreference()
Gets the value of the contactPreference property.- Returns:
- possible object is
ContactPreference
-
setContactPreference
public void setContactPreference(ContactPreference value)
Sets the value of the contactPreference property.- Parameters:
value- allowed object isContactPreference
-
getVersion
public CreateReservationVersion getVersion()
Gets the value of the version property.- Returns:
- possible object is
CreateReservationVersion
-
setVersion
public void setVersion(CreateReservationVersion value)
Sets the value of the version property.- Parameters:
value- allowed object isCreateReservationVersion
-
-