org.apache.axis2.tool.service.bean
Class WSDLFileLocationBean
java.lang.Object
org.apache.axis2.tool.service.bean.WSDLFileLocationBean
public class WSDLFileLocationBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLFileLocationBean
public WSDLFileLocationBean()
isSkip
public boolean isSkip()
- Returns:
- Returns the skip.
setSkip
public void setSkip(boolean skip)
- Parameters:
skip
- The skip to set.
isManual
public boolean isManual()
- Returns:
- Returns the manual.
setManual
public void setManual(boolean manual)
- Parameters:
manual
- The manual to set.
getWSDLFileName
public String getWSDLFileName()
- Returns:
- Returns the wSDLFileName.
setWSDLFileName
public void setWSDLFileName(String fileName)
- Parameters:
fileName
- The wSDLFileName to set.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.