Class ListRidsInProcessResult


  • public class ListRidsInProcessResult
    extends ResponseType

    Java class for listRidsInProcessResult complex type.

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

     <complexType name="listRidsInProcessResult">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}ResponseType">
           <sequence>
             <element name="rids" type="{http://www.w3.org/2001/XMLSchema}string" 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>
     
    • Field Detail

      • hasMoreResults

        protected Boolean hasMoreResults
      • session

        protected byte[] session
    • Constructor Detail

      • ListRidsInProcessResult

        public ListRidsInProcessResult()
    • Method Detail

      • getRids

        public List<String> getRids()
        Gets the value of the rids 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 rids property.

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

            getRids().add(newItem);
         

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

      • 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()