Class WorkExternalIdentifier

java.lang.Object
org.orcid.jaxb.model.message.WorkExternalIdentifier
All Implemented Interfaces:
Serializable

public class WorkExternalIdentifier extends Object implements 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}work-external-identifier-type"/>
         <element ref="{http://www.orcid.org/ns/orcid}work-external-identifier-id"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • WorkExternalIdentifier

      public WorkExternalIdentifier()
  • Method Details

    • getWorkExternalIdentifierType

      public WorkExternalIdentifierType getWorkExternalIdentifierType()
      Gets the value of the workExternalIdentifierType property.
      Returns:
      possible object is String
    • setWorkExternalIdentifierType

      public void setWorkExternalIdentifierType(WorkExternalIdentifierType value)
      Sets the value of the workExternalIdentifierType property.
      Parameters:
      value - allowed object is String
    • getWorkExternalIdentifierId

      public WorkExternalIdentifierId getWorkExternalIdentifierId()
      Gets the value of the workExternalIdentifierId property.
      Returns:
      possible object is WorkExternalIdentifierId
    • setWorkExternalIdentifierId

      public void setWorkExternalIdentifierId(WorkExternalIdentifierId value)
      Sets the value of the workExternalIdentifierId property.
      Parameters:
      value - allowed object is WorkExternalIdentifierId
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object