|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.recipe.core.v1.PrescriberServiceAdministrativeInformationType
be.fgov.ehealth.recipe.core.v1.CreatePrescriptionAdministrativeInformationType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:29:02+02:00", comments="JAXB RI v2.2.6") public class CreatePrescriptionAdministrativeInformationType
Java class for CreatePrescriptionAdministrativeInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreatePrescriptionAdministrativeInformationType"> <complexContent> <extension base="{urn:be:fgov:ehealth:recipe:core:v1}PrescriberServiceAdministrativeInformationType"> <sequence> <element name="PrescriberIdentifier" type="{urn:be:fgov:ehealth:commons:core:v1}IdentifierType"/> <element name="PrescriptionType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="KeyIdentifier" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CreatePrescriptionAdministrativeInformationType()
|
Method Summary | |
---|---|
byte[] |
getKeyIdentifier()
Gets the value of the keyIdentifier property. |
IdentifierType |
getPrescriberIdentifier()
Gets the value of the prescriberIdentifier property. |
String |
getPrescriptionType()
Gets the value of the prescriptionType property. |
void |
setKeyIdentifier(byte[] value)
Sets the value of the keyIdentifier property. |
void |
setPrescriberIdentifier(IdentifierType value)
Sets the value of the prescriberIdentifier property. |
void |
setPrescriptionType(String value)
Sets the value of the prescriptionType property. |
Methods inherited from class be.fgov.ehealth.recipe.core.v1.PrescriberServiceAdministrativeInformationType |
---|
getPatientIdentifier, setPatientIdentifier |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreatePrescriptionAdministrativeInformationType()
Method Detail |
---|
public IdentifierType getPrescriberIdentifier()
IdentifierType
public void setPrescriberIdentifier(IdentifierType value)
value
- allowed object is
IdentifierType
public String getPrescriptionType()
String
public void setPrescriptionType(String value)
value
- allowed object is
String
public byte[] getKeyIdentifier()
public void setKeyIdentifier(byte[] value)
value
- allowed object is
byte[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |