public class FunderIdentifier extends Object
| Constructor and Description |
|---|
FunderIdentifier(String value)
Constructor that requires all mandatory fields.
|
FunderIdentifier(String value,
FunderIdentifierType type)
Constructor that requires all fields.
|
| Modifier and Type | Method and Description |
|---|---|
FunderIdentifierType |
getFunderIdentifierType()
Returns the type of the funder identifier.
|
String |
getValue()
Returns the value of the FunderIdentifier.
|
void |
setFunderIdentifierType(FunderIdentifierType funderIdentifierType)
Changes the type of the funder identifier.
|
void |
setValue(String value)
Changes the value of the FunderIdentifier.
|
public FunderIdentifier(String value)
value - the value of the FunderIdentifierpublic FunderIdentifier(String value, FunderIdentifierType type)
value - the value of the FunderIdentifiertype - the type of the funder identifierpublic String getValue()
public void setValue(String value)
value - the value of the FunderIdentifierpublic FunderIdentifierType getFunderIdentifierType()
public void setFunderIdentifierType(FunderIdentifierType funderIdentifierType)
funderIdentifierType - the type of the funder identifierCopyright © 2017–2018. All rights reserved.