public class Identifier extends Object
| Constructor and Description |
|---|
Identifier(String value,
IdentifierType type)
Create an Identifier.
|
Identifier(String value,
IdentifierType type,
String note)
Create an Identifier.
|
public Identifier(String value, IdentifierType type)
value - The text displayed for this Identifier.type - The type of identification.public Identifier(String value, IdentifierType type, String note)
value - The text displayed for this Identifier.type - The type of identification.note - A note giving supplementary information.public IdentifierType getType()
public String getValue()
public String getNote()
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.