Package org.orcid.jaxb.model.message
Class Assignee
java.lang.Object
org.orcid.jaxb.model.message.Assignee
- 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}assignee-orcid" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}assignee-name" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AssigneeNameprotected AssigneeOrcidprotected Visibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the assigneeName property.Gets the value of the assigneeOrcid property.Gets the value of the visibility property.inthashCode()voidsetAssigneeName(AssigneeName value) Sets the value of the assigneeName property.voidsetAssigneeOrcid(AssigneeOrcid value) Sets the value of the assigneeOrcid property.voidsetVisibility(Visibility value) Sets the value of the visibility property.
-
Field Details
-
assigneeOrcid
-
assigneeName
-
visibility
-
-
Constructor Details
-
Assignee
public Assignee()
-
-
Method Details
-
getAssigneeOrcid
Gets the value of the assigneeOrcid property.- Returns:
- possible object is
AssigneeOrcid
-
setAssigneeOrcid
Sets the value of the assigneeOrcid property.- Parameters:
value- allowed object isAssigneeOrcid
-
getAssigneeName
Gets the value of the assigneeName property.- Returns:
- possible object is
AssigneeName
-
setAssigneeName
Sets the value of the assigneeName property.- Parameters:
value- allowed object isAssigneeName
-
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()
-