Class Re3Data

java.lang.Object
org.re3data.schema._3_0.Re3Data

public class Re3Data extends Object

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>
         <element name="repository" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifiers">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="re3data" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="repositoryName">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>string">
                           <attribute name="language" type="{http://www.re3data.org/schema/3-0}languages" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="additionalName" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>string">
                           <attribute name="language" type="{http://www.re3data.org/schema/3-0}languages" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="repositoryUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                   <element name="repositoryIdentifier" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="repositoryIdentifierType" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                             <element name="repositoryIdentifierValue" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="description" minOccurs="0">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.re3data.org/schema/3-0>StringL2000">
                           <attribute name="language" type="{http://www.re3data.org/schema/3-0}languages" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="repositoryContact" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="type" type="{http://www.re3data.org/schema/3-0}repositoryTypes" maxOccurs="unbounded"/>
                   <element name="size" minOccurs="0">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>string">
                           <attribute name="updated" use="required" type="{http://www.re3data.org/schema/3-0}dateFormat" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="startDate" type="{http://www.re3data.org/schema/3-0}dateFormat" minOccurs="0"/>
                   <element name="endDate" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="closed" type="{http://www.re3data.org/schema/3-0}dateFormatEmpty" minOccurs="0"/>
                             <element name="offline" type="{http://www.re3data.org/schema/3-0}dateFormatEmpty" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="repositoryLanguage" type="{http://www.re3data.org/schema/3-0}languages" maxOccurs="unbounded"/>
                   <element name="subject" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="subjectId" type="{http://www.re3data.org/schema/3-0}subjectIds"/>
                             <element name="subjectName" type="{http://www.re3data.org/schema/3-0}subjectNames"/>
                           </sequence>
                           <attribute name="subjectScheme">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <enumeration value="DFG"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="missionStatementUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
                   <element name="contentType" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.re3data.org/schema/3-0>contentType_Text">
                           <attribute name="contentTypeScheme">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <enumeration value="parse"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="providerType" type="{http://www.re3data.org/schema/3-0}providerTypes" maxOccurs="2"/>
                   <element name="keyword" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="institution" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="institutionName">
                               <complexType>
                                 <simpleContent>
                                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                                     <attribute name="language" type="{http://www.re3data.org/schema/3-0}languages" />
                                   </extension>
                                 </simpleContent>
                               </complexType>
                             </element>
                             <element name="institutionAdditionalName" maxOccurs="unbounded" minOccurs="0">
                               <complexType>
                                 <simpleContent>
                                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                                     <attribute name="language" type="{http://www.re3data.org/schema/3-0}languages" />
                                   </extension>
                                 </simpleContent>
                               </complexType>
                             </element>
                             <element name="institutionCountry" type="{http://www.re3data.org/schema/3-0}countries"/>
                             <element name="responsibilityType" type="{http://www.re3data.org/schema/3-0}responsibilityTypes" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="institutionType" type="{http://www.re3data.org/schema/3-0}institutionTypes" minOccurs="0"/>
                             <element name="institutionUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
                             <element name="institutionIdentifier" maxOccurs="unbounded" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="institutionIdentifierType" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                                       <element name="institutionIdentifierValue" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="responsibilityStartDate" type="{http://www.re3data.org/schema/3-0}dateFormat" minOccurs="0"/>
                             <element name="responsibilityEndDate" type="{http://www.re3data.org/schema/3-0}dateFormat" minOccurs="0"/>
                             <element name="institutionContact" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="policy" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="policyType" type="{http://www.re3data.org/schema/3-0}policyTypes" maxOccurs="unbounded"/>
                             <element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="policyUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="databaseAccess">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="databaseAccessType" type="{http://www.re3data.org/schema/3-0}accessTypes"/>
                             <element name="databaseAccessRestriction" type="{http://www.re3data.org/schema/3-0}accessRestrictions" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="databaseLicense" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="databaseLicenseName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="databaseLicenseUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="dataAccess" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="dataAccessType" type="{http://www.re3data.org/schema/3-0}dataAccessTypes"/>
                             <element name="dataAccessRestriction" type="{http://www.re3data.org/schema/3-0}dataAccessRestrictions" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="dataLicense" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="dataLicenseName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="dataLicenseUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="dataUpload" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="dataUploadType" type="{http://www.re3data.org/schema/3-0}accessTypes"/>
                             <element name="dataUploadRestriction" type="{http://www.re3data.org/schema/3-0}dataAccessRestrictions" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="dataUploadLicense" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="dataUploadLicenseName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="dataUploadLicenseUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="software" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="versioning" type="{http://www.re3data.org/schema/3-0}yesnoun"/>
                   <element name="api" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="apiType" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="apiUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                             <element name="apiDocumentation" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="pidSystem" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="citationReference" type="{http://www.re3data.org/schema/3-0}citationReferences" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="metrics" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="citationGuidelineUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
                   <element name="aidSystem" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="enhancedPublication" type="{http://www.re3data.org/schema/3-0}yesnoun"/>
                   <element name="qualityManagement" type="{http://www.re3data.org/schema/3-0}yesnoun"/>
                   <element name="certificate" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="metadataStandard" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="metadataStandardName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="metadataStandardUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="syndication" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="syndicationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="syndicationUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="remarks" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="entryDate" type="{http://www.re3data.org/schema/3-0}dateFormat"/>
                   <element name="lastUpdate" type="{http://www.re3data.org/schema/3-0}dateFormat"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Re3Data

      public Re3Data()
  • Method Details

    • getRepository

      public List<Re3Data.Repository> getRepository()
      Gets the value of the repository 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 set method for the repository property.

      For example, to add a new item, do as follows:

          getRepository().add(newItem);
       

      Objects of the following type(s) are allowed in the list Re3Data.Repository