Class AuthorizationUrl
java.lang.Object
org.orcid.jaxb.model.notification.permission_v2.AuthorizationUrl
- All Implemented Interfaces:
Serializable
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="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()Gets the value of the host property.getPath()Gets the value of the path property.getUri()Gets the value of the uri property.voidSets the value of the host property.voidSets the value of the path property.voidSets the value of the uri property.
-
Field Details
-
uri
-
path
-
host
-
-
Constructor Details
-
AuthorizationUrl
public AuthorizationUrl() -
AuthorizationUrl
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getHost
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
Sets the value of the host property.- Parameters:
value- allowed object isString
-