|
JBoss Metadata Common 7.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.common.jboss.WebserviceDescriptionMetaData
public class WebserviceDescriptionMetaData
WebservicesDescriptionMetaData.
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, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebserviceDescriptionMetaData()
Method Detail |
---|
public String getName()
NamedMetaData
getName
in class NamedMetaData
public 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 wsdlPublishLocation
|
JBoss Metadata Common 7.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |