Class Entity

java.lang.Object
eu.openaire.oaf.Entity

public class Entity 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>
         <choice>
           <element ref="{http://namespace.openaire.eu/oaf}result"/>
           <element ref="{http://namespace.openaire.eu/oaf}organization"/>
           <element ref="{http://namespace.openaire.eu/oaf}datasource"/>
           <element ref="{http://namespace.openaire.eu/oaf}project"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Entity

      public Entity()
  • Method Details

    • getResult

      public Result getResult()
      Gets the value of the result property.
      Returns:
      possible object is Result
    • setResult

      public void setResult(Result value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is Result
    • getOrganization

      public Organization getOrganization()
      Gets the value of the organization property.
      Returns:
      possible object is Organization
    • setOrganization

      public void setOrganization(Organization value)
      Sets the value of the organization property.
      Parameters:
      value - allowed object is Organization
    • getDatasource

      public Datasource getDatasource()
      Gets the value of the datasource property.
      Returns:
      possible object is Datasource
    • setDatasource

      public void setDatasource(Datasource value)
      Sets the value of the datasource property.
      Parameters:
      value - allowed object is Datasource
    • getProject

      public Project getProject()
      Gets the value of the project property.
      Returns:
      possible object is Project
    • setProject

      public void setProject(Project value)
      Sets the value of the project property.
      Parameters:
      value - allowed object is Project