Class Re3Data.Repository.RepositoryIdentifier

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

public static class Re3Data.Repository.RepositoryIdentifier 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="repositoryIdentifierType" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="repositoryIdentifierValue" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • repositoryIdentifierType

      protected Object repositoryIdentifierType
    • repositoryIdentifierValue

      protected String repositoryIdentifierValue
  • Constructor Details

    • RepositoryIdentifier

      public RepositoryIdentifier()
  • Method Details

    • getRepositoryIdentifierType

      public Object getRepositoryIdentifierType()
      Gets the value of the repositoryIdentifierType property.
      Returns:
      possible object is Object
    • setRepositoryIdentifierType

      public void setRepositoryIdentifierType(Object value)
      Sets the value of the repositoryIdentifierType property.
      Parameters:
      value - allowed object is Object
    • getRepositoryIdentifierValue

      public String getRepositoryIdentifierValue()
      Gets the value of the repositoryIdentifierValue property.
      Returns:
      possible object is String
    • setRepositoryIdentifierValue

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