public class Delegation extends Object
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 ref="{http://www.orcid.org/ns/orcid}given-permission-to" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}given-permission-by" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GivenPermissionBy |
givenPermissionBy |
protected GivenPermissionTo |
givenPermissionTo |
protected Visibility |
visibility |
| Constructor and Description |
|---|
Delegation() |
| Modifier and Type | Method and Description |
|---|---|
GivenPermissionBy |
getGivenPermissionBy()
Gets the value of the givenPermissionBy property.
|
GivenPermissionTo |
getGivenPermissionTo()
Gets the value of the givenPermissionTo property.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
void |
setGivenPermissionBy(GivenPermissionBy value)
Sets the value of the givenPermissionBy property.
|
void |
setGivenPermissionTo(GivenPermissionTo value)
Sets the value of the givenPermissionTo property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
protected GivenPermissionTo givenPermissionTo
protected GivenPermissionBy givenPermissionBy
protected Visibility visibility
public GivenPermissionTo getGivenPermissionTo()
GivenPermissionTopublic void setGivenPermissionTo(GivenPermissionTo value)
value - allowed object is
GivenPermissionTopublic GivenPermissionBy getGivenPermissionBy()
GivenPermissionBypublic void setGivenPermissionBy(GivenPermissionBy value)
value - allowed object is
GivenPermissionBypublic Visibility getVisibility()
Visibilitypublic void setVisibility(Visibility value)
value - allowed object is
VisibilityCopyright © 2017. All rights reserved.