Package org.orcid.jaxb.model.clientgroup
Class RedirectUri
java.lang.Object
org.orcid.jaxb.model.clientgroup.RedirectUri
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetScope()Gets the value of the scope property.getType()getValue()Gets the value of the value property.inthashCode()voidsetActType(String actType) voidsetGeoArea(String geoArea) voidsetScope(List<ScopePathType> value) Sets the value of the scope property.voidsetType(RedirectUriType redirectUriType) voidSets the value of the value property.
-
Field Details
-
value
-
scope
-
-
Constructor Details
-
RedirectUri
public RedirectUri() -
RedirectUri
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getScope
Gets the value of the scope property.- Returns:
- possible object is
ScopePathType
-
getScopeAsSingleString
-
setScope
Sets the value of the scope property.- Parameters:
value- allowed object isScopePathType
-
hashCode
public int hashCode() -
equals
-
getType
-
setType
-
getActType
-
setActType
-
getGeoArea
-
setGeoArea
-