public class Metadatum extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
authority
Authority control key.
|
int |
confidence
Authority control confidence.
|
String |
element
The element name.
|
String |
language
The language of the field, may be
null. |
String |
qualifier
The name's qualifier, or
null if unqualified. |
String |
schema
The schema name of the metadata element.
|
String |
value
The value of the field.
|
| Constructor and Description |
|---|
Metadatum() |
| Modifier and Type | Method and Description |
|---|---|
Metadatum |
copy() |
boolean |
equals(Object o) |
String |
getField()
Get the name of the field in dot notation: schema.element.qualifier,
as in
dc.date.issued. |
int |
hashCode() |
boolean |
hasSameFieldAs(Metadatum dcValue) |
public String element
public String qualifier
null if unqualified.public String value
public String language
null.public String schema
public String authority
public int confidence
Copyright © 2022 LYRASIS. All rights reserved.