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

java.lang.Object
  extended by org.apache.axis2.tool.service.bean.WSDLFileLocationBean

public class WSDLFileLocationBean
extends Object


Constructor Summary
WSDLFileLocationBean()
           
 
Method Summary
 String getWSDLFileName()
           
 boolean isManual()
           
 boolean isSkip()
           
 void setManual(boolean manual)
           
 void setSkip(boolean skip)
           
 void setWSDLFileName(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLFileLocationBean

public WSDLFileLocationBean()
Method Detail

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.