Class FactoryProperty

java.lang.Object
org.apache.axis.wsdl.toJava.FactoryProperty

public class FactoryProperty extends 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)
  • Constructor Details

    • FactoryProperty

      public FactoryProperty()
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • setName

      public void setName(String string)
    • setValue

      public void setValue(String string)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object rhs)
      Overrides:
      equals in class Object