Class PrescriberRequest


  • public class PrescriberRequest
    extends Object

    Java class for PrescriberRequest complex type.

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

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

      • prescriberId

        protected String prescriberId
    • Constructor Detail

      • PrescriberRequest

        public PrescriberRequest()
    • Method Detail

      • getPrescriberId

        public String getPrescriberId()
        Gets the value of the prescriberId property.
        Returns:
        possible object is String
      • setPrescriberId

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