Class PersonExternalIdentifier

java.lang.Object
org.orcid.jaxb.model.record_v2.PersonExternalIdentifier
All Implemented Interfaces:
Serializable, Filterable, VisibilityType, SourceAware

public class PersonExternalIdentifier extends Object implements Serializable, Filterable, SourceAware
Author:
Angel Montenegro
See Also:
  • Field Details

    • type

      protected String type
    • value

      protected String value
    • relationship

      protected Relationship relationship
    • url

      protected Url url
    • source

      protected Source source
    • lastModifiedDate

      protected LastModifiedDate lastModifiedDate
    • createdDate

      protected CreatedDate createdDate
    • putCode

      protected Long putCode
    • visibility

      protected Visibility visibility
    • path

      protected String path
    • displayIndex

      protected Long displayIndex
  • Constructor Details

    • PersonExternalIdentifier

      public PersonExternalIdentifier()
  • Method Details