org.apache.axis2.tool.service.bean
Class WSDLAutoGenerateOptionBean

java.lang.Object
  extended by org.apache.axis2.tool.service.bean.WSDLAutoGenerateOptionBean

public class WSDLAutoGenerateOptionBean
extends Object


Constructor Summary
WSDLAutoGenerateOptionBean()
           
 
Method Summary
 String getClassFileName()
           
 Vector getListOfMethods()
           
 String getOutputFileName()
           
 String getStyle()
           
 void setClassFileName(String classFileName)
           
 void setListOfMethods(Vector listOfMethods)
           
 void setOutputFileName(String outputFileName)
           
 void setStyle(String style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLAutoGenerateOptionBean

public WSDLAutoGenerateOptionBean()
Method Detail

getOutputFileName

public String getOutputFileName()
Returns:
Returns the outputFileName.

setOutputFileName

public void setOutputFileName(String outputFileName)
Parameters:
outputFileName - The outputFileName to set.

getClassFileName

public String getClassFileName()
Returns:
Returns the classFileName.

setClassFileName

public void setClassFileName(String classFileName)
Parameters:
classFileName - The classFileName to set.

getStyle

public String getStyle()
Returns:
Returns the style.

setStyle

public void setStyle(String style)
Parameters:
style - The style to set.

getListOfMethods

public Vector getListOfMethods()
Returns:
Returns the listOfMethods.

setListOfMethods

public void setListOfMethods(Vector listOfMethods)
Parameters:
listOfMethods - The listOfMethods to set.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.