Package org.orcid.jaxb.model.message
Class Delegation
java.lang.Object
org.orcid.jaxb.model.message.Delegation
- All Implemented Interfaces:
Serializable,VisibilityType
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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GivenPermissionByprotected GivenPermissionToprotected Visibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the givenPermissionBy property.Gets the value of the givenPermissionTo property.Gets the value of the visibility property.inthashCode()voidSets the value of the givenPermissionBy property.voidSets the value of the givenPermissionTo property.voidsetVisibility(Visibility value) Sets the value of the visibility property.
-
Field Details
-
givenPermissionTo
-
givenPermissionBy
-
visibility
-
-
Constructor Details
-
Delegation
public Delegation()
-
-
Method Details
-
getGivenPermissionTo
Gets the value of the givenPermissionTo property.- Returns:
- possible object is
GivenPermissionTo
-
setGivenPermissionTo
Sets the value of the givenPermissionTo property.- Parameters:
value- allowed object isGivenPermissionTo
-
getGivenPermissionBy
Gets the value of the givenPermissionBy property.- Returns:
- possible object is
GivenPermissionBy
-
setGivenPermissionBy
Sets the value of the givenPermissionBy property.- Parameters:
value- allowed object isGivenPermissionBy
-
getVisibility
Gets the value of the visibility property.- Specified by:
getVisibilityin interfaceVisibilityType- Returns:
- possible object is
Visibility
-
setVisibility
Sets the value of the visibility property.- Specified by:
setVisibilityin interfaceVisibilityType- Parameters:
value- allowed object isVisibility
-
equals
-
hashCode
public int hashCode()
-