public class ServiceRef extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
configFile |
protected String |
configName |
protected String |
serviceRefName |
protected String |
wsdlOverride |
| Constructor and Description |
|---|
ServiceRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigFile()
Gets the value of the configFile property.
|
String |
getConfigName()
Gets the value of the configName property.
|
String |
getServiceRefName()
Gets the value of the serviceRefName property.
|
String |
getWsdlOverride()
Gets the value of the wsdlOverride property.
|
void |
setConfigFile(String value)
Sets the value of the configFile property.
|
void |
setConfigName(String value)
Sets the value of the configName property.
|
void |
setServiceRefName(String value)
Sets the value of the serviceRefName property.
|
void |
setWsdlOverride(String value)
Sets the value of the wsdlOverride property.
|
protected String serviceRefName
protected String configName
protected String configFile
protected String wsdlOverride
public String getServiceRefName()
Stringpublic void setServiceRefName(String value)
value - allowed object is
Stringpublic String getConfigName()
Stringpublic void setConfigName(String value)
value - allowed object is
Stringpublic String getConfigFile()
Stringpublic void setConfigFile(String value)
value - allowed object is
Stringpublic String getWsdlOverride()
StringCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.