public interface MetadataBuilder extends ThreddsBuilder
| Modifier and Type | Method and Description |
|---|---|
Metadata |
build()
Generate the object being built by this ThreddsBuilder.
|
String |
getContent() |
URI |
getExternalReference() |
String |
getTitle() |
boolean |
isContainedContent() |
void |
setContainedContent(boolean isContainedContent) |
void |
setContent(String content) |
void |
setExternalReference(URI externalReference) |
void |
setTitle(String title) |
getIssues, isBuiltvoid setContainedContent(boolean isContainedContent)
boolean isContainedContent()
void setTitle(String title)
String getTitle()
void setExternalReference(URI externalReference)
URI getExternalReference()
void setContent(String content)
String getContent()
Metadata build() throws BuilderException
ThreddsBuilderbuild in interface ThreddsBuilderBuilderException - if this ThreddsBuilder is not in a valid state.Copyright © 1999–2013 UCAR/Unidata. All rights reserved.