Class SearchResponse


  • public class SearchResponse
    extends Object

    Java class for SearchResponse complex type.

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

     <complexType name="SearchResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="searchResultEntry" type="{urn:oasis:names:tc:DSML:2:0:core}SearchResultEntry" maxOccurs="unbounded" minOccurs="0"/>
             <element name="searchResultReference" type="{urn:oasis:names:tc:DSML:2:0:core}SearchResultReference" maxOccurs="unbounded" minOccurs="0"/>
             <element name="searchResultDone" type="{urn:oasis:names:tc:DSML:2:0:core}LDAPResult"/>
           </sequence>
           <attribute name="requestID" type="{urn:oasis:names:tc:DSML:2:0:core}RequestID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SearchResponse

        public SearchResponse()
    • Method Detail

      • getSearchResultEntry

        public List<SearchResultEntry> getSearchResultEntry()
        Gets the value of the searchResultEntry 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 searchResultEntry property.

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

            getSearchResultEntry().add(newItem);
         

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

      • getSearchResultReference

        public List<SearchResultReference> getSearchResultReference()
        Gets the value of the searchResultReference 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 searchResultReference property.

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

            getSearchResultReference().add(newItem);
         

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

      • getSearchResultDone

        public LDAPResult getSearchResultDone()
        Gets the value of the searchResultDone property.
        Returns:
        possible object is LDAPResult
      • setSearchResultDone

        public void setSearchResultDone​(LDAPResult value)
        Sets the value of the searchResultDone property.
        Parameters:
        value - allowed object is LDAPResult
      • getRequestID

        public String getRequestID()
        Gets the value of the requestID property.
        Returns:
        possible object is String
      • setRequestID

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