net.agmodel.brokerConfig
Interface ChizuSourceList

All Superinterfaces:
BrokerList

public interface ChizuSourceList
extends BrokerList

Java content class for ChizuSourceList complex type.

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

 <complexType name="ChizuSourceList">
   <complexContent>
     <extension base="{http://www.agmodel.net/brokerConfig}BrokerList">
       <sequence>
         <element name="sources">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="source" type="{http://www.agmodel.net/brokerConfig}ChizuSource" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ChizuSourceList.SourcesType
          Java content class for anonymous complex type.
 
Nested classes inherited from class net.agmodel.brokerConfig.BrokerList
BrokerList.ParametersType
 
Method Summary
 ChizuSourceList.SourcesType getSources()
           
 void setSources(ChizuSourceList.SourcesType value)
           
 
Methods inherited from interface net.agmodel.brokerConfig.BrokerList
getParameters, setParameters
 

Method Detail

getSources

public ChizuSourceList.SourcesType getSources()
Returns:
possible object is ChizuSourceList.SourcesType

setSources

public void setSources(ChizuSourceList.SourcesType value)
Parameters:
value - allowed object is ChizuSourceList.SourcesType


Copyright (C) NARC 2001 All Rights Reserved.