Package thredds.client.catalog
Class ThreddsMetadata.Source
- java.lang.Object
-
- thredds.client.catalog.ThreddsMetadata.Source
-
- Enclosing class:
- ThreddsMetadata
@Immutable public static class ThreddsMetadata.Source extends Object
Implements Source type, used by publisher and creator elements.
-
-
Constructor Summary
Constructors Constructor Description Source(ThreddsMetadata.Vocab name, String url, String email)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmail()
String
getName()
ThreddsMetadata.Vocab
getNameVocab()
String
getUrl()
String
getVocabulary()
-
-
-
Field Detail
-
name
public final ThreddsMetadata.Vocab name
-
url
public final String url
-
email
public final String email
-
-
Constructor Detail
-
Source
public Source(ThreddsMetadata.Vocab name, String url, String email)
-
-
Method Detail
-
getNameVocab
public ThreddsMetadata.Vocab getNameVocab()
-
getName
public String getName()
-
getUrl
public String getUrl()
-
getEmail
public String getEmail()
-
getVocabulary
public String getVocabulary()
-
-