thredds.cataloggen.config
Class ResultService

java.lang.Object
  extended by thredds.catalog.InvService
      extended by thredds.cataloggen.config.ResultService

public class ResultService
extends InvService

Title: Catalog Generator

Description: Tool for generating THREDDS catalogs.

Copyright: Copyright (c) 2001

Company: UCAR/Unidata

Version:
1.0
Author:
Ethan Davis

Field Summary
 
Fields inherited from class thredds.catalog.InvService
cdmremote, cdmrfeature, fileServer, iso, latest, ncml, ncss, opendap, uddc, wcs, wms
 
Constructor Summary
  ResultService(InvService service, String accessPointHeader)
           
protected ResultService(ResultService service)
          Copy constructor.
  ResultService(String name, ServiceType serviceType, String base, String suffix, String accessPointHeader)
          Constructor
 
Method Summary
 String getAccessPointHeader()
          Return a String containing the accessPointHeader attribute text
 void setAccessPointHeader(String accessPointHeader)
           
 String toString()
          string representation
protected  boolean validate(StringBuilder out)
          Validate this ResultService object.
 
Methods inherited from class thredds.catalog.InvService
addDatasetRoot, addProperty, addService, check, dump, equals, findProperty, getBase, getDatasetRoots, getDescription, getFullName, getName, getProperties, getServices, getServiceType, getSuffix, hashCode, isRelativeBase
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultService

public ResultService(String name,
                     ServiceType serviceType,
                     String base,
                     String suffix,
                     String accessPointHeader)
Constructor

Parameters:
name -
serviceType -
base -
suffix -
accessPointHeader -

ResultService

protected ResultService(ResultService service)
Copy constructor.

Parameters:
service -

ResultService

public ResultService(InvService service,
                     String accessPointHeader)
Method Detail

getAccessPointHeader

public String getAccessPointHeader()
Return a String containing the accessPointHeader attribute text

Returns:
String accessPointHeader attribute text

setAccessPointHeader

public void setAccessPointHeader(String accessPointHeader)

validate

protected boolean validate(StringBuilder out)
Validate this ResultService object. Return true if valid, false if invalid.

Parameters:
out - StringBuffer with validation messages.
Returns:
boolean true if valid, false if invalid

toString

public String toString()
string representation

Overrides:
toString in class InvService


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