Class RedirectUri

java.lang.Object
org.orcid.jaxb.model.clientgroup.RedirectUri
All Implemented Interfaces:
Serializable

public class RedirectUri extends Object implements Serializable
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
       <attribute name="scope" type="{http://www.orcid.org/ns/orcid}scope-path-type" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • RedirectUri

      public RedirectUri()
    • RedirectUri

      public RedirectUri(String value)
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getScope

      public List<ScopePathType> getScope()
      Gets the value of the scope property.
      Returns:
      possible object is ScopePathType
    • getScopeAsSingleString

      public String getScopeAsSingleString()
    • setScope

      public void setScope(List<ScopePathType> value)
      Sets the value of the scope property.
      Parameters:
      value - allowed object is ScopePathType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getType

      public RedirectUriType getType()
    • setType

      public void setType(RedirectUriType redirectUriType)
    • getActType

      public String getActType()
    • setActType

      public void setActType(String actType)
    • getGeoArea

      public String getGeoArea()
    • setGeoArea

      public void setGeoArea(String geoArea)