All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
com.google.common.collect.Multimap<String,String> |
getEnrichmentXPaths() |
Collection<String> |
getEnrichmentXPathsFor(String format,
String layout,
String interpretation) |
List<String> |
getFieldNames() |
List<PublisherField> |
getFields() |
Collection<PublisherField> |
getFieldsFor(String format,
String layout,
String interpretation) |
String |
getIdNamespace() |
String |
getIdScheme() |
Map<String,MDFInfo> |
getMdFormatsMap() |
Map<String,SetInfo> |
getSetsMap() |
Set<MDFInfo> |
getSourcesMDF() |
void |
setEnrichmentXPaths(com.google.common.collect.Multimap<String,String> enrichmentXPaths) |
void |
setFieldNames(List<String> fieldNames) |
void |
setFields(List<PublisherField> fields) |
void |
setIdNamespace(String idNamespace) |
void |
setIdScheme(String idScheme) |
void |
setMdFormatsMap(Map<String,MDFInfo> mdFormatsMap) |
void |
setSetsMap(Map<String,SetInfo> setsMap) |
void |
setSourcesMDF(Set<MDFInfo> sourcesMDF) |
String |
toString() |