Package generated

Class Response.Header

java.lang.Object
generated.Response.Header
Enclosing class:
Response

public static class Response.Header 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="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>
 
  • Field Details

    • query

      protected String query
    • locale

      protected String locale
    • size

      protected int size
    • page

      protected int page
    • total

      protected int total
    • fields

      protected Object fields
  • Constructor Details

    • Header

      public Header()
  • Method Details

    • getQuery

      public String getQuery()
      Gets the value of the query property.
      Returns:
      possible object is String
    • setQuery

      public void setQuery(String value)
      Sets the value of the query property.
      Parameters:
      value - allowed object is String
    • getLocale

      public String getLocale()
      Gets the value of the locale property.
      Returns:
      possible object is String
    • setLocale

      public void setLocale(String value)
      Sets the value of the locale property.
      Parameters:
      value - allowed object is String
    • getSize

      public int getSize()
      Gets the value of the size property.
    • setSize

      public void setSize(int value)
      Sets the value of the size property.
    • getPage

      public int getPage()
      Gets the value of the page property.
    • setPage

      public void setPage(int value)
      Sets the value of the page property.
    • getTotal

      public int getTotal()
      Gets the value of the total property.
    • setTotal

      public void setTotal(int value)
      Sets the value of the total property.
    • getFields

      public Object getFields()
      Gets the value of the fields property.
      Returns:
      possible object is Object
    • setFields

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