Package eu.openaire.oaf.model.base
Class Entity
- java.lang.Object
-
- eu.openaire.oaf.model.base.Entity
-
- All Implemented Interfaces:
Serializable
public class Entity extends Object implements Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Datasourcedatasourceprotected Organizationorganizationprotected Projectprojectprotected Resultresult
-
Constructor Summary
Constructors Constructor Description Entity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasourcegetDatasource()Gets the value of the datasource property.OrganizationgetOrganization()Gets the value of the organization property.ProjectgetProject()Gets the value of the project property.ResultgetResult()Gets the value of the result property.voidsetDatasource(Datasource value)Sets the value of the datasource property.voidsetOrganization(Organization value)Sets the value of the organization property.voidsetProject(Project value)Sets the value of the project property.voidsetResult(Result value)Sets the value of the result property.
-
-
-
Field Detail
-
result
protected Result result
-
organization
protected Organization organization
-
datasource
protected Datasource datasource
-
project
protected Project project
-
-
Method Detail
-
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 isResult
-
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 isOrganization
-
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 isDatasource
-
getProject
public Project getProject()
Gets the value of the project property.- Returns:
- possible object is
Project
-
-