Package generated
Class Response
java.lang.Object
generated.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="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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected Response.Headerprotected Response.Results -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the browseResults property.Gets the value of the header property.Gets the value of the results property.voidsetBrowseResults(Object value) Sets the value of the browseResults property.voidsetHeader(Response.Header value) Sets the value of the header property.voidsetResults(Response.Results value) Sets the value of the results property.
-
Field Details
-
header
-
results
-
browseResults
-
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
Response.Header
-
setHeader
Sets the value of the header property.- Parameters:
value- allowed object isResponse.Header
-
getResults
Gets the value of the results property.- Returns:
- possible object is
Response.Results
-
setResults
Sets the value of the results property.- Parameters:
value- allowed object isResponse.Results
-
getBrowseResults
Gets the value of the browseResults property.- Returns:
- possible object is
Object
-
setBrowseResults
Sets the value of the browseResults property.- Parameters:
value- allowed object isObject
-