Class SearchResponse


  • public class SearchResponse
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element ref="{http://flower.com/docs/domain/search}SearchResponse"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.flower.docs.domain.search.SearchResponse searchResponse  
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.flower.docs.domain.search.SearchResponse getSearchResponse()
      Gets the value of the searchResponse property.
      void setSearchResponse​(com.flower.docs.domain.search.SearchResponse value)
      Sets the value of the searchResponse property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • searchResponse

        protected com.flower.docs.domain.search.SearchResponse searchResponse
    • Constructor Detail

      • SearchResponse

        public SearchResponse()
    • Method Detail

      • getSearchResponse

        public com.flower.docs.domain.search.SearchResponse getSearchResponse()
        Gets the value of the searchResponse property.
        Returns:
        possible object is SearchResponse
      • setSearchResponse

        public void setSearchResponse​(com.flower.docs.domain.search.SearchResponse value)
        Sets the value of the searchResponse property.
        Parameters:
        value - allowed object is SearchResponse