gov.nasa.gsfc.spdf.cdas
Class ViewDescription

java.lang.Object
  extended by gov.nasa.gsfc.spdf.cdas.ViewDescription

public class ViewDescription
extends java.lang.Object

This class represents the description of a Coordinated Data Analysis System data view.

Version:
$Revision: 1.5 $
Author:
B. Harris

Field Summary
 java.lang.String endpointAddress
          Endpoint address for web services dealing with this view.
 java.lang.String id
          View identifier.
 java.lang.String noticeUrl
          URL to an HTML page containing addition information about this group.
 java.lang.String overview
          Overview (often HTML containing an <A> tag) description of view.
 boolean publicAccess
          Boolean indicating whether access to view is restricted and requires authentication or is available to public without authentication.
 java.lang.String subtitle
          Optional, subtitle description of view.
 java.lang.String title
          Title (short descriptive text) of view.
 boolean underConstruction
          Boolean indicating that this view is under construction and that caution should be used in interpeting results from this view.
 
Constructor Summary
ViewDescription()
          Constructs a ViewDescription with a null value.
ViewDescription(java.lang.String id, java.lang.String endpointAddress, java.lang.String title, java.lang.String subtitle, java.lang.String overview, boolean underConstruction, java.lang.String noticeUrl, boolean publicAccess)
          Constructs a ViewDescription with the given attribute values.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id
View identifier.


endpointAddress

public java.lang.String endpointAddress
Endpoint address for web services dealing with this view.


title

public java.lang.String title
Title (short descriptive text) of view.


subtitle

public java.lang.String subtitle
Optional, subtitle description of view.


overview

public java.lang.String overview
Overview (often HTML containing an <A> tag) description of view.


underConstruction

public boolean underConstruction
Boolean indicating that this view is under construction and that caution should be used in interpeting results from this view.


noticeUrl

public java.lang.String noticeUrl
URL to an HTML page containing addition information about this group.


publicAccess

public boolean publicAccess
Boolean indicating whether access to view is restricted and requires authentication or is available to public without authentication.

Constructor Detail

ViewDescription

public ViewDescription()
Constructs a ViewDescription with a null value.


ViewDescription

public ViewDescription(java.lang.String id,
                       java.lang.String endpointAddress,
                       java.lang.String title,
                       java.lang.String subtitle,
                       java.lang.String overview,
                       boolean underConstruction,
                       java.lang.String noticeUrl,
                       boolean publicAccess)
Constructs a ViewDescription with the given attribute values.

Parameters:
id - identifies view
endpointAddress - endpoint address of web services dealing with this view
title - view title value
subtitle - view subtitle value
overview - view overview value
underConstruction - view underConstruction flag
noticeUrl - view noticeUrl value
publicAccess - view publicAccess flag


CDAS Feedback.

Copyright © 2003-2007 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.