@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class SourceType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for source-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="source-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element ref="{http://www.orcid.org/ns/common}source-orcid"/>
<element name="source-client-id" type="{http://www.orcid.org/ns/common}client-id"/>
</choice>
<element name="source-name" type="{http://www.orcid.org/ns/common}source-name" minOccurs="0"/>
<choice minOccurs="0">
<element name="assertion-origin-orcid" type="{http://www.orcid.org/ns/common}orcid-id"/>
<element name="assertion-origin-client-id" type="{http://www.orcid.org/ns/common}client-id"/>
</choice>
<element name="assertion-origin-name" type="{http://www.orcid.org/ns/common}source-name" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClientId |
assertionOriginClientId |
protected SourceName |
assertionOriginName |
protected OrcidId |
assertionOriginOrcid |
protected ClientId |
sourceClientId |
protected SourceName |
sourceName |
protected OrcidId |
sourceOrcid |
| Constructor and Description |
|---|
SourceType()
Default no-arg constructor
|
SourceType(OrcidId sourceOrcid,
ClientId sourceClientId,
SourceName sourceName,
OrcidId assertionOriginOrcid,
ClientId assertionOriginClientId,
SourceName assertionOriginName)
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) |
ClientId |
getAssertionOriginClientId()
Gets the value of the assertionOriginClientId property.
|
SourceName |
getAssertionOriginName()
Gets the value of the assertionOriginName property.
|
OrcidId |
getAssertionOriginOrcid()
Gets the value of the assertionOriginOrcid property.
|
ClientId |
getSourceClientId()
Gets the value of the sourceClientId property.
|
SourceName |
getSourceName()
Gets the value of the sourceName property.
|
OrcidId |
getSourceOrcid()
The ORCID identifier for the individual user (or
legacy client application) that created the item.
|
void |
setAssertionOriginClientId(ClientId value)
Sets the value of the assertionOriginClientId property.
|
void |
setAssertionOriginName(SourceName value)
Sets the value of the assertionOriginName property.
|
void |
setAssertionOriginOrcid(OrcidId value)
Sets the value of the assertionOriginOrcid property.
|
void |
setSourceClientId(ClientId value)
Sets the value of the sourceClientId property.
|
void |
setSourceName(SourceName value)
Sets the value of the sourceName property.
|
void |
setSourceOrcid(OrcidId value)
Sets the value of the sourceOrcid 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 sourceOrcid
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ClientId sourceClientId
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected SourceName sourceName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected OrcidId assertionOriginOrcid
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ClientId assertionOriginClientId
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected SourceName assertionOriginName
public SourceType()
public SourceType(OrcidId sourceOrcid, ClientId sourceClientId, SourceName sourceName, OrcidId assertionOriginOrcid, ClientId assertionOriginClientId, SourceName assertionOriginName)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public OrcidId getSourceOrcid()
OrcidId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSourceOrcid(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 ClientId getSourceClientId()
ClientId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSourceClientId(ClientId value)
value - allowed object is
ClientId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public SourceName getSourceName()
SourceName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSourceName(SourceName value)
value - allowed object is
SourceName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public OrcidId getAssertionOriginOrcid()
OrcidId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setAssertionOriginOrcid(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 ClientId getAssertionOriginClientId()
ClientId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setAssertionOriginClientId(ClientId value)
value - allowed object is
ClientId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public SourceName getAssertionOriginName()
SourceName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setAssertionOriginName(SourceName value)
value - allowed object is
SourceName@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.