Class Re3Data.Repository.Api

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

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

    • apiType

      protected String apiType
    • apiUrl

      protected String apiUrl
    • apiDocumentation

      protected String apiDocumentation
  • Constructor Details

    • Api

      public Api()
  • Method Details

    • getApiType

      public String getApiType()
      Gets the value of the apiType property.
      Returns:
      possible object is String
    • setApiType

      public void setApiType(String value)
      Sets the value of the apiType property.
      Parameters:
      value - allowed object is String
    • getApiUrl

      public String getApiUrl()
      Gets the value of the apiUrl property.
      Returns:
      possible object is String
    • setApiUrl

      public void setApiUrl(String value)
      Sets the value of the apiUrl property.
      Parameters:
      value - allowed object is String
    • getApiDocumentation

      public String getApiDocumentation()
      Gets the value of the apiDocumentation property.
      Returns:
      possible object is String
    • setApiDocumentation

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