public class Affiliation extends Object
| Constructor and Description |
|---|
Affiliation(String value) |
Affiliation(String value,
String identifier,
String identifierScheme,
String schemeURI) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getIdentifier()
Retrieves a unique identifier of the organizational affiliation.
|
String |
getIdentifierScheme()
Retrieves the name of the affiliation identifier schema.
|
String |
getSchemeURI()
Retrieves the scheme URI of the affiliation identifier schema.
|
String |
getValue()
Retrieves the name of the organisational or institutional affiliation.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
Sets a unique identifier of the organizational affiliation.
|
void |
setIdentifierScheme(String identifierScheme)
Sets the name of the affiliation identifier schema.
|
void |
setSchemeURI(String schemeURI)
Sets the scheme URI of the affiliation identifier schema.
|
String |
toString() |
public Affiliation(String value)
public String getValue()
public String getIdentifier()
public String getIdentifierScheme()
public String getSchemeURI()
public void setIdentifier(String identifier)
identifier - a unique identifier of the organizational affiliationpublic void setIdentifierScheme(String identifierScheme)
identifierScheme - the name of the affiliation identifier schemapublic void setSchemeURI(String schemeURI)
schemeURI - the scheme URI of the affiliation identifier schemaprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.