Package be.recipe.services.core
Class PartyIdentification
- java.lang.Object
-
- be.recipe.services.core.PartyIdentification
-
- Direct Known Subclasses:
GetPrescriptionForPatientParam,ListOpenRidsParam,ListRelationsParam,ListRidsHistoryParam,RevokePrescriptionParam,RevokePrescriptionParam,ValidationPropertiesParam
public class PartyIdentification extends Object
Java class for partyIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="partyIdentification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="executorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="quality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mandateHolderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mandateHolderType" type="{http:/services.recipe.be/core}mandateHolderType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexecutorIdprotected StringmandateHolderIdprotected MandateHolderTypemandateHolderTypeprotected StringpatientIdprotected StringprescriberIdprotected Stringqualityprotected Stringtype
-
Constructor Summary
Constructors Constructor Description PartyIdentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutorId()Gets the value of the executorId property.StringgetMandateHolderId()Gets the value of the mandateHolderId property.MandateHolderTypegetMandateHolderType()Gets the value of the mandateHolderType property.StringgetPatientId()Gets the value of the patientId property.StringgetPrescriberId()Gets the value of the prescriberId property.StringgetQuality()Gets the value of the quality property.StringgetType()Gets the value of the type property.voidsetExecutorId(String value)Sets the value of the executorId property.voidsetMandateHolderId(String value)Sets the value of the mandateHolderId property.voidsetMandateHolderType(MandateHolderType value)Sets the value of the mandateHolderType property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetPrescriberId(String value)Sets the value of the prescriberId property.voidsetQuality(String value)Sets the value of the quality property.voidsetType(String value)Sets the value of the type property.
-
-
-
Field Detail
-
prescriberId
protected String prescriberId
-
executorId
protected String executorId
-
patientId
protected String patientId
-
type
protected String type
-
quality
protected String quality
-
mandateHolderId
protected String mandateHolderId
-
mandateHolderType
protected MandateHolderType mandateHolderType
-
-
Method Detail
-
getPrescriberId
public String getPrescriberId()
Gets the value of the prescriberId property.- Returns:
- possible object is
String
-
setPrescriberId
public void setPrescriberId(String value)
Sets the value of the prescriberId 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
-
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
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getQuality
public String getQuality()
Gets the value of the quality property.- Returns:
- possible object is
String
-
setQuality
public void setQuality(String value)
Sets the value of the quality 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
-
-