Class Re3Data.Repository.Institution.InstitutionIdentifier

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

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

    • institutionIdentifierType

      protected Object institutionIdentifierType
    • institutionIdentifierValue

      protected String institutionIdentifierValue
  • Constructor Details

    • InstitutionIdentifier

      public InstitutionIdentifier()
  • Method Details

    • getInstitutionIdentifierType

      public Object getInstitutionIdentifierType()
      Gets the value of the institutionIdentifierType property.
      Returns:
      possible object is Object
    • setInstitutionIdentifierType

      public void setInstitutionIdentifierType(Object value)
      Sets the value of the institutionIdentifierType property.
      Parameters:
      value - allowed object is Object
    • getInstitutionIdentifierValue

      public String getInstitutionIdentifierValue()
      Gets the value of the institutionIdentifierValue property.
      Returns:
      possible object is String
    • setInstitutionIdentifierValue

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