net.agmodel.brokerConfig
Interface MetSource
- All Superinterfaces:
- BrokerConfigDataSource, DataSource
- All Known Subinterfaces:
- ChizuSource, DEMSource
- public interface MetSource
- extends BrokerConfigDataSource
Java content class for MetSource complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="MetSource">
<complexContent>
<extension base="{http://www.agmodel.net/brokerConfig}BrokerConfigDataSource">
<sequence>
<element name="highestRes" type="{http://www.agmodel.net/spatialSchema}Duration" minOccurs="0"/>
<element name="lowestRes" type="{http://www.agmodel.net/spatialSchema}Duration" minOccurs="0"/>
<element name="timeliness" type="{http://www.agmodel.net/spatialSchema}Duration" minOccurs="0"/>
<element name="labelLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ptimezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultOffset" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="stationRebuildRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fromStation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="latRes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="longRes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mapdir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from interface net.agmodel.spatialschema.DataSource |
getDataSourceID, getDefaultDisplayRegion, getDriverName, getLoginRequirements, getName, getSpatialCoverage, getSystempassword, getSystemuser, setDataSourceID, setDefaultDisplayRegion, setDriverName, setLoginRequirements, setName, setSpatialCoverage, setSystempassword, setSystemuser |
getLowestRes
public Duration getLowestRes()
- Returns:
- possible object is
Duration
setLowestRes
public void setLowestRes(Duration value)
- Parameters:
value - allowed object is
Duration
getLabelLanguage
public String getLabelLanguage()
- Returns:
- possible object is
String
setLabelLanguage
public void setLabelLanguage(String value)
- Parameters:
value - allowed object is
String
getHighestRes
public Duration getHighestRes()
- Returns:
- possible object is
Duration
setHighestRes
public void setHighestRes(Duration value)
- Parameters:
value - allowed object is
Duration
getFromStation
public String getFromStation()
- Returns:
- possible object is
String
setFromStation
public void setFromStation(String value)
- Parameters:
value - allowed object is
String
getPtimezone
public String getPtimezone()
- Returns:
- possible object is
String
setPtimezone
public void setPtimezone(String value)
- Parameters:
value - allowed object is
String
isStationRebuildRequired
public boolean isStationRebuildRequired()
setStationRebuildRequired
public void setStationRebuildRequired(boolean value)
getLongRes
public String getLongRes()
- Returns:
- possible object is
String
setLongRes
public void setLongRes(String value)
- Parameters:
value - allowed object is
String
getDefaultOffset
public float getDefaultOffset()
setDefaultOffset
public void setDefaultOffset(float value)
getMapdir
public String getMapdir()
- Returns:
- possible object is
String
setMapdir
public void setMapdir(String value)
- Parameters:
value - allowed object is
String
getLatRes
public String getLatRes()
- Returns:
- possible object is
String
setLatRes
public void setLatRes(String value)
- Parameters:
value - allowed object is
String
getTimeliness
public Duration getTimeliness()
- Returns:
- possible object is
Duration
setTimeliness
public void setTimeliness(Duration value)
- Parameters:
value - allowed object is
Duration
Copyright (C) NARC 2001 All Rights Reserved.