thredds.catalog2.builder
Interface ThreddsMetadataBuilder.ContributorBuilder

All Superinterfaces:
ThreddsBuilder
Enclosing interface:
ThreddsMetadataBuilder

public static interface ThreddsMetadataBuilder.ContributorBuilder
extends ThreddsBuilder


Method Summary
 ThreddsMetadata.Contributor build()
          Generate the object being built by this ThreddsBuilder.
 String getEmail()
           
 String getName()
           
 String getNamingAuthority()
           
 String getRole()
           
 String getWebPage()
           
 void setEmail(String email)
           
 void setName(String name)
           
 void setNamingAuthority(String authority)
           
 void setRole(String role)
           
 void setWebPage(String webPage)
           
 
Methods inherited from interface thredds.catalog2.builder.ThreddsBuilder
getIssues, isBuilt
 

Method Detail

getName

String getName()

setName

void setName(String name)

getNamingAuthority

String getNamingAuthority()

setNamingAuthority

void setNamingAuthority(String authority)

getRole

String getRole()

setRole

void setRole(String role)

getEmail

String getEmail()

setEmail

void setEmail(String email)

getWebPage

String getWebPage()

setWebPage

void setWebPage(String webPage)

build

ThreddsMetadata.Contributor build()
                                  throws BuilderException
Description copied from interface: ThreddsBuilder
Generate the object being built by this ThreddsBuilder.

Specified by:
build in interface ThreddsBuilder
Returns:
the THREDDS catalog object being built by this ThreddsBuilder.
Throws:
BuilderException - if this ThreddsBuilder is not in a valid state.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.