Package thredds.catalog
Class ThreddsMetadata.Source
- java.lang.Object
-
- thredds.catalog.ThreddsMetadata.Source
-
- Enclosing class:
- ThreddsMetadata
public static class ThreddsMetadata.Source extends Object
Implements Source type, used by publisher and creator elements.
-
-
Constructor Summary
Constructors Constructor Description Source()Source(ThreddsMetadata.Vocab name, String url, String email)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringeditableProperties()booleanequals(Object o)StringgetEmail()StringgetName()ThreddsMetadata.VocabgetNameVocab()StringgetUrl()StringgetVocabulary()inthashCode()Override Object.hashCode() to implement equals.static StringhiddenProperties()voidsetEmail(String email)voidsetName(String name)Set namevoidsetUrl(String url)voidsetVocabulary(String vocabulary)
-
-
-
Constructor Detail
-
Source
public Source()
-
Source
public Source(ThreddsMetadata.Vocab name, String url, String email)
-
-
Method Detail
-
getNameVocab
public ThreddsMetadata.Vocab getNameVocab()
-
getName
public String getName()
- Returns:
- name
-
setName
public void setName(String name)
Set name- Parameters:
name- to set
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getVocabulary
public String getVocabulary()
-
setVocabulary
public void setVocabulary(String vocabulary)
-
hashCode
public int hashCode()
Override Object.hashCode() to implement equals.
-
hiddenProperties
public static String hiddenProperties()
-
editableProperties
public static String editableProperties()
-
-