Package org.apache.axis.wsdl.toJava
Class FactoryProperty
- java.lang.Object
-
- org.apache.axis.wsdl.toJava.FactoryProperty
-
public class FactoryProperty extends java.lang.ObjectThis is a general purpose class that allows one to pass name/value properties to the JavaGeneratorFactory.- Author:
- Jim Stafford (jim.stafford@raba.com)
-
-
Constructor Summary
Constructors Constructor Description FactoryProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object rhs)java.lang.StringgetName()java.lang.StringgetValue()voidsetName(java.lang.String string)voidsetValue(java.lang.String string)java.lang.StringtoString()
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equalsin classjava.lang.Object
-
-