public static class DatasetDocument.Contributor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DatasetDocument.Contributor.ContributorType |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
affiliations |
String |
name |
DatasetDocument.Contributor.ContributorType |
type |
| Constructor and Description |
|---|
Contributor() |
Contributor(String name) |
Contributor(String name,
List<String> affiliations) |
Contributor(String name,
List<String> affiliations,
DatasetDocument.Contributor.ContributorType type) |
public String name
public DatasetDocument.Contributor.ContributorType type
public Contributor()
public Contributor(String name)
public Contributor(String name, List<String> affiliations, DatasetDocument.Contributor.ContributorType type)
public void toXml(Element parent)
Copyright © 2023. All rights reserved.