Package be.recipe.services.executor
Class ListRelationsItem
- java.lang.Object
-
- be.recipe.services.executor.ListRelationsItem
-
public class ListRelationsItem extends Object
Java class for listRelationsItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listRelationsItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="patientFirstname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="patientLastname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mandateHolderId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mandateHolderType" type="{http:/services.recipe.be/core}mandateHolderType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmandateHolderIdprotected MandateHolderTypemandateHolderTypeprotected StringpatientFirstnameprotected StringpatientIdprotected StringpatientLastname
-
Constructor Summary
Constructors Constructor Description ListRelationsItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMandateHolderId()Gets the value of the mandateHolderId property.MandateHolderTypegetMandateHolderType()Gets the value of the mandateHolderType property.StringgetPatientFirstname()Gets the value of the patientFirstname property.StringgetPatientId()Gets the value of the patientId property.StringgetPatientLastname()Gets the value of the patientLastname property.voidsetMandateHolderId(String value)Sets the value of the mandateHolderId property.voidsetMandateHolderType(MandateHolderType value)Sets the value of the mandateHolderType property.voidsetPatientFirstname(String value)Sets the value of the patientFirstname property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetPatientLastname(String value)Sets the value of the patientLastname property.
-
-
-
Field Detail
-
patientId
protected String patientId
-
patientFirstname
protected String patientFirstname
-
patientLastname
protected String patientLastname
-
mandateHolderId
protected String mandateHolderId
-
mandateHolderType
protected MandateHolderType mandateHolderType
-
-
Method Detail
-
getPatientId
public String getPatientId()
Gets the value of the patientId property.- Returns:
- possible object is
String
-
setPatientId
public void setPatientId(String value)
Sets the value of the patientId property.- Parameters:
value- allowed object isString
-
getPatientFirstname
public String getPatientFirstname()
Gets the value of the patientFirstname property.- Returns:
- possible object is
String
-
setPatientFirstname
public void setPatientFirstname(String value)
Sets the value of the patientFirstname property.- Parameters:
value- allowed object isString
-
getPatientLastname
public String getPatientLastname()
Gets the value of the patientLastname property.- Returns:
- possible object is
String
-
setPatientLastname
public void setPatientLastname(String value)
Sets the value of the patientLastname property.- Parameters:
value- allowed object isString
-
getMandateHolderId
public String getMandateHolderId()
Gets the value of the mandateHolderId property.- Returns:
- possible object is
String
-
setMandateHolderId
public void setMandateHolderId(String value)
Sets the value of the mandateHolderId property.- Parameters:
value- allowed object isString
-
getMandateHolderType
public MandateHolderType getMandateHolderType()
Gets the value of the mandateHolderType property.- Returns:
- possible object is
MandateHolderType
-
setMandateHolderType
public void setMandateHolderType(MandateHolderType value)
Sets the value of the mandateHolderType property.- Parameters:
value- allowed object isMandateHolderType
-
-