public class RadarQuery
extends java.lang.Object
Constructor and Description |
---|
RadarQuery()
ctor for encoding
|
RadarQuery(java.lang.String collectionUrl,
java.lang.String station,
DateSelection dateSelection)
ctor
|
RadarQuery(java.lang.String collectionUrl,
java.lang.String station,
java.lang.String product,
DateSelection dateSelection)
ctor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionUrl()
Get the CollectionUrl property.
|
DateSelection |
getDateSelection()
Get the DateSelection property.
|
java.lang.String |
getProduct()
Get the Station property.
|
java.lang.String |
getStation()
Get the Station property.
|
void |
setCollectionUrl(java.lang.String value)
Set the CollectionUrl property.
|
void |
setDateSelection(DateSelection value)
Set the DateSelection property.
|
void |
setProduct(java.lang.String value)
Set the Product property.
|
void |
setStation(java.lang.String value)
Set the Station property.
|
public RadarQuery()
public RadarQuery(java.lang.String collectionUrl, java.lang.String station, DateSelection dateSelection)
collectionUrl
- the collection urlstation
- the stationdateSelection
- the date selection_public RadarQuery(java.lang.String collectionUrl, java.lang.String station, java.lang.String product, DateSelection dateSelection)
collectionUrl
- the collection urlstation
- the stationproduct
- the productdateSelection
- the date selection_public void setCollectionUrl(java.lang.String value)
value
- The new value for CollectionUrlpublic java.lang.String getCollectionUrl()
public void setStation(java.lang.String value)
value
- The new value for Stationpublic java.lang.String getStation()
public void setProduct(java.lang.String value)
value
- The new value for Stationpublic java.lang.String getProduct()
public void setDateSelection(DateSelection value)
value
- The new value for DateSelectionpublic DateSelection getDateSelection()