org.apache.axis2.tool.service.bean
Class Page2Bean
java.lang.Object
org.apache.axis2.tool.service.bean.Page2Bean
public class Page2Bean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page2Bean
public Page2Bean()
getServiceName
public String getServiceName()
- Returns:
- Returns the serviceName.
setServiceName
public void setServiceName(String serviceName)
- Parameters:
serviceName
- The serviceName to set.
getProviderClassName
public String getProviderClassName()
setProviderClassName
public void setProviderClassName(String providerClassName)
isManual
public boolean isManual()
setManual
public void setManual(boolean manual)
isAutomatic
public boolean isAutomatic()
setAutomatic
public void setAutomatic(boolean automatic)
getManualFileName
public String getManualFileName()
setManualFileName
public void setManualFileName(String manualFileName)
getAutomaticClassName
public String getAutomaticClassName()
setAutomaticClassName
public void setAutomaticClassName(String automaticClassName)
getMethodNameCount
public int getMethodNameCount()
setSelectedMethodNames
public void setSelectedMethodNames(ArrayList list)
getMethodName
public String getMethodName(int index)
addMethodName
public void addMethodName(String selectedMethodName)
getSelectedMethodNames
public ArrayList getSelectedMethodNames()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.