@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class ActivitiesSummary extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
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/common}last-modified-date" minOccurs="0"/>
<element name="distinctions" type="{http://www.orcid.org/ns/activities}distinctions" minOccurs="0"/>
<element name="educations" type="{http://www.orcid.org/ns/activities}educations" minOccurs="0"/>
<element name="employments" type="{http://www.orcid.org/ns/activities}employments" minOccurs="0"/>
<element name="fundings" type="{http://www.orcid.org/ns/activities}fundings" minOccurs="0"/>
<element name="invited-positions" type="{http://www.orcid.org/ns/activities}invited-positions" minOccurs="0"/>
<element name="memberships" type="{http://www.orcid.org/ns/activities}memberships" minOccurs="0"/>
<element name="peer-reviews" type="{http://www.orcid.org/ns/activities}peer-reviews" minOccurs="0"/>
<element name="qualifications" type="{http://www.orcid.org/ns/activities}qualifications" minOccurs="0"/>
<element name="research-resources" type="{http://www.orcid.org/ns/activities}research-resources" minOccurs="0"/>
<element name="services" type="{http://www.orcid.org/ns/activities}services" minOccurs="0"/>
<element name="works" type="{http://www.orcid.org/ns/activities}works" minOccurs="0"/>
</sequence>
<attribute name="path" type="{http://www.orcid.org/ns/common}element-path" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistinctionsType |
distinctions |
protected EducationsType |
educations |
protected EmploymentsType |
employments |
protected FundingsType |
fundings |
protected InvitedPositionsType |
invitedPositions |
protected LastModifiedDate |
lastModifiedDate |
protected MembershipsType |
memberships |
protected String |
path |
protected PeerReviewsType |
peerReviews |
protected QualificationsType |
qualifications |
protected ResearchResourcesType |
researchResources |
protected ServicesType |
services |
protected WorksType |
works |
| Constructor and Description |
|---|
ActivitiesSummary()
Default no-arg constructor
|
ActivitiesSummary(LastModifiedDate lastModifiedDate,
DistinctionsType distinctions,
EducationsType educations,
EmploymentsType employments,
FundingsType fundings,
InvitedPositionsType invitedPositions,
MembershipsType memberships,
PeerReviewsType peerReviews,
QualificationsType qualifications,
ResearchResourcesType researchResources,
ServicesType services,
WorksType works,
String path)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
DistinctionsType |
getDistinctions()
Gets the value of the distinctions property.
|
EducationsType |
getEducations()
Gets the value of the educations property.
|
EmploymentsType |
getEmployments()
Gets the value of the employments property.
|
FundingsType |
getFundings()
Gets the value of the fundings property.
|
InvitedPositionsType |
getInvitedPositions()
Gets the value of the invitedPositions property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
MembershipsType |
getMemberships()
Gets the value of the memberships property.
|
String |
getPath()
Gets the value of the path property.
|
PeerReviewsType |
getPeerReviews()
Gets the value of the peerReviews property.
|
QualificationsType |
getQualifications()
Gets the value of the qualifications property.
|
ResearchResourcesType |
getResearchResources()
Gets the value of the researchResources property.
|
ServicesType |
getServices()
Gets the value of the services property.
|
WorksType |
getWorks()
Gets the value of the works property.
|
void |
setDistinctions(DistinctionsType value)
Sets the value of the distinctions property.
|
void |
setEducations(EducationsType value)
Sets the value of the educations property.
|
void |
setEmployments(EmploymentsType value)
Sets the value of the employments property.
|
void |
setFundings(FundingsType value)
Sets the value of the fundings property.
|
void |
setInvitedPositions(InvitedPositionsType value)
Sets the value of the invitedPositions property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setMemberships(MembershipsType value)
Sets the value of the memberships property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPeerReviews(PeerReviewsType value)
Sets the value of the peerReviews property.
|
void |
setQualifications(QualificationsType value)
Sets the value of the qualifications property.
|
void |
setResearchResources(ResearchResourcesType value)
Sets the value of the researchResources property.
|
void |
setServices(ServicesType value)
Sets the value of the services property.
|
void |
setWorks(WorksType value)
Sets the value of the works property.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected LastModifiedDate lastModifiedDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected DistinctionsType distinctions
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected EducationsType educations
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected EmploymentsType employments
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected FundingsType fundings
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected InvitedPositionsType invitedPositions
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected MembershipsType memberships
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected PeerReviewsType peerReviews
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected QualificationsType qualifications
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ResearchResourcesType researchResources
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ServicesType services
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected WorksType works
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String path
public ActivitiesSummary()
public ActivitiesSummary(LastModifiedDate lastModifiedDate, DistinctionsType distinctions, EducationsType educations, EmploymentsType employments, FundingsType fundings, InvitedPositionsType invitedPositions, MembershipsType memberships, PeerReviewsType peerReviews, QualificationsType qualifications, ResearchResourcesType researchResources, ServicesType services, WorksType works, String path)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public LastModifiedDate getLastModifiedDate()
LastModifiedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public DistinctionsType getDistinctions()
DistinctionsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setDistinctions(DistinctionsType value)
value - allowed object is
DistinctionsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public EducationsType getEducations()
EducationsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setEducations(EducationsType value)
value - allowed object is
EducationsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public EmploymentsType getEmployments()
EmploymentsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setEmployments(EmploymentsType value)
value - allowed object is
EmploymentsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public FundingsType getFundings()
FundingsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setFundings(FundingsType value)
value - allowed object is
FundingsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public InvitedPositionsType getInvitedPositions()
InvitedPositionsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setInvitedPositions(InvitedPositionsType value)
value - allowed object is
InvitedPositionsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public MembershipsType getMemberships()
MembershipsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setMemberships(MembershipsType value)
value - allowed object is
MembershipsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public PeerReviewsType getPeerReviews()
PeerReviewsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setPeerReviews(PeerReviewsType value)
value - allowed object is
PeerReviewsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public QualificationsType getQualifications()
QualificationsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setQualifications(QualificationsType value)
value - allowed object is
QualificationsType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ResearchResourcesType getResearchResources()
ResearchResourcesType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setResearchResources(ResearchResourcesType value)
value - allowed object is
ResearchResourcesType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ServicesType getServices()
ServicesType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setServices(ServicesType value)
value - allowed object is
ServicesType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public WorksType getWorks()
WorksType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setWorks(WorksType value)
value - allowed object is
WorksType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getPath()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setPath(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2020. All rights reserved.