Package org.orcid.jaxb.model.record_v2
Class Works
java.lang.Object
org.orcid.jaxb.model.record_v2.Works
- 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 TypeMethodDescriptionbooleangetWorks()Gets the value of the orcidWork property.inthashCode()voidsetLastModifiedDate(LastModifiedDate lastModifiedDate) voidsetOrcidWork(List<Work> orcidWork)
-
Field Details
-
lastModifiedDate
-
works
-
-
Constructor Details
-
Works
public Works()
-
-
Method Details
-
getWorks
Gets the value of the orcidWork 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 orcidWork property. For example, to add a new item, do as follows:getOrcidWork().add(newItem);
Objects of the following type(s) are allowed in the listWork- Returns:
- a List of Work objects
-
retrieveActivitiesAsMap
- Specified by:
retrieveActivitiesAsMapin interfaceActivitiesContainer
-
retrieveActivities
- Specified by:
retrieveActivitiesin interfaceActivitiesContainer
-
setOrcidWork
-
equals
-
hashCode
public int hashCode() -
setLastModifiedDate
- Specified by:
setLastModifiedDatein interfaceActivitiesContainer
-