public class WSDLAutoGenerateOptionBean extends Object
Constructor and Description |
---|
WSDLAutoGenerateOptionBean() |
Modifier and Type | Method and Description |
---|---|
String |
getClassFileName() |
Vector |
getListOfMethods() |
String |
getOutputFileName() |
String |
getStyle() |
void |
setClassFileName(String classFileName) |
void |
setListOfMethods(Vector listOfMethods) |
void |
setOutputFileName(String outputFileName) |
void |
setStyle(String style) |
public String getOutputFileName()
public void setOutputFileName(String outputFileName)
outputFileName
- The outputFileName to set.public String getClassFileName()
public void setClassFileName(String classFileName)
classFileName
- The classFileName to set.public String getStyle()
public void setStyle(String style)
style
- The style to set.public Vector getListOfMethods()
public void setListOfMethods(Vector listOfMethods)
listOfMethods
- The listOfMethods to set.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.