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.
ThreddsMetadata.Source
public ThreddsMetadata.Source()
ThreddsMetadata.Source
public ThreddsMetadata.Source(ThreddsMetadata.Vocab name,
String url,
String email)
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)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Override Object.hashCode() to implement equals.
- Overrides:
hashCode
in class Object
hiddenProperties
public static String hiddenProperties()
editableProperties
public static String editableProperties()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.