Class ListOpenRidsResult


  • public class ListOpenRidsResult
    extends ResponseType

    Java class for listOpenRidsResult complex type.

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

     <complexType name="listOpenRidsResult">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}ResponseType">
           <sequence>
             <element name="items" type="{http:/services.recipe.be/patient}listOpenRidsResultItem" maxOccurs="unbounded" minOccurs="0"/>
             <element name="hasMoreResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="session" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ListOpenRidsResult

        public ListOpenRidsResult()
    • Method Detail

      • getItems

        public List<ListOpenRidsResultItem> getItems()
        Gets the value of the items 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 items property.

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

            getItems().add(newItem);
         

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

      • isHasMoreResults

        public Boolean isHasMoreResults()
        Gets the value of the hasMoreResults property.
        Returns:
        possible object is Boolean
      • setHasMoreResults

        public void setHasMoreResults​(Boolean value)
        Sets the value of the hasMoreResults property.
        Parameters:
        value - allowed object is Boolean
      • getSession

        public byte[] getSession()
        Gets the value of the session property.
        Returns:
        possible object is byte[]
      • setSession

        public void setSession​(byte[] value)
        Sets the value of the session property.
        Parameters:
        value - allowed object is byte[]
      • getHasMoreResults

        public Boolean getHasMoreResults()