Package generated

Class Response.Results.Result.Metadata

java.lang.Object
generated.Response.Results.Result.Metadata
Enclosing class:
Response.Results.Result

public static class Response.Results.Result.Metadata 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 ref="{http://namespace.openaire.eu/oaf}entity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • entity

      protected Entity entity
  • Constructor Details

    • Metadata

      public Metadata()
  • Method Details

    • getEntity

      public Entity getEntity()
      Gets the value of the entity property.
      Returns:
      possible object is Entity
    • setEntity

      public void setEntity(Entity value)
      Sets the value of the entity property.
      Parameters:
      value - allowed object is Entity