|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.cdas.ViewDescription
public class ViewDescription
This class represents the description of a Coordinated Data Analysis System data view.
| 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 |
|---|
public java.lang.String id
public java.lang.String endpointAddress
public java.lang.String title
public java.lang.String subtitle
public java.lang.String overview
public boolean underConstruction
public java.lang.String noticeUrl
public boolean publicAccess
| Constructor Detail |
|---|
public 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)
id - identifies viewendpointAddress - endpoint address of web services dealing with
this viewtitle - view title valuesubtitle - view subtitle valueoverview - view overview valueunderConstruction - view underConstruction flagnoticeUrl - view noticeUrl valuepublicAccess - view publicAccess flag
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||