net.agmodel.spatialschema
Interface DataSource
- All Known Subinterfaces:
- BrokerConfigDataSource, ChizuSource, DEMSource, MetSource
- public interface DataSource
Java content class for DataSource complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="DataSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataSourceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="systemuser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="systempassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="loginRequirements" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="spatialCoverage" type="{http://www.agmodel.net/spatialSchema}GeographicalBox"/>
<element name="defaultDisplayRegion" type="{http://www.agmodel.net/spatialSchema}GeographicalBox" minOccurs="0"/>
<element name="driverName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getSpatialCoverage
public GeographicalBox getSpatialCoverage()
- Returns:
- possible object is
GeographicalBox
setSpatialCoverage
public void setSpatialCoverage(GeographicalBox value)
- Parameters:
value - allowed object is
GeographicalBox
getName
public String getName()
- Returns:
- possible object is
String
setName
public void setName(String value)
- Parameters:
value - allowed object is
String
getSystempassword
public String getSystempassword()
- Returns:
- possible object is
String
setSystempassword
public void setSystempassword(String value)
- Parameters:
value - allowed object is
String
getSystemuser
public String getSystemuser()
- Returns:
- possible object is
String
setSystemuser
public void setSystemuser(String value)
- Parameters:
value - allowed object is
String
getLoginRequirements
public int getLoginRequirements()
setLoginRequirements
public void setLoginRequirements(int value)
getDefaultDisplayRegion
public GeographicalBox getDefaultDisplayRegion()
- Returns:
- possible object is
GeographicalBox
setDefaultDisplayRegion
public void setDefaultDisplayRegion(GeographicalBox value)
- Parameters:
value - allowed object is
GeographicalBox
getDriverName
public String getDriverName()
- Returns:
- possible object is
String
setDriverName
public void setDriverName(String value)
- Parameters:
value - allowed object is
String
getDataSourceID
public String getDataSourceID()
- Returns:
- possible object is
String
setDataSourceID
public void setDataSourceID(String value)
- Parameters:
value - allowed object is
String
Copyright (C) NARC 2001 All Rights Reserved.