Class PrescriberPutVisionInformationType


  • public class PrescriberPutVisionInformationType
    extends Object

    Java class for PrescriberPutVisionInformationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PrescriberPutVisionInformationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PrescriptionVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ReferenceSourceVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • prescriptionVersion

        protected String prescriptionVersion
      • referenceSourceVersion

        protected String referenceSourceVersion
    • Constructor Detail

      • PrescriberPutVisionInformationType

        public PrescriberPutVisionInformationType()
    • Method Detail

      • 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