net.agmodel.brokerConfig
Interface BrokerConfigDataSource.ParametersType

Enclosing interface:
BrokerConfigDataSource

public static interface BrokerConfigDataSource.ParametersType

Java content class for anonymous complex type.

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

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


Method Summary
 List getParameter()
          Gets the value of the Parameter property.
 

Method Detail

getParameter

public List getParameter()
Gets the value of the Parameter property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Parameter property. For example, to add a new item, do as follows:
    getParameter().add(newItem);
 
Objects of the following type(s) are allowed in the list Parameter



Copyright (C) NARC 2001 All Rights Reserved.