cfa.vo.sed.dm
Class DataID

java.lang.Object
  extended by cfa.vo.sed.dm.DataID

public class DataID
extends java.lang.Object


Method Summary
 IValue getBandpass()
          Gets the Bandpass IValue object.
 IValue getCollections()
          Gets the Collections IValue object (ArrayValue).
 IValue getContributors()
          Gets list of contributors as a Vector.
 IValue getCreationType()
          Gets the CreationType IValue object.
 IValue getCreator()
          Gets the Creator IValue object.
 IValue getCreatorDID()
          Gets the CreatorDID IValue object.
 IValue getDatasetID()
          Gets the DatasetID IValue object.
 IValue getDataSource()
          Gets the DataSource IValue object.
 IValue getDate()
          Gets the Date IValue object.
 IValue getInstrument()
          Gets the Instrument IValue object.
 java.net.URL getLogo()
          Gets the URL where the logo can be found.
 IValue getTitle()
          Gets the Title IValue object.
 IValue getVersion()
          Gets the Version IValue object.
 void setBandpass(IValue bandpass)
          Sets the IValue object of the Bandpass.
 void setCollections(IValue collections)
          Sets the IValue object of the Collections.
 void setContributors(IValue contributors)
          Sets the contributor IValue.
 void setCreationType(IValue creationType)
          Sets the IValue object of the CreationType.
 void setCreator(IValue creator)
          Sets the IValue object of the Creator.
 void setCreatorDID(IValue creatorDID)
          Sets the IValue object of the CreatorDID.
 void setDatasetID(IValue datasetID)
          Sets the IValue object of the DatasetID.
 void setDataSource(IValue dataSource)
          Sets the IValue object of the DataSource.
 void setDate(IValue date)
          Sets the IValue object of the Date.
 void setInstrument(IValue instrument)
          Sets the IValue object of the Instrument.
 void setLogo(java.net.URL logo)
          Sets the value of the URL where the logo can be found.
 void setTitle(IValue title)
          Sets the IValue object of the Title.
 void setVersion(IValue version)
          Sets the IValue object of the Version.
 java.lang.String toString()
          Override Object's toString() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTitle

public IValue getTitle()
Gets the Title IValue object.

Returns:
possible object is IValue

setTitle

public void setTitle(IValue title)
Sets the IValue object of the Title.

Parameters:
title - allowed object is IValue

getCreator

public IValue getCreator()
Gets the Creator IValue object.

Returns:
possible object is IValue

setCreator

public void setCreator(IValue creator)
Sets the IValue object of the Creator.

Parameters:
creator - allowed object is IValue

getCreatorDID

public IValue getCreatorDID()
Gets the CreatorDID IValue object.

Returns:
possible object is IValue

setCreatorDID

public void setCreatorDID(IValue creatorDID)
Sets the IValue object of the CreatorDID.

Parameters:
creatorDID - allowed object is IValue

getCollections

public IValue getCollections()
Gets the Collections IValue object (ArrayValue).

Returns:
possible object is IValue

setCollections

public void setCollections(IValue collections)
Sets the IValue object of the Collections.

Parameters:
collections - allowed object is IValue

getDatasetID

public IValue getDatasetID()
Gets the DatasetID IValue object.

Returns:
possible object is IValue

setDatasetID

public void setDatasetID(IValue datasetID)
Sets the IValue object of the DatasetID.

Parameters:
datasetID - allowed object is IValue

getDate

public IValue getDate()
Gets the Date IValue object.

Returns:
possible object is IValue

setDate

public void setDate(IValue date)
Sets the IValue object of the Date.

Parameters:
date - allowed object is IValue

getVersion

public IValue getVersion()
Gets the Version IValue object.

Returns:
possible object is IValue

setVersion

public void setVersion(IValue version)
Sets the IValue object of the Version.

Parameters:
version - allowed object is IValue

getInstrument

public IValue getInstrument()
Gets the Instrument IValue object.

Returns:
possible object is IValue

setInstrument

public void setInstrument(IValue instrument)
Sets the IValue object of the Instrument.

Parameters:
instrument - allowed object is IValue

getBandpass

public IValue getBandpass()
Gets the Bandpass IValue object.

Returns:
possible object is IValue

setBandpass

public void setBandpass(IValue bandpass)
Sets the IValue object of the Bandpass.

Parameters:
bandpass - allowed object is IValue

getCreationType

public IValue getCreationType()
Gets the CreationType IValue object.

Returns:
possible object is IValue

setCreationType

public void setCreationType(IValue creationType)
Sets the IValue object of the CreationType.

Parameters:
creationType - allowed object is IValue

getDataSource

public IValue getDataSource()
Gets the DataSource IValue object.

Returns:
possible object is IValue

setDataSource

public void setDataSource(IValue dataSource)
Sets the IValue object of the DataSource.

Parameters:
dataSource - allowed object is IValue

getLogo

public java.net.URL getLogo()
Gets the URL where the logo can be found.

Returns:
possible object is URL

setLogo

public void setLogo(java.net.URL logo)
Sets the value of the URL where the logo can be found.

Parameters:
logo - allowed object is URL

getContributors

public IValue getContributors()
Gets list of contributors as a Vector.

Returns:
possible object is IValue

setContributors

public void setContributors(IValue contributors)
Sets the contributor IValue.

Parameters:
contributors - allowed object is IValue

toString

public java.lang.String toString()
Override Object's toString() method.

Overrides:
toString in class java.lang.Object
Returns:
possible object is String