Package generated
Class Response.Header
java.lang.Object
generated.Response.Header
- Enclosing class:
- Response
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fields property.Gets the value of the locale property.intgetPage()Gets the value of the page property.getQuery()Gets the value of the query property.intgetSize()Gets the value of the size property.intgetTotal()Gets the value of the total property.voidSets the value of the fields property.voidSets the value of the locale property.voidsetPage(int value) Sets the value of the page property.voidSets the value of the query property.voidsetSize(int value) Sets the value of the size property.voidsetTotal(int value) Sets the value of the total property.
-
Field Details
-
query
-
locale
-
size
protected int size -
page
protected int page -
total
protected int total -
fields
-
-
Constructor Details
-
Header
public Header()
-
-
Method Details
-
getQuery
Gets the value of the query property.- Returns:
- possible object is
String
-
setQuery
Sets the value of the query property.- Parameters:
value- allowed object isString
-
getLocale
Gets the value of the locale property.- Returns:
- possible object is
String
-
setLocale
Sets the value of the locale property.- Parameters:
value- allowed object isString
-
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
Gets the value of the fields property.- Returns:
- possible object is
Object
-
setFields
Sets the value of the fields property.- Parameters:
value- allowed object isObject
-