org.apache.openejb.jee.jba
Class ServiceRef

java.lang.Object
  extended by org.apache.openejb.jee.jba.ServiceRef

public class ServiceRef
extends Object


Field Summary
protected  String configFile
           
protected  String configName
           
protected  String serviceRefName
           
protected  String wsdlOverride
           
 
Constructor Summary
ServiceRef()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceRefName

protected String serviceRefName

configName

protected String configName

configFile

protected String configFile

wsdlOverride

protected String wsdlOverride
Constructor Detail

ServiceRef

public ServiceRef()
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 is String

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 is String

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 is String

getWsdlOverride

public String getWsdlOverride()
Gets the value of the wsdlOverride property.

Returns:
possible object is String

setWsdlOverride

public void setWsdlOverride(String value)
Sets the value of the wsdlOverride property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.