net.agmodel.brokerConfig
Interface MetSourceList

All Superinterfaces:
BrokerList

public interface MetSourceList
extends BrokerList

Java content class for MetSourceList complex type.

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

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


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

Method Detail

getSources

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

setSources

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


Copyright (C) NARC 2001 All Rights Reserved.