GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Private Attributes | Static Private Attributes

de.zib.gndms.taskflows.staging.client.model.DataDescriptor Class Reference

This is the model class representing a xsd gndms:DataDescriptor. More...

Inherits java::io::Serializable.

List of all members.

Public Member Functions

List< String > getObjectList ()
void setObjectList (List< String > objectList)
DataConstraints getConstrains ()
void setConstrains (DataConstraints constrains)
boolean hasConstraints ()
boolean hasDataFormat ()
String getDataFormat ()
void setDataFormat (String dataFormat)
String getDataArchiveFormat ()
void setDataArchiveFormat (String dataArchiveFormat)
boolean hasDataArchiveFormat ()
String getMetaDataFormat ()
void setMetaDataFormat (String metaDataFormat)
String getMetaDataArchiveFormat ()
void setMetaDataArchiveFormat (String metaDataArchiveFormat)
boolean hasMetaDataArchiveFormat ()

Private Attributes

List< String > objectList
 Contains the object ids (oids) of the desired data objects.
DataConstraints constrains
 Contains additional constraints of the requested data.
String dataFormat
 The format of the staged data file.
String dataArchiveFormat
 Possible archive format of the data file.
String metaDataFormat
 Possible archive format of the meta data file.
String metaDataArchiveFormat
 Possible archive format of the data file.

Static Private Attributes

static final long serialVersionUID = -574650275362439122L

Detailed Description

This is the model class representing a xsd gndms:DataDescriptor.

It is intended to store common data for staging requests.

Author:
try ma ik jo rr a zib $id$

User: bzcjorra Date: Sep 5, 2008 3:57:32 PM

NOTE: for every not mandatory attribute of this class a has<AttributeName> method is provided to check if the attribute is set or not. NOTE: If the constrains attribute is missing this should be interpreted as just download. If *ArchivFormat is provided it means, do create an archive with the requested data in the given format.


Member Data Documentation

Contains additional constraints of the requested data.

This attribute is optional.

Possible archive format of the data file.

Like tgz, zip ...

This attribute is optional.

The format of the staged data file.

Something like cdo, ncf ...

This attribute is mandatory.

Possible archive format of the data file.

This attribute is optional.

Possible archive format of the meta data file.

Normally this will be xml.

This attribute is required.

Contains the object ids (oids) of the desired data objects.

This attribute is required.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables