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

java.lang.Object
  extended byorg.apache.axis2.tool.service.bean.WSDLAutoGenerateOptionBean

public class WSDLAutoGenerateOptionBean
extends java.lang.Object


Constructor Summary
WSDLAutoGenerateOptionBean()
           
 
Method Summary
 java.lang.String getClassFileName()
           
 java.util.Vector getListOfMethods()
           
 java.lang.String getOutputFileName()
           
 java.lang.String getStyle()
           
 void setClassFileName(java.lang.String classFileName)
           
 void setListOfMethods(java.util.Vector listOfMethods)
           
 void setOutputFileName(java.lang.String outputFileName)
           
 void setStyle(java.lang.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 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.