|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.cdas.ResultDescription
public class ResultDescription
This class represents the description of the results of various Coordinated Data Analysis System Web services.
| Field Summary | |
|---|---|
java.lang.String[] |
errors
Explanation for why urls is null. |
java.lang.String[] |
messages
Messages from the software that produced the result. |
java.lang.String[] |
statuses
Status information concerning result. |
gov.nasa.gsfc.spdf.cdas.ThumbnailDescription |
thumbnailDescription
Thumbnail description (null if urls doesn't contain a URL that points to a thumbnail image). |
java.lang.String[] |
urls
URLs of files containing the results of the Web service call. |
java.lang.String[] |
warnings
Warning information concerning result. |
| Constructor Summary | |
|---|---|
ResultDescription()
Constructs a ResultDescription with a null value. |
|
ResultDescription(java.lang.String[] urls,
java.lang.String[] messages,
java.lang.String[] warnings,
java.lang.String[] statuses,
java.lang.String[] errors)
Constructs a ResultDescription with the given attribute values. |
|
ResultDescription(java.lang.String[] urls,
java.lang.String[] messages,
java.lang.String[] warnings,
java.lang.String[] statuses,
java.lang.String[] errors,
gov.nasa.gsfc.spdf.cdas.ThumbnailDescription thumbnailDescription)
Constructs a ResultDescription with the given attribute values. |
|
| Method Summary | |
|---|---|
void |
addErrors(java.lang.String[] errs)
Adds the given errors to those already defined. |
void |
addMessages(java.lang.String[] msgs)
Adds the given messages to those already defined. |
void |
addStatuses(java.lang.String[] statuses)
Adds the given statuses to those already defined. |
void |
addUrls(java.lang.String[] urls)
Adds the given URLs to those already defined. |
void |
addWarnings(java.lang.String[] warnings)
Adds the given warnings to those already defined. |
java.lang.Object |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String[] urls
public java.lang.String[] messages
public java.lang.String[] warnings
public java.lang.String[] statuses
public java.lang.String[] errors
public gov.nasa.gsfc.spdf.cdas.ThumbnailDescription thumbnailDescription
| Constructor Detail |
|---|
public ResultDescription()
public ResultDescription(java.lang.String[] urls,
java.lang.String[] messages,
java.lang.String[] warnings,
java.lang.String[] statuses,
java.lang.String[] errors)
urls - URLs of result filesmessages - messages from the software that produced the imagewarnings - information concerning the imagestatuses - information concerning the imageerrors - reason image is null
public ResultDescription(java.lang.String[] urls,
java.lang.String[] messages,
java.lang.String[] warnings,
java.lang.String[] statuses,
java.lang.String[] errors,
gov.nasa.gsfc.spdf.cdas.ThumbnailDescription thumbnailDescription)
urls - URLs of result filesmessages - messages from the software that produced the imagewarnings - information concerning the imagestatuses - information concerning the imageerrors - reason image is nullthumbnailDescription - describes thumbnail image| Method Detail |
|---|
public void addUrls(java.lang.String[] urls)
urls - URLs to be added to existing urlspublic void addMessages(java.lang.String[] msgs)
msgs - messages to be added to existing messagespublic void addWarnings(java.lang.String[] warnings)
warnings - warnings to be added to existing warningspublic void addStatuses(java.lang.String[] statuses)
statuses - statuses to be added to existing statusespublic void addErrors(java.lang.String[] errs)
errs - errors to be added to existing errorspublic java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||