net.agmodel.brokerConfig
Interface DEMSourceList

All Superinterfaces:
BrokerList

public interface DEMSourceList
extends BrokerList

Java content class for DEMSourceList complex type.

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

 <complexType name="DEMSourceList">
   <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}DEMSource" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


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

Method Detail

getSources

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

setSources

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


Copyright (C) NARC 2001 All Rights Reserved.