Package org.re3data.schema._3_0
Class Re3Data.Repository.Api
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.Api
- Enclosing class:
- Re3Data.Repository
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apiDocumentation property.Gets the value of the apiType property.Gets the value of the apiUrl property.voidsetApiDocumentation(String value) Sets the value of the apiDocumentation property.voidsetApiType(String value) Sets the value of the apiType property.voidSets the value of the apiUrl property.
-
Field Details
-
apiType
-
apiUrl
-
apiDocumentation
-
-
Constructor Details
-
Api
public Api()
-
-
Method Details
-
getApiType
Gets the value of the apiType property.- Returns:
- possible object is
String
-
setApiType
Sets the value of the apiType property.- Parameters:
value- allowed object isString
-
getApiUrl
Gets the value of the apiUrl property.- Returns:
- possible object is
String
-
setApiUrl
Sets the value of the apiUrl property.- Parameters:
value- allowed object isString
-
getApiDocumentation
Gets the value of the apiDocumentation property.- Returns:
- possible object is
String
-
setApiDocumentation
Sets the value of the apiDocumentation property.- Parameters:
value- allowed object isString
-