public class FunderIdentifier extends Object
| Constructor and Description |
|---|
FunderIdentifier(String value,
FunderIdentifierType type) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getSchemeURI()
Retrieves the URI of the funder identifier schema.
|
FunderIdentifierType |
getType()
Retrieves the type of the funder identifier.
|
String |
getValue()
Retrieves the value of the FunderIdentifier.
|
int |
hashCode() |
void |
setSchemeURI(String schemeURI)
Sets the URI of the funder identifier schema.
|
String |
toString() |
public FunderIdentifier(String value, FunderIdentifierType type)
public String getValue()
public FunderIdentifierType getType()
public String getSchemeURI()
public void setSchemeURI(String schemeURI)
schemeURI - the scheme URI of the FunderIdentifierTypeprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.