net.agmodel.brokerConfig
Interface BrokerConfigDataSource

All Superinterfaces:
DataSource
All Known Subinterfaces:
ChizuSource, DEMSource, MetSource

public interface BrokerConfigDataSource
extends DataSource

Java content class for BrokerConfigDataSource complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="BrokerConfigDataSource">
   <complexContent>
     <extension base="{http://www.agmodel.net/spatialSchema}DataSource">
       <sequence>
         <element name="parameters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="parameter" type="{http://www.agmodel.net/brokerConfig}Parameter" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface BrokerConfigDataSource.ParametersType
          Java content class for anonymous complex type.
 
Method Summary
 BrokerConfigDataSource.ParametersType getParameters()
           
 void setParameters(BrokerConfigDataSource.ParametersType value)
           
 
Methods inherited from interface net.agmodel.spatialschema.DataSource
getDataSourceID, getDefaultDisplayRegion, getDriverName, getLoginRequirements, getName, getSpatialCoverage, getSystempassword, getSystemuser, setDataSourceID, setDefaultDisplayRegion, setDriverName, setLoginRequirements, setName, setSpatialCoverage, setSystempassword, setSystemuser
 

Method Detail

getParameters

public BrokerConfigDataSource.ParametersType getParameters()
Returns:
possible object is BrokerConfigDataSource.ParametersType

setParameters

public void setParameters(BrokerConfigDataSource.ParametersType value)
Parameters:
value - allowed object is BrokerConfigDataSource.ParametersType


Copyright (C) NARC 2001 All Rights Reserved.