Class Result

  • All Implemented Interfaces:
    Serializable

    public class Result
    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">
           <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>
     
    See Also:
    Serialized Form