Class CreatePrescriptionResult


  • public class CreatePrescriptionResult
    extends ResponseType

    Java class for createPrescriptionResult complex type.

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

     <complexType name="createPrescriptionResult">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}ResponseType">
           <sequence>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • CreatePrescriptionResult

        public CreatePrescriptionResult()
    • Method Detail

      • getRid

        public String getRid()
        Gets the value of the rid property.
        Returns:
        possible object is String
      • setRid

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