org.apache.axis2.tool.service.bean
Class WSDLFileLocationBean
java.lang.Object
org.apache.axis2.tool.service.bean.WSDLFileLocationBean
- public class WSDLFileLocationBean
- extends java.lang.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 java.lang.String getWSDLFileName()
- Returns:
- Returns the wSDLFileName.
setWSDLFileName
public void setWSDLFileName(java.lang.String fileName)
- Parameters:
fileName
- The wSDLFileName to set.
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.