ucar.unidata.data.radar
Class RadarQuery

java.lang.Object
  extended by ucar.unidata.data.radar.RadarQuery

public class RadarQuery
extends Object

Version:
$Revision: 1.2 $
Author:
IDV Development Team

Constructor Summary
RadarQuery()
          ctor for encoding
RadarQuery(String collectionUrl, String station, DateSelection dateSelection)
          ctor
 
Method Summary
 String getCollectionUrl()
          Get the CollectionUrl property.
 DateSelection getDateSelection()
          Get the DateSelection property.
 String getStation()
          Get the Station property.
 void setCollectionUrl(String value)
          Set the CollectionUrl property.
 void setDateSelection(DateSelection value)
          Set the DateSelection property.
 void setStation(String value)
          Set the Station property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadarQuery

public RadarQuery()
ctor for encoding


RadarQuery

public RadarQuery(String collectionUrl,
                  String station,
                  DateSelection dateSelection)
ctor

Parameters:
collectionUrl - the collection url
station - the station
dateSelection - the date selection_
Method Detail

setCollectionUrl

public void setCollectionUrl(String value)
Set the CollectionUrl property.

Parameters:
value - The new value for CollectionUrl

getCollectionUrl

public String getCollectionUrl()
Get the CollectionUrl property.

Returns:
The CollectionUrl

setStation

public void setStation(String value)
Set the Station property.

Parameters:
value - The new value for Station

getStation

public String getStation()
Get the Station property.

Returns:
The Station

setDateSelection

public void setDateSelection(DateSelection value)
Set the DateSelection property.

Parameters:
value - The new value for DateSelection

getDateSelection

public DateSelection getDateSelection()
Get the DateSelection property.

Returns:
The DateSelection