Class StatusType


  • public class StatusType
    extends Object

    Java class for StatusType complex type.

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

     <complexType name="StatusType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ValidationReport" type="{http:/services.recipe.be/core}ValidationReport" minOccurs="0"/>
             <element name="messageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="messages" type="{http:/services.recipe.be/core}LocalisedString" maxOccurs="unbounded" minOccurs="0"/>
             <element name="statusUpdater" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="prescriptionStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • StatusType

        public StatusType()
    • Method Detail

      • getCode

        public String getCode()
        Gets the value of the code property.
        Returns:
        possible object is String
      • setCode

        public void setCode​(String value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is String
      • getValidationReport

        public ValidationReport getValidationReport()
        Gets the value of the validationReport property.
        Returns:
        possible object is ValidationReport
      • setValidationReport

        public void setValidationReport​(ValidationReport value)
        Sets the value of the validationReport property.
        Parameters:
        value - allowed object is ValidationReport
      • getMessageCode

        public String getMessageCode()
        Gets the value of the messageCode property.
        Returns:
        possible object is String
      • setMessageCode

        public void setMessageCode​(String value)
        Sets the value of the messageCode property.
        Parameters:
        value - allowed object is String
      • getMessages

        public List<LocalisedString> getMessages()
        Gets the value of the messages property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messages property.

        For example, to add a new item, do as follows:

            getMessages().add(newItem);
         

        Objects of the following type(s) are allowed in the list LocalisedString

      • 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
      • getPrescriptionStatus

        public String getPrescriptionStatus()
        Gets the value of the prescriptionStatus property.
        Returns:
        possible object is String
      • setPrescriptionStatus

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