org.apache.axis2.tool.service.bean
Class WSDLAutoGenerateOptionBean
java.lang.Object
org.apache.axis2.tool.service.bean.WSDLAutoGenerateOptionBean
public class WSDLAutoGenerateOptionBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLAutoGenerateOptionBean
public WSDLAutoGenerateOptionBean()
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.