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

      • prescriptionType

        protected String prescriptionType
      • prescriptionVersion

        protected String prescriptionVersion
      • referenceSourceVersion

        protected String referenceSourceVersion
      • keyIdentifier

        protected byte[] keyIdentifier
    • Constructor Detail

      • CreatePrescriptionAdministrativeInformationType

        public CreatePrescriptionAdministrativeInformationType()
    • 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 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
      • 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[]