Package org.orcid.jaxb.model.record_v2
Class Employments
java.lang.Object
org.orcid.jaxb.model.record_v2.Employments
- All Implemented Interfaces:
Serializable,ActivitiesContainer
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within
this class.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the affiliation property.inthashCode()voidsetLastModifiedDate(LastModifiedDate lastModifiedDate)
-
Field Details
-
lastModifiedDate
-
employment
-
-
Constructor Details
-
Employments
public Employments()
-
-
Method Details
-
getAffiliation
Gets the value of the affiliation property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the affiliation property. For example, to add a new item, do as follows:getAffiliation().add(newItem);
Objects of the following type(s) are allowed in the listEmployment- Returns:
- a List of Employment objects
-
retrieveActivitiesAsMap
- Specified by:
retrieveActivitiesAsMapin interfaceActivitiesContainer
-
retrieveActivities
- Specified by:
retrieveActivitiesin interfaceActivitiesContainer
-
equals
-
hashCode
public int hashCode() -
setLastModifiedDate
- Specified by:
setLastModifiedDatein interfaceActivitiesContainer
-