org.jboss.metadata.common.jboss
Class WebserviceDescriptionMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.common.jboss.WebserviceDescriptionMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData

public class WebserviceDescriptionMetaData
extends NamedMetaData

WebservicesDescriptionMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
WebserviceDescriptionMetaData()
           
 
Method Summary
 String getConfigFile()
          Get the configFile.
 String getConfigName()
          Get the configName.
 String getName()
          Get the name.
 String getWebserviceDescriptionName()
          Get the webservicesDescriptionName.
 String getWsdlPublishLocation()
          Get the wsdlPublishLocation.
 void setConfigFile(String configFile)
          Set the configFile.
 void setConfigName(String configName)
          Set the configName.
 void setWebserviceDescriptionName(String webservicesDescriptionName)
          Set the webservicesDescriptionName.
 void setWsdlPublishLocation(String wsdlPublishLocation)
          Set the wsdlPublishLocation.
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
equals, getKey, hashCode, merge, setName, toString
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebserviceDescriptionMetaData

public WebserviceDescriptionMetaData()
Method Detail

getName

public String getName()
Description copied from class: NamedMetaData
Get the name.

Overrides:
getName in class NamedMetaData
Returns:
the name.

getWebserviceDescriptionName

public String getWebserviceDescriptionName()
Get the webservicesDescriptionName.

Returns:
the webservicesDescriptionName.

setWebserviceDescriptionName

public void setWebserviceDescriptionName(String webservicesDescriptionName)
Set the webservicesDescriptionName.

Parameters:
webservicesDescriptionName - the webservicesDescriptionName.
Throws:
IllegalArgumentException - for a null webservicesDescriptionName

getConfigName

public String getConfigName()
Get the configName.

Returns:
the configName.

setConfigName

public void setConfigName(String configName)
Set the configName.

Parameters:
configName - the configName.
Throws:
IllegalArgumentException - for a null configName

getConfigFile

public String getConfigFile()
Get the configFile.

Returns:
the configFile.

setConfigFile

public void setConfigFile(String configFile)
Set the configFile.

Parameters:
configFile - the configFile.
Throws:
IllegalArgumentException - for a null configFile

getWsdlPublishLocation

public String getWsdlPublishLocation()
Get the wsdlPublishLocation.

Returns:
the wsdlPublishLocation.

setWsdlPublishLocation

public void setWsdlPublishLocation(String wsdlPublishLocation)
Set the wsdlPublishLocation.

Parameters:
wsdlPublishLocation - the wsdlPublishLocation.
Throws:
IllegalArgumentException - for a null wsdlPublishLocation


Copyright © 2009 JBoss Inc.. All Rights Reserved.