|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.recipe.services.PartyIdentification
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:29:02+02:00",
comments="JAXB RI v2.2.6")
public class PartyIdentification
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}long" minOccurs="0"/>
<element name="executorId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="patientId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PartyIdentification()
|
|
| Method Summary | |
|---|---|
Long |
getExecutorId()
Gets the value of the executorId property. |
Long |
getPatientId()
Gets the value of the patientId property. |
Long |
getPrescriberId()
Gets the value of the prescriberId property. |
void |
setExecutorId(Long value)
Sets the value of the executorId property. |
void |
setPatientId(Long value)
Sets the value of the patientId property. |
void |
setPrescriberId(Long value)
Sets the value of the prescriberId property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartyIdentification()
| Method Detail |
|---|
public Long getPrescriberId()
Longpublic void setPrescriberId(Long value)
value - allowed object is
Longpublic Long getExecutorId()
Longpublic void setExecutorId(Long value)
value - allowed object is
Longpublic Long getPatientId()
Longpublic void setPatientId(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||