java.lang.Object
org.orcid.jaxb.model.v3.release.notification.permission.AuthorizationUrl
All Implemented Interfaces:
Serializable

public class AuthorizationUrl extends Object implements 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 Details

  • Constructor Details

    • AuthorizationUrl

      public AuthorizationUrl()
    • AuthorizationUrl

      public AuthorizationUrl(String uri)
  • Method Details

    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getHost

      public String getHost()
      Gets the value of the host property.
      Returns:
      possible object is String
    • setHost

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