public class OrcidProfile extends Object
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/orcid}orcid-identifier" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-deprecated" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-preferences" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-history" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-bio" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-activities" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-internal" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.orcid.org/ns/orcid}orcid-type" default="user" />
<attribute name="client-type" type="{http://www.orcid.org/ns/orcid}client-type" />
<attribute name="group-type" type="{http://www.orcid.org/ns/orcid}group-type" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClientType |
clientType |
protected GroupType |
groupType |
protected OrcidActivities |
orcidActivities |
protected OrcidBio |
orcidBio |
protected OrcidDeprecated |
orcidDeprecated |
protected OrcidHistory |
orcidHistory |
protected OrcidId |
orcidIdentifier |
protected OrcidInternal |
orcidInternal |
protected OrcidPreferences |
orcidPreferences |
protected OrcidType |
type |
| Constructor and Description |
|---|
OrcidProfile() |
| Modifier and Type | Method and Description |
|---|---|
ClientType |
getClientType()
Gets the value of the clientType property.
|
GroupType |
getGroupType()
Gets the value of the groupType property.
|
OrcidActivities |
getOrcidActivities()
Gets the value of the orcidActivities property.
|
OrcidBio |
getOrcidBio()
Gets the value of the orcidBio property.
|
OrcidDeprecated |
getOrcidDeprecated()
Gets the value of the orcidDeprecated property.
|
OrcidHistory |
getOrcidHistory()
Gets the value of the orcidHistory property.
|
OrcidId |
getOrcidIdentifier()
Gets the value of the orcidIdentifier property.
|
OrcidInternal |
getOrcidInternal()
Gets the value of the orcidInternal property.
|
OrcidPreferences |
getOrcidPreferences()
Gets the value of the orcidPreferences property.
|
OrcidType |
getType()
Gets the value of the type property.
|
void |
setClientType(ClientType value)
Sets the value of the clientType property.
|
void |
setGroupType(GroupType value)
Sets the value of the groupType property.
|
void |
setOrcidActivities(OrcidActivities value)
Sets the value of the orcidActivities property.
|
void |
setOrcidBio(OrcidBio value)
Sets the value of the orcidBio property.
|
void |
setOrcidDeprecated(OrcidDeprecated value)
Sets the value of the orcidDeprecated property.
|
void |
setOrcidHistory(OrcidHistory value)
Sets the value of the orcidHistory property.
|
void |
setOrcidIdentifier(OrcidId value)
Sets the value of the orcidIdentifier property.
|
void |
setOrcidInternal(OrcidInternal value)
Sets the value of the orcidInternal property.
|
void |
setOrcidPreferences(OrcidPreferences value)
Sets the value of the orcidPreferences property.
|
void |
setType(OrcidType value)
Sets the value of the type property.
|
protected OrcidId orcidIdentifier
protected OrcidDeprecated orcidDeprecated
protected OrcidPreferences orcidPreferences
protected OrcidHistory orcidHistory
protected OrcidBio orcidBio
protected OrcidActivities orcidActivities
protected OrcidInternal orcidInternal
protected OrcidType type
protected ClientType clientType
protected GroupType groupType
public OrcidId getOrcidIdentifier()
OrcidIdpublic void setOrcidIdentifier(OrcidId value)
value - allowed object is
OrcidIdpublic OrcidDeprecated getOrcidDeprecated()
OrcidDeprecatedpublic void setOrcidDeprecated(OrcidDeprecated value)
value - allowed object is
OrcidDeprecatedpublic OrcidPreferences getOrcidPreferences()
OrcidPreferencespublic void setOrcidPreferences(OrcidPreferences value)
value - allowed object is
OrcidPreferencespublic OrcidHistory getOrcidHistory()
OrcidHistorypublic void setOrcidHistory(OrcidHistory value)
value - allowed object is
OrcidHistorypublic OrcidBio getOrcidBio()
OrcidBiopublic void setOrcidBio(OrcidBio value)
value - allowed object is
OrcidBiopublic OrcidActivities getOrcidActivities()
OrcidActivitiespublic void setOrcidActivities(OrcidActivities value)
value - allowed object is
OrcidActivitiespublic OrcidInternal getOrcidInternal()
OrcidInternalpublic void setOrcidInternal(OrcidInternal value)
value - allowed object is
OrcidInternalpublic OrcidType getType()
OrcidTypepublic void setType(OrcidType value)
value - allowed object is
OrcidTypepublic ClientType getClientType()
ClientTypepublic void setClientType(ClientType value)
value - allowed object is
ClientTypepublic GroupType getGroupType()
GroupTypeCopyright © 2017. All rights reserved.