@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class Record 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}orcid-identifier" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/preferences}preferences" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/history}history" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/person}person" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/activities}activities-summary" 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 ActivitiesSummary |
activitiesSummary |
protected History |
history |
protected OrcidId |
orcidIdentifier |
protected String |
path |
protected Person |
person |
protected Preferences |
preferences |
| Constructor and Description |
|---|
Record()
Default no-arg constructor
|
Record(OrcidId orcidIdentifier,
Preferences preferences,
History history,
Person person,
ActivitiesSummary activitiesSummary,
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) |
ActivitiesSummary |
getActivitiesSummary()
Gets the value of the activitiesSummary property.
|
History |
getHistory()
Gets the value of the history property.
|
OrcidId |
getOrcidIdentifier()
Gets the value of the orcidIdentifier property.
|
String |
getPath()
Gets the value of the path property.
|
Person |
getPerson()
Gets the value of the person property.
|
Preferences |
getPreferences()
Gets the value of the preferences property.
|
void |
setActivitiesSummary(ActivitiesSummary value)
Sets the value of the activitiesSummary property.
|
void |
setHistory(History value)
Sets the value of the history property.
|
void |
setOrcidIdentifier(OrcidId value)
Sets the value of the orcidIdentifier property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPerson(Person value)
Sets the value of the person property.
|
void |
setPreferences(Preferences value)
Sets the value of the preferences 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 OrcidId orcidIdentifier
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Preferences preferences
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected History history
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Person person
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ActivitiesSummary activitiesSummary
@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 Record()
public Record(OrcidId orcidIdentifier, Preferences preferences, History history, Person person, ActivitiesSummary activitiesSummary, String path)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public OrcidId getOrcidIdentifier()
OrcidId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setOrcidIdentifier(OrcidId value)
value - allowed object is
OrcidId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Preferences getPreferences()
Preferences@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setPreferences(Preferences value)
value - allowed object is
Preferences@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public History getHistory()
History@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setHistory(History value)
value - allowed object is
History@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Person getPerson()
Person@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setPerson(Person value)
value - allowed object is
Person@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ActivitiesSummary getActivitiesSummary()
ActivitiesSummary@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setActivitiesSummary(ActivitiesSummary value)
value - allowed object is
ActivitiesSummary@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.