public class RemoteCatalogRequest extends Object
RemoteCatalogServiceControllerRemoteCatalogServiceController| Constructor and Description |
|---|
RemoteCatalogRequest() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getCatalogUri() |
Command |
getCommand() |
String |
getDataset() |
boolean |
isHtmlView() |
boolean |
isVerbose() |
void |
setCatalogUri(URI catalogUri) |
void |
setCommand(Command command) |
void |
setDataset(String dataset) |
void |
setHtmlView(boolean htmlView) |
void |
setVerbose(boolean verbose) |
public URI getCatalogUri()
public void setCatalogUri(URI catalogUri)
public Command getCommand()
public void setCommand(Command command)
public String getDataset()
public void setDataset(String dataset)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public boolean isHtmlView()
public void setHtmlView(boolean htmlView)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.