net.agmodel.brokerConfig
Interface Parameter


public interface Parameter

Java content class for Parameter complex type.

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

 <complexType name="Parameter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getName()
           
 String getValue()
           
 void setName(String value)
           
 void setValue(String value)
           
 

Method Detail

getName

public String getName()
Returns:
possible object is String

setName

public void setName(String value)
Parameters:
value - allowed object is String

getValue

public String getValue()
Returns:
possible object is String

setValue

public void setValue(String value)
Parameters:
value - allowed object is String


Copyright (C) NARC 2001 All Rights Reserved.