org.apache.geronimo.connector.deployment.jsr88
Class ConfigPropertySetting

java.lang.Object
  extended byorg.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended byorg.apache.geronimo.connector.deployment.jsr88.ConfigPropertySetting

public class ConfigPropertySetting
extends org.apache.geronimo.deployment.plugin.XmlBeanSupport

Represents /connector/resourceadapter/resourceadapter-instance/config-property-setting or /connector/resourceadapter/outbound-resourceadapter/connection-definition/connectiondefinition-instance/config-property-setting or /connector/adminobject/adminobject-instance/config-property-setting in the Geronimo Connector deployment plan.

Version:
$Rev: 370976 $ $Date: 2006-01-21 05:22:22 +0100 (Sat, 21 Jan 2006) $

Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
ConfigPropertySetting()
           
ConfigPropertySetting(javax.enterprise.deploy.model.DDBean configProperty, org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType property, boolean setDefault)
           
 
Method Summary
 String getName()
           
protected  org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType getPropertySetting()
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, configured, fromXML, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigPropertySetting

public ConfigPropertySetting()

ConfigPropertySetting

public ConfigPropertySetting(javax.enterprise.deploy.model.DDBean configProperty,
                             org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType property,
                             boolean setDefault)
Method Detail

getPropertySetting

protected org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType getPropertySetting()

getName

public String getName()

getValue

public String getValue()

setValue

public void setValue(String value)

getSchemaTypeLoader

protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.