Package be.recipe.services.prescriber
Class CreatePrescription
- java.lang.Object
-
- be.recipe.services.prescriber.CreatePrescription
-
public class CreatePrescription extends Object
Java class for createPrescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createPrescription"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CreatePrescriptionParamSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="SecurityToken" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="PrescriptionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DocumentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="KeyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProgramIdentification" 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="Mguid" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]createPrescriptionParamSealedprotected StringdocumentIdprotected StringkeyIdprotected Stringmguidprotected StringprescriptionTypeprotected StringprescriptionVersionprotected StringprogramIdentificationprotected StringreferenceSourceVersionprotected ObjectsecurityToken
-
Constructor Summary
Constructors Constructor Description CreatePrescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCreatePrescriptionParamSealed()Gets the value of the createPrescriptionParamSealed property.StringgetDocumentId()Gets the value of the documentId property.StringgetKeyId()Gets the value of the keyId property.StringgetMguid()Gets the value of the mguid property.StringgetPrescriptionType()Gets the value of the prescriptionType property.StringgetPrescriptionVersion()Gets the value of the prescriptionVersion property.StringgetProgramIdentification()Gets the value of the programIdentification property.StringgetReferenceSourceVersion()Gets the value of the referenceSourceVersion property.ObjectgetSecurityToken()Gets the value of the securityToken property.voidsetCreatePrescriptionParamSealed(byte[] value)Sets the value of the createPrescriptionParamSealed property.voidsetDocumentId(String value)Sets the value of the documentId property.voidsetKeyId(String value)Sets the value of the keyId property.voidsetMguid(String value)Sets the value of the mguid property.voidsetPrescriptionType(String value)Sets the value of the prescriptionType property.voidsetPrescriptionVersion(String value)Sets the value of the prescriptionVersion property.voidsetProgramIdentification(String value)Sets the value of the programIdentification property.voidsetReferenceSourceVersion(String value)Sets the value of the referenceSourceVersion property.voidsetSecurityToken(Object value)Sets the value of the securityToken property.
-
-
-
Field Detail
-
createPrescriptionParamSealed
protected byte[] createPrescriptionParamSealed
-
securityToken
protected Object securityToken
-
prescriptionType
protected String prescriptionType
-
documentId
protected String documentId
-
keyId
protected String keyId
-
programIdentification
protected String programIdentification
-
prescriptionVersion
protected String prescriptionVersion
-
referenceSourceVersion
protected String referenceSourceVersion
-
mguid
protected String mguid
-
-
Method Detail
-
getCreatePrescriptionParamSealed
public byte[] getCreatePrescriptionParamSealed()
Gets the value of the createPrescriptionParamSealed property.- Returns:
- possible object is byte[]
-
setCreatePrescriptionParamSealed
public void setCreatePrescriptionParamSealed(byte[] value)
Sets the value of the createPrescriptionParamSealed property.- Parameters:
value- allowed object is byte[]
-
getSecurityToken
public Object getSecurityToken()
Gets the value of the securityToken property.- Returns:
- possible object is
Object
-
setSecurityToken
public void setSecurityToken(Object value)
Sets the value of the securityToken property.- Parameters:
value- allowed object isObject
-
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
-
getDocumentId
public String getDocumentId()
Gets the value of the documentId property.- Returns:
- possible object is
String
-
setDocumentId
public void setDocumentId(String value)
Sets the value of the documentId property.- Parameters:
value- allowed object isString
-
getKeyId
public String getKeyId()
Gets the value of the keyId property.- Returns:
- possible object is
String
-
setKeyId
public void setKeyId(String value)
Sets the value of the keyId property.- Parameters:
value- allowed object isString
-
getProgramIdentification
public String getProgramIdentification()
Gets the value of the programIdentification property.- Returns:
- possible object is
String
-
setProgramIdentification
public void setProgramIdentification(String value)
Sets the value of the programIdentification 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
-
getMguid
public String getMguid()
Gets the value of the mguid property.- Returns:
- possible object is
String
-
-