Class 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 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
    • Constructor Detail

      • CreatePrescription

        public CreatePrescription()
    • 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 is Object
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • getMguid

        public String getMguid()
        Gets the value of the mguid property.
        Returns:
        possible object is String
      • setMguid

        public void setMguid​(String value)
        Sets the value of the mguid property.
        Parameters:
        value - allowed object is String