org.apache.axis.wsdl.toJava

Class 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 Summary
FactoryProperty()
Method Summary
booleanequals(Object rhs)
StringgetName()
StringgetValue()
voidsetName(String string)
voidsetValue(String string)
StringtoString()

Constructor Detail

FactoryProperty

public FactoryProperty()

Method Detail

equals

public boolean equals(Object rhs)

getName

public String getName()

getValue

public String getValue()

setName

public void setName(String string)

setValue

public void setValue(String string)

toString

public String toString()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.