Package generated

Class Response

java.lang.Object
generated.Response

public class Response extends 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">
       <sequence>
         <element name="header">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="query" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="page" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="total" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="fields" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="results">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="result">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="header">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <any processContents='lax' maxOccurs="unbounded"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="metadata">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element ref="{http://namespace.openaire.eu/oaf}entity"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="browseResults" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Response

      public Response()
  • Method Details

    • getHeader

      public Response.Header getHeader()
      Gets the value of the header property.
      Returns:
      possible object is Response.Header
    • setHeader

      public void setHeader(Response.Header value)
      Sets the value of the header property.
      Parameters:
      value - allowed object is Response.Header
    • getResults

      public Response.Results getResults()
      Gets the value of the results property.
      Returns:
      possible object is Response.Results
    • setResults

      public void setResults(Response.Results value)
      Sets the value of the results property.
      Parameters:
      value - allowed object is Response.Results
    • getBrowseResults

      public Object getBrowseResults()
      Gets the value of the browseResults property.
      Returns:
      possible object is Object
    • setBrowseResults

      public void setBrowseResults(Object value)
      Sets the value of the browseResults property.
      Parameters:
      value - allowed object is Object