Package org.orcid.jaxb.model.message
Class PrimaryRecord
java.lang.Object
org.orcid.jaxb.model.message.PrimaryRecord
- All Implemented Interfaces:
Serializable
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" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-id" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- Author:
- Angel Montenegro
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetOrcid()inthashCode()voidvoidsetOrcidId(Url orcidId) voidsetOrcidIdentifier(OrcidIdentifier orcidIdentifier)
-
Field Details
-
orcid
-
orcidId
-
orcidIdentifier
-
-
Constructor Details
-
PrimaryRecord
public PrimaryRecord()
-
-
Method Details