Class Result
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">
<choice maxOccurs="unbounded">
<element name="creator">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="surname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ORCID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rank" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="resulttype" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
<element name="language" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
<element name="country" type="{http://namespace.openaire.eu/oaf}dataInfoType"/>
<element name="subject" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/>
<element name="title" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/>
<element name="relevantdate" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dateofacceptance" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="publisher" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="embargoenddate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contributor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourcetype" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
<element name="coverage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bestaccessright" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
<element name="journal" type="{http://namespace.openaire.eu/oaf}journalType"/>
<element name="pid" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastmetadataupdate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="metadataversionnumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="originalId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="collectedfrom" type="{http://namespace.openaire.eu/oaf}namedIdElementType" maxOccurs="unbounded"/>
<element name="context" type="{http://namespace.openaire.eu/oaf}contextType"/>
<element name="rels" type="{http://namespace.openaire.eu/oaf}relsType"/>
<element name="instances" type="{http://namespace.openaire.eu/oaf}instancesType"/>
<element name="citations" type="{http://namespace.openaire.eu/oaf}citationsType" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.bind.JAXBElement<?>>Gets the value of the creatorOrResulttypeOrLanguage property.
-
Field Details
-
creatorOrResulttypeOrLanguage
-
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getCreatorOrResulttypeOrLanguage
Gets the value of the creatorOrResulttypeOrLanguage property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the creatorOrResulttypeOrLanguage property.For example, to add a new item, do as follows:
getCreatorOrResulttypeOrLanguage().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<CitationsType>JAXBElement<ContextType>JAXBElement<DataInfoType>JAXBElement<InstancesType>JAXBElement<JournalType>JAXBElement<NamedIdElementType>JAXBElement<QualifierType>JAXBElement<QualifierType>JAXBElement<QualifierType>JAXBElement<QualifierType>JAXBElement<RelsType>JAXBElement<Result.Creator>JAXBElement<StructuredPropertyElementType>JAXBElement<StructuredPropertyElementType>JAXBElement<StructuredPropertyElementType>JAXBElement<StructuredPropertyElementType>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>
-