Package be.fgov.ehealth.recipe.core.v4
Class CreatePrescriptionAdministrativeInformationType
- java.lang.Object
-
- be.fgov.ehealth.recipe.core.v4.CreatePrescriptionAdministrativeInformationType
-
public class CreatePrescriptionAdministrativeInformationType extends Object
Java class for CreatePrescriptionAdministrativeInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreatePrescriptionAdministrativeInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PrescriptionType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PrescriptionVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ReferenceSourceVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="KeyIdentifier" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]keyIdentifierprotected StringprescriptionTypeprotected StringprescriptionVersionprotected StringreferenceSourceVersion
-
Constructor Summary
Constructors Constructor Description CreatePrescriptionAdministrativeInformationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getKeyIdentifier()Gets the value of the keyIdentifier property.StringgetPrescriptionType()Gets the value of the prescriptionType property.StringgetPrescriptionVersion()Gets the value of the prescriptionVersion property.StringgetReferenceSourceVersion()Gets the value of the referenceSourceVersion property.voidsetKeyIdentifier(byte[] value)Sets the value of the keyIdentifier property.voidsetPrescriptionType(String value)Sets the value of the prescriptionType property.voidsetPrescriptionVersion(String value)Sets the value of the prescriptionVersion property.voidsetReferenceSourceVersion(String value)Sets the value of the referenceSourceVersion property.
-
-
-
Method Detail
-
getPrescriptionType
public String getPrescriptionType()
Gets the value of the prescriptionType property.- Returns:
- possible object is
String
-
setPrescriptionType
public void setPrescriptionType(String value)
Sets the value of the prescriptionType property.- Parameters:
value- allowed object isString
-
getPrescriptionVersion
public String getPrescriptionVersion()
Gets the value of the prescriptionVersion property.- Returns:
- possible object is
String
-
setPrescriptionVersion
public void setPrescriptionVersion(String value)
Sets the value of the prescriptionVersion property.- Parameters:
value- allowed object isString
-
getReferenceSourceVersion
public String getReferenceSourceVersion()
Gets the value of the referenceSourceVersion property.- Returns:
- possible object is
String
-
setReferenceSourceVersion
public void setReferenceSourceVersion(String value)
Sets the value of the referenceSourceVersion property.- Parameters:
value- allowed object isString
-
getKeyIdentifier
public byte[] getKeyIdentifier()
Gets the value of the keyIdentifier property.- Returns:
- possible object is byte[]
-
setKeyIdentifier
public void setKeyIdentifier(byte[] value)
Sets the value of the keyIdentifier property.- Parameters:
value- allowed object is byte[]
-
-