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>
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.