public class WebserviceDescriptionMetaData extends NamedMetaData
| Constructor and Description |
|---|
WebserviceDescriptionMetaData() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getKey, hashCode, setName, toStringclone, getId, setIdpublic String getName()
NamedMetaDatagetName in class NamedMetaDatapublic String getWebserviceDescriptionName()
public void setWebserviceDescriptionName(String webservicesDescriptionName)
webservicesDescriptionName - the webservicesDescriptionName.IllegalArgumentException - for a null webservicesDescriptionNamepublic String getConfigName()
public void setConfigName(String configName)
configName - the configName.IllegalArgumentException - for a null configNamepublic String getConfigFile()
public void setConfigFile(String configFile)
configFile - the configFile.IllegalArgumentException - for a null configFilepublic String getWsdlPublishLocation()
public void setWsdlPublishLocation(String wsdlPublishLocation)
wsdlPublishLocation - the wsdlPublishLocation.IllegalArgumentException - for a null wsdlPublishLocationCopyright © 2017 JBoss by Red Hat. All rights reserved.