org.apache.axis2.tool.service.bean
Class WSDLAutoGenerateOptionBean
java.lang.Object
org.apache.axis2.tool.service.bean.WSDLAutoGenerateOptionBean
- public class WSDLAutoGenerateOptionBean
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLAutoGenerateOptionBean
public WSDLAutoGenerateOptionBean()
getOutputFileName
public java.lang.String getOutputFileName()
- Returns:
- Returns the outputFileName.
setOutputFileName
public void setOutputFileName(java.lang.String outputFileName)
- Parameters:
outputFileName
- The outputFileName to set.
getClassFileName
public java.lang.String getClassFileName()
- Returns:
- Returns the classFileName.
setClassFileName
public void setClassFileName(java.lang.String classFileName)
- Parameters:
classFileName
- The classFileName to set.
getStyle
public java.lang.String getStyle()
- Returns:
- Returns the style.
setStyle
public void setStyle(java.lang.String style)
- Parameters:
style
- The style to set.
getListOfMethods
public java.util.Vector getListOfMethods()
- Returns:
- Returns the listOfMethods.
setListOfMethods
public void setListOfMethods(java.util.Vector listOfMethods)
- Parameters:
listOfMethods
- The listOfMethods to set.
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.