net.agmodel.brokerConfig
Interface BrokerList
- All Known Subinterfaces:
- ChizuSourceList, DEMSourceList, MetSourceList
- public interface BrokerList
Java content class for BrokerList complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="BrokerList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameters">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://www.agmodel.net/brokerConfig}Parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
getParameters
public BrokerList.ParametersType getParameters()
- Returns:
- possible object is
BrokerList.ParametersType
setParameters
public void setParameters(BrokerList.ParametersType value)
- Parameters:
value - allowed object is
BrokerList.ParametersType
Copyright (C) NARC 2001 All Rights Reserved.