Package org.orcid.jaxb.model.message
Class WorkExternalIdentifier
java.lang.Object
org.orcid.jaxb.model.message.WorkExternalIdentifier
- 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}work-external-identifier-type"/>
<element ref="{http://www.orcid.org/ns/orcid}work-external-identifier-id"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WorkExternalIdentifierIdprotected WorkExternalIdentifierType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the workExternalIdentifierId property.Gets the value of the workExternalIdentifierType property.inthashCode()voidSets the value of the workExternalIdentifierId property.voidSets the value of the workExternalIdentifierType property.
-
Field Details
-
workExternalIdentifierType
-
workExternalIdentifierId
-
-
Constructor Details
-
WorkExternalIdentifier
public WorkExternalIdentifier()
-
-
Method Details
-
getWorkExternalIdentifierType
Gets the value of the workExternalIdentifierType property.- Returns:
- possible object is
String
-
setWorkExternalIdentifierType
Sets the value of the workExternalIdentifierType property.- Parameters:
value- allowed object isString
-
getWorkExternalIdentifierId
Gets the value of the workExternalIdentifierId property.- Returns:
- possible object is
WorkExternalIdentifierId
-
setWorkExternalIdentifierId
Sets the value of the workExternalIdentifierId property.- Parameters:
value- allowed object isWorkExternalIdentifierId
-
equals
-
hashCode
public int hashCode()
-