net.agmodel.brokerConfig
Interface BrokerConfiguration

All Superinterfaces:
BrokerConfigurationType, javax.xml.bind.Element

public interface BrokerConfiguration
extends javax.xml.bind.Element, BrokerConfigurationType

Java content class for BrokerConfiguration element declaration.

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

 <element name="BrokerConfiguration">
   <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>
 </element>
 


Methods inherited from interface net.agmodel.brokerConfig.BrokerConfigurationType
getChizuBrokerConfiguration, getDEMBrokerConfiguration, getMetBrokerConfiguration, setChizuBrokerConfiguration, setDEMBrokerConfiguration, setMetBrokerConfiguration
 



Copyright (C) NARC 2001 All Rights Reserved.