Class ExternalIdentifier

java.lang.Object
org.orcid.jaxb.model.message.ExternalIdentifier
All Implemented Interfaces:
Serializable, PrivateVisibleToSource, VisibilityType

public class ExternalIdentifier extends Object implements VisibilityType, PrivateVisibleToSource, 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"/>
         <element ref="{http://www.orcid.org/ns/orcid}external-id-orcid"/>
         <element ref="{http://www.orcid.org/ns/orcid}external-id-common-name"/>
         <element ref="{http://www.orcid.org/ns/orcid}external-id-reference"/>
         <element ref="{http://www.orcid.org/ns/orcid}external-id-url"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: