|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.recipe.services.GetPrescriptionForPrescriberResult
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:29:02+02:00", comments="JAXB RI v2.2.6") public class GetPrescriptionForPrescriberResult
Java class for getPrescriptionForPrescriberResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionForPrescriberResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="encryptionKeyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="feedbackAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="prescription" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetPrescriptionForPrescriberResult()
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getCreationDate()
Gets the value of the creationDate property. |
String |
getEncryptionKeyId()
Gets the value of the encryptionKeyId property. |
Long |
getPatientId()
Gets the value of the patientId property. |
byte[] |
getPrescription()
Gets the value of the prescription property. |
String |
getRid()
Gets the value of the rid property. |
boolean |
isFeedbackAllowed()
Gets the value of the feedbackAllowed property. |
void |
setCreationDate(org.joda.time.DateTime value)
Sets the value of the creationDate property. |
void |
setEncryptionKeyId(String value)
Sets the value of the encryptionKeyId property. |
void |
setFeedbackAllowed(boolean value)
Sets the value of the feedbackAllowed property. |
void |
setPatientId(Long value)
Sets the value of the patientId property. |
void |
setPrescription(byte[] value)
Sets the value of the prescription property. |
void |
setRid(String value)
Sets the value of the rid property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetPrescriptionForPrescriberResult()
Method Detail |
---|
public org.joda.time.DateTime getCreationDate()
String
public void setCreationDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getEncryptionKeyId()
String
public void setEncryptionKeyId(String value)
value
- allowed object is
String
public boolean isFeedbackAllowed()
public void setFeedbackAllowed(boolean value)
public Long getPatientId()
Long
public void setPatientId(Long value)
value
- allowed object is
Long
public byte[] getPrescription()
public void setPrescription(byte[] value)
value
- allowed object is
byte[]public String getRid()
String
public void setRid(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |