Package eu.openaire.oaf
Class Entity
java.lang.Object
eu.openaire.oaf.Entity
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Datasourceprotected Organizationprotected Projectprotected Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the datasource property.Gets the value of the organization property.Gets the value of the project property.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.voidSets the value of the result property.
-
Field Details
-
result
-
organization
-
datasource
-
project
-
-
Constructor Details
-
Entity
public Entity()
-
-
Method Details
-
getResult
Gets the value of the result property.- Returns:
- possible object is
Result
-
setResult
Sets the value of the result property.- Parameters:
value- allowed object isResult
-
getOrganization
Gets the value of the organization property.- Returns:
- possible object is
Organization
-
setOrganization
Sets the value of the organization property.- Parameters:
value- allowed object isOrganization
-
getDatasource
Gets the value of the datasource property.- Returns:
- possible object is
Datasource
-
setDatasource
Sets the value of the datasource property.- Parameters:
value- allowed object isDatasource
-
getProject
Gets the value of the project property.- Returns:
- possible object is
Project
-
setProject
Sets the value of the project property.- Parameters:
value- allowed object isProject
-