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 String
editableProperties()
boolean
equals(Object o)
String
getEmail()
String
getName()
ThreddsMetadata.Vocab
getNameVocab()
String
getUrl()
String
getVocabulary()
int
hashCode()
Override Object.hashCode() to implement equals.static String
hiddenProperties()
void
setEmail(String email)
void
setName(String name)
Set namevoid
setUrl(String url)
void
setVocabulary(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()
-
-