Package org.apache.openejb.jee.jba
Class ServiceRef
- java.lang.Object
-
- org.apache.openejb.jee.jba.ServiceRef
-
public class ServiceRef extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringconfigFileprotected StringconfigNameprotected StringserviceRefNameprotected StringwsdlOverride
-
Constructor Summary
Constructors Constructor Description ServiceRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigFile()Gets the value of the configFile property.StringgetConfigName()Gets the value of the configName property.StringgetServiceRefName()Gets the value of the serviceRefName property.StringgetWsdlOverride()Gets the value of the wsdlOverride property.voidsetConfigFile(String value)Sets the value of the configFile property.voidsetConfigName(String value)Sets the value of the configName property.voidsetServiceRefName(String value)Sets the value of the serviceRefName property.voidsetWsdlOverride(String value)Sets the value of the wsdlOverride property.
-
-
-
Method Detail
-
getServiceRefName
public String getServiceRefName()
Gets the value of the serviceRefName property.- Returns:
- possible object is
String
-
setServiceRefName
public void setServiceRefName(String value)
Sets the value of the serviceRefName property.- Parameters:
value- allowed object isString
-
getConfigName
public String getConfigName()
Gets the value of the configName property.- Returns:
- possible object is
String
-
setConfigName
public void setConfigName(String value)
Sets the value of the configName property.- Parameters:
value- allowed object isString
-
getConfigFile
public String getConfigFile()
Gets the value of the configFile property.- Returns:
- possible object is
String
-
setConfigFile
public void setConfigFile(String value)
Sets the value of the configFile property.- Parameters:
value- allowed object isString
-
getWsdlOverride
public String getWsdlOverride()
Gets the value of the wsdlOverride property.- Returns:
- possible object is
String
-
-