org.apache.axis.wsdl.toJava
Class FactoryProperty
java.lang.Object
   org.apache.axis.wsdl.toJava.FactoryProperty
org.apache.axis.wsdl.toJava.FactoryProperty
- public class FactoryProperty- extends java.lang.Object
This is a general purpose class that allows one to pass name/value
    properties to the JavaGeneratorFactory.
- Author:
- Jim Stafford (jim.stafford@raba.com)
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
FactoryProperty
public FactoryProperty()
getName
public java.lang.String getName()
- 
 
getValue
public java.lang.String getValue()
- 
 
setName
public void setName(java.lang.String string)
- 
 
setValue
public void setValue(java.lang.String string)
- 
 
toString
public java.lang.String toString()
- 
 
equals
public boolean equals(java.lang.Object rhs)
- 
 
Copyright © 2005 Apache Web Services Project. All Rights Reserved.