org.apache.axis.wsdl.toJava

Class 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)

Constructor Summary

FactoryProperty()

Method Summary

boolean
equals(Object rhs)
String
getName()
String
getValue()
void
setName(String string)
void
setValue(String string)
String
toString()

Constructor Details

FactoryProperty

public FactoryProperty()

Method Details

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 © 2005 Apache Web Services Project. All Rights Reserved.