org.jaffa.persistence.engines.jdbcengine.configservice.initdomain
Interface Param

All Known Implementing Classes:
ParamImpl

public interface Param

Java content class for param complex type.

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

 <complexType name="param">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


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

Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getName

public String getName()

setName

public void setName(String value)


Copyright © 2002-2004 JAFFA Project.