Package generated
Class Response.Results.Result
java.lang.Object
generated.Response.Results.Result
- Enclosing class:
- Response.Results
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>
<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>
-
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 Response.Results.Result.Headerprotected Response.Results.Result.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the header property.Gets the value of the metadata property.voidSets the value of the header property.voidSets the value of the metadata property.
-
Field Details
-
header
-
metadata
-
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
Response.Results.Result.Header
-
setHeader
Sets the value of the header property.- Parameters:
value- allowed object isResponse.Results.Result.Header
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
Response.Results.Result.Metadata
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isResponse.Results.Result.Metadata
-