org.apache.axis.wsdl.toJava
Class FactoryProperty
java.lang.Object
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()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in class java.lang.Object
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.