| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.catalog.parser.jdom |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ThreddsMetadata.Contributor> |
ThreddsMetadata.contributors |
protected java.util.List<ThreddsMetadata.Contributor> |
InvDataset.contributors |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ThreddsMetadata.Contributor> |
ThreddsMetadata.getContributors() |
java.util.List<ThreddsMetadata.Contributor> |
InvDatasetImplProxy.getContributors() |
java.util.List<ThreddsMetadata.Contributor> |
InvDataset.getContributors()
get Contributor metadata
|
java.util.List<ThreddsMetadata.Contributor> |
InvCatalogRef.getContributors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreddsMetadata.addContributor(ThreddsMetadata.Contributor c)
Add a contributor
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreddsMetadata.setContributors(java.util.List<ThreddsMetadata.Contributor> contributors)
Set list of contributors (type Contributor); may be empty, not null.
|
void |
InvDatasetImplProxy.setContributors(java.util.List<ThreddsMetadata.Contributor> p0) |
void |
InvDatasetImpl.setContributors(java.util.List<ThreddsMetadata.Contributor> a) |
| Modifier and Type | Method and Description |
|---|---|
protected ThreddsMetadata.Contributor |
InvCatalogFactory10.readContributor(org.jdom.Element elem) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom.Element |
InvCatalogFactory10.writeContributor(ThreddsMetadata.Contributor c) |