public class ViewDescription
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
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.
|
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
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 flagCDAS Feedback.
Copyright © 2003-2021 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.