java.io.Serializable, IdMetaData, MappableMetaDatapublic class WebserviceDescriptionMetaData extends NamedMetaData
| Constructor | Description |
|---|---|
WebserviceDescriptionMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getConfigFile() |
Get the configFile.
|
java.lang.String |
getConfigName() |
Get the configName.
|
java.lang.String |
getName() |
Get the name.
|
java.lang.String |
getWebserviceDescriptionName() |
Get the webservicesDescriptionName.
|
java.lang.String |
getWsdlPublishLocation() |
Get the wsdlPublishLocation.
|
void |
setConfigFile(java.lang.String configFile) |
Set the configFile.
|
void |
setConfigName(java.lang.String configName) |
Set the configName.
|
void |
setWebserviceDescriptionName(java.lang.String webservicesDescriptionName) |
Set the webservicesDescriptionName.
|
void |
setWsdlPublishLocation(java.lang.String wsdlPublishLocation) |
Set the wsdlPublishLocation.
|
clone, getId, setIdpublic java.lang.String getName()
NamedMetaDatagetName in class NamedMetaDatapublic java.lang.String getWebserviceDescriptionName()
public void setWebserviceDescriptionName(java.lang.String webservicesDescriptionName)
webservicesDescriptionName - the webservicesDescriptionName.java.lang.IllegalArgumentException - for a null webservicesDescriptionNamepublic java.lang.String getConfigName()
public void setConfigName(java.lang.String configName)
configName - the configName.java.lang.IllegalArgumentException - for a null configNamepublic java.lang.String getConfigFile()
public void setConfigFile(java.lang.String configFile)
configFile - the configFile.java.lang.IllegalArgumentException - for a null configFilepublic java.lang.String getWsdlPublishLocation()
public void setWsdlPublishLocation(java.lang.String wsdlPublishLocation)
wsdlPublishLocation - the wsdlPublishLocation.java.lang.IllegalArgumentException - for a null wsdlPublishLocationCopyright © 2018 JBoss by Red Hat. All rights reserved.