Class PatientRequest


  • public class PatientRequest
    extends Object

    Java class for PatientRequest complex type.

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

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

      • patientId

        protected String patientId
    • Constructor Detail

      • PatientRequest

        public PatientRequest()
    • Method Detail

      • getPatientId

        public String getPatientId()
        Gets the value of the patientId property.
        Returns:
        possible object is String
      • setPatientId

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