Class PutRidsInProcessResultItem


  • public class PutRidsInProcessResultItem
    extends Object

    Java class for putRidsInProcessResultItem complex type.

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

     <complexType name="putRidsInProcessResultItem">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="prescriptionStatus" type="{http:/services.recipe.be/core}prescriptionStatus"/>
             <element name="statusUpdater" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PutRidsInProcessResultItem

        public PutRidsInProcessResultItem()
    • 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
      • setPrescriptionStatus

        public void setPrescriptionStatus​(PrescriptionStatus value)
        Sets the value of the prescriptionStatus property.
        Parameters:
        value - allowed object is PrescriptionStatus
      • getStatusUpdater

        public String getStatusUpdater()
        Gets the value of the statusUpdater property.
        Returns:
        possible object is String
      • setStatusUpdater

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