public class OrcidMessage 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}message-version"/>
<choice>
<element ref="{http://www.orcid.org/ns/orcid}orcid-profile"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-search-results"/>
<element ref="{http://www.orcid.org/ns/orcid}error-desc"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ErrorDesc |
errorDesc |
protected String |
messageVersion |
protected OrcidProfile |
orcidProfile |
protected OrcidSearchResults |
orcidSearchResults |
| Constructor and Description |
|---|
OrcidMessage() |
| Modifier and Type | Method and Description |
|---|---|
ErrorDesc |
getErrorDesc()
Gets the value of the errorDesc property.
|
String |
getMessageVersion()
Gets the value of the messageVersion property.
|
OrcidProfile |
getOrcidProfile()
Gets the value of the orcidProfile property.
|
OrcidSearchResults |
getOrcidSearchResults()
Gets the value of the orcidSearchResults property.
|
void |
setErrorDesc(ErrorDesc value)
Sets the value of the errorDesc property.
|
void |
setMessageVersion(String value)
Sets the value of the messageVersion property.
|
void |
setOrcidProfile(OrcidProfile value)
Sets the value of the orcidProfile property.
|
void |
setOrcidSearchResults(OrcidSearchResults value)
Sets the value of the orcidSearchResults property.
|
protected String messageVersion
protected OrcidProfile orcidProfile
protected OrcidSearchResults orcidSearchResults
protected ErrorDesc errorDesc
public String getMessageVersion()
Stringpublic void setMessageVersion(String value)
value - allowed object is
Stringpublic OrcidProfile getOrcidProfile()
OrcidProfilepublic void setOrcidProfile(OrcidProfile value)
value - allowed object is
OrcidProfilepublic OrcidSearchResults getOrcidSearchResults()
OrcidSearchResultspublic void setOrcidSearchResults(OrcidSearchResults value)
value - allowed object is
OrcidSearchResultspublic ErrorDesc getErrorDesc()
ErrorDescCopyright © 2017. All rights reserved.