- All Implemented Interfaces:
- Serializable
public class Container
extends Object
implements Serializable
To store information about the conference or journal where the result has been presented or published. It contains
eleven parameters: - name of type String to store the name of the journal or conference. It corresponds to the
parameter name of eu.dnetlib.dhp.schema.oaf.Journal - issnPrinted ot type String to store the journal printed issn.
It corresponds to the parameter issnPrinted of eu.dnetlib.dhp.schema.oaf.Journal - issnOnline of type String to store
the journal online issn. It corresponds to the parameter issnOnline of eu.dnetlib.dhp.schema.oaf.Journal -
issnLinking of type String to store the journal linking issn. It corresponds to the parameter issnLinking of
eu.dnetlib.dhp.schema.oaf.Journal - ep of type String to store the end page. It corresponds to the parameter ep of
eu.dnetlib.dhp.schema.oaf.Journal - iss of type String to store the journal issue. It corresponds to the parameter
iss of eu.dnetlib.dhp.schema.oaf.Journal - sp of type String to store the start page. It corresponds to the parameter
sp of eu.dnetlib.dhp.schema.oaf.Journal - vol of type String to store the Volume. It corresponds to the parameter vol
of eu.dnetlib.dhp.schema.oaf.Journal - edition of type String to store the edition of the journal or conference
proceeding. It corresponds to the parameter edition of eu.dnetlib.dhp.schema.oaf.Journal - conferenceplace of type
String to store the place of the conference. It corresponds to the parameter conferenceplace of
eu.dnetlib.dhp.schema.oaf.Journal - conferencedate of type String to store the date of the conference. It corresponds
to the parameter conferencedate of eu.dnetlib.dhp.schema.oaf.Journal
- See Also:
- Serialized Form