net.agmodel.brokerConfig
Interface BrokerConfigurationType

All Known Subinterfaces:
BrokerConfiguration

public interface BrokerConfigurationType

Java content class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MetBrokerConfiguration" type="{http://www.agmodel.net/brokerConfig}MetSourceList"/>
         <element name="ChizuBrokerConfiguration" type="{http://www.agmodel.net/brokerConfig}ChizuSourceList"/>
         <element name="DEMBrokerConfiguration" type="{http://www.agmodel.net/brokerConfig}DEMSourceList"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ChizuSourceList getChizuBrokerConfiguration()
           
 DEMSourceList getDEMBrokerConfiguration()
           
 MetSourceList getMetBrokerConfiguration()
           
 void setChizuBrokerConfiguration(ChizuSourceList value)
           
 void setDEMBrokerConfiguration(DEMSourceList value)
           
 void setMetBrokerConfiguration(MetSourceList value)
           
 

Method Detail

getChizuBrokerConfiguration

public ChizuSourceList getChizuBrokerConfiguration()
Returns:
possible object is ChizuSourceList

setChizuBrokerConfiguration

public void setChizuBrokerConfiguration(ChizuSourceList value)
Parameters:
value - allowed object is ChizuSourceList

getDEMBrokerConfiguration

public DEMSourceList getDEMBrokerConfiguration()
Returns:
possible object is DEMSourceList

setDEMBrokerConfiguration

public void setDEMBrokerConfiguration(DEMSourceList value)
Parameters:
value - allowed object is DEMSourceList

getMetBrokerConfiguration

public MetSourceList getMetBrokerConfiguration()
Returns:
possible object is MetSourceList

setMetBrokerConfiguration

public void setMetBrokerConfiguration(MetSourceList value)
Parameters:
value - allowed object is MetSourceList


Copyright (C) NARC 2001 All Rights Reserved.