Class Re3Data.Repository

java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository
Enclosing class:
Re3Data

public static class Re3Data.Repository 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="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>
 
  • Field Details

  • Constructor Details

    • Repository

      public Repository()
  • Method Details

    • getIdentifiers

      public Re3Data.Repository.Identifiers getIdentifiers()
      Gets the value of the identifiers property.
      Returns:
      possible object is Re3Data.Repository.Identifiers
    • setIdentifiers

      public void setIdentifiers(Re3Data.Repository.Identifiers value)
      Sets the value of the identifiers property.
      Parameters:
      value - allowed object is Re3Data.Repository.Identifiers
    • getRepositoryName

      public Re3Data.Repository.RepositoryName getRepositoryName()
      Gets the value of the repositoryName property.
      Returns:
      possible object is Re3Data.Repository.RepositoryName
    • setRepositoryName

      public void setRepositoryName(Re3Data.Repository.RepositoryName value)
      Sets the value of the repositoryName property.
      Parameters:
      value - allowed object is Re3Data.Repository.RepositoryName
    • getAdditionalName

      public List<Re3Data.Repository.AdditionalName> getAdditionalName()
      Gets the value of the additionalName 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 additionalName property.

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

          getAdditionalName().add(newItem);
       

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

    • getRepositoryUrl

      public String getRepositoryUrl()
      Gets the value of the repositoryUrl property.
      Returns:
      possible object is String
    • setRepositoryUrl

      public void setRepositoryUrl(String value)
      Sets the value of the repositoryUrl property.
      Parameters:
      value - allowed object is String
    • getRepositoryIdentifier

      public List<Re3Data.Repository.RepositoryIdentifier> getRepositoryIdentifier()
      Gets the value of the repositoryIdentifier 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 repositoryIdentifier property.

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

          getRepositoryIdentifier().add(newItem);
       

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

    • getDescription

      public Re3Data.Repository.Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Re3Data.Repository.Description
    • setDescription

      public void setDescription(Re3Data.Repository.Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Re3Data.Repository.Description
    • getRepositoryContact

      public List<String> getRepositoryContact()
      Gets the value of the repositoryContact 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 repositoryContact property.

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

          getRepositoryContact().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getType

      public List<RepositoryTypes> getType()
      Gets the value of the type 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 type property.

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

          getType().add(newItem);
       

      Objects of the following type(s) are allowed in the list RepositoryTypes

    • getSize

      public Re3Data.Repository.Size getSize()
      Gets the value of the size property.
      Returns:
      possible object is Re3Data.Repository.Size
    • setSize

      public void setSize(Re3Data.Repository.Size value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is Re3Data.Repository.Size
    • getStartDate

      public String getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is String
    • setStartDate

      public void setStartDate(String value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is String
    • getEndDate

      public Re3Data.Repository.EndDate getEndDate()
      Gets the value of the endDate property.
      Returns:
      possible object is Re3Data.Repository.EndDate
    • setEndDate

      public void setEndDate(Re3Data.Repository.EndDate value)
      Sets the value of the endDate property.
      Parameters:
      value - allowed object is Re3Data.Repository.EndDate
    • getRepositoryLanguage

      public List<Languages> getRepositoryLanguage()
      Gets the value of the repositoryLanguage 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 repositoryLanguage property.

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

          getRepositoryLanguage().add(newItem);
       

      Objects of the following type(s) are allowed in the list Languages

    • getSubject

      public List<Re3Data.Repository.Subject> getSubject()
      Gets the value of the subject 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 subject property.

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

          getSubject().add(newItem);
       

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

    • getMissionStatementUrl

      public String getMissionStatementUrl()
      Gets the value of the missionStatementUrl property.
      Returns:
      possible object is String
    • setMissionStatementUrl

      public void setMissionStatementUrl(String value)
      Sets the value of the missionStatementUrl property.
      Parameters:
      value - allowed object is String
    • getContentType

      public List<Re3Data.Repository.ContentType> getContentType()
      Gets the value of the contentType 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 contentType property.

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

          getContentType().add(newItem);
       

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

    • getProviderType

      public List<ProviderTypes> getProviderType()
      Gets the value of the providerType 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 providerType property.

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

          getProviderType().add(newItem);
       

      Objects of the following type(s) are allowed in the list ProviderTypes

    • getKeyword

      public List<String> getKeyword()
      Gets the value of the keyword 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 keyword property.

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

          getKeyword().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getInstitution

      public List<Re3Data.Repository.Institution> getInstitution()
      Gets the value of the institution 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 institution property.

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

          getInstitution().add(newItem);
       

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

    • getPolicy

      public List<Re3Data.Repository.Policy> getPolicy()
      Gets the value of the policy 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 policy property.

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

          getPolicy().add(newItem);
       

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

    • getDatabaseAccess

      public Re3Data.Repository.DatabaseAccess getDatabaseAccess()
      Gets the value of the databaseAccess property.
      Returns:
      possible object is Re3Data.Repository.DatabaseAccess
    • setDatabaseAccess

      public void setDatabaseAccess(Re3Data.Repository.DatabaseAccess value)
      Sets the value of the databaseAccess property.
      Parameters:
      value - allowed object is Re3Data.Repository.DatabaseAccess
    • getDatabaseLicense

      public List<Re3Data.Repository.DatabaseLicense> getDatabaseLicense()
      Gets the value of the databaseLicense 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 databaseLicense property.

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

          getDatabaseLicense().add(newItem);
       

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

    • getDataAccess

      public List<Re3Data.Repository.DataAccess> getDataAccess()
      Gets the value of the dataAccess 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 dataAccess property.

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

          getDataAccess().add(newItem);
       

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

    • getDataLicense

      public List<Re3Data.Repository.DataLicense> getDataLicense()
      Gets the value of the dataLicense 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 dataLicense property.

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

          getDataLicense().add(newItem);
       

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

    • getDataUpload

      public List<Re3Data.Repository.DataUpload> getDataUpload()
      Gets the value of the dataUpload 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 dataUpload property.

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

          getDataUpload().add(newItem);
       

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

    • getDataUploadLicense

      public List<Re3Data.Repository.DataUploadLicense> getDataUploadLicense()
      Gets the value of the dataUploadLicense 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 dataUploadLicense property.

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

          getDataUploadLicense().add(newItem);
       

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

    • getSoftware

      public List<String> getSoftware()
      Gets the value of the software 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 software property.

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

          getSoftware().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getVersioning

      public Yesnoun getVersioning()
      Gets the value of the versioning property.
      Returns:
      possible object is Yesnoun
    • setVersioning

      public void setVersioning(Yesnoun value)
      Sets the value of the versioning property.
      Parameters:
      value - allowed object is Yesnoun
    • getApi

      public List<Re3Data.Repository.Api> getApi()
      Gets the value of the api 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 api property.

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

          getApi().add(newItem);
       

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

    • getPidSystem

      public List<String> getPidSystem()
      Gets the value of the pidSystem 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 pidSystem property.

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

          getPidSystem().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getCitationReference

      public List<CitationReferences> getCitationReference()
      Gets the value of the citationReference 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 citationReference property.

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

          getCitationReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list CitationReferences

    • getMetrics

      public List<String> getMetrics()
      Gets the value of the metrics 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 metrics property.

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

          getMetrics().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getCitationGuidelineUrl

      public String getCitationGuidelineUrl()
      Gets the value of the citationGuidelineUrl property.
      Returns:
      possible object is String
    • setCitationGuidelineUrl

      public void setCitationGuidelineUrl(String value)
      Sets the value of the citationGuidelineUrl property.
      Parameters:
      value - allowed object is String
    • getAidSystem

      public List<String> getAidSystem()
      Gets the value of the aidSystem 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 aidSystem property.

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

          getAidSystem().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getEnhancedPublication

      public Yesnoun getEnhancedPublication()
      Gets the value of the enhancedPublication property.
      Returns:
      possible object is Yesnoun
    • setEnhancedPublication

      public void setEnhancedPublication(Yesnoun value)
      Sets the value of the enhancedPublication property.
      Parameters:
      value - allowed object is Yesnoun
    • getQualityManagement

      public Yesnoun getQualityManagement()
      Gets the value of the qualityManagement property.
      Returns:
      possible object is Yesnoun
    • setQualityManagement

      public void setQualityManagement(Yesnoun value)
      Sets the value of the qualityManagement property.
      Parameters:
      value - allowed object is Yesnoun
    • getCertificate

      public List<String> getCertificate()
      Gets the value of the certificate 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 certificate property.

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

          getCertificate().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getMetadataStandard

      public List<Re3Data.Repository.MetadataStandard> getMetadataStandard()
      Gets the value of the metadataStandard 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 metadataStandard property.

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

          getMetadataStandard().add(newItem);
       

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

    • getSyndication

      public List<Re3Data.Repository.Syndication> getSyndication()
      Gets the value of the syndication 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 syndication property.

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

          getSyndication().add(newItem);
       

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

    • getRemarks

      public String getRemarks()
      Gets the value of the remarks property.
      Returns:
      possible object is String
    • setRemarks

      public void setRemarks(String value)
      Sets the value of the remarks property.
      Parameters:
      value - allowed object is String
    • getEntryDate

      public String getEntryDate()
      Gets the value of the entryDate property.
      Returns:
      possible object is String
    • setEntryDate

      public void setEntryDate(String value)
      Sets the value of the entryDate property.
      Parameters:
      value - allowed object is String
    • getLastUpdate

      public String getLastUpdate()
      Gets the value of the lastUpdate property.
      Returns:
      possible object is String
    • setLastUpdate

      public void setLastUpdate(String value)
      Sets the value of the lastUpdate property.
      Parameters:
      value - allowed object is String