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

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

public class ConfigPropertySetting
extends 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.


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
ConfigPropertySetting()
           
ConfigPropertySetting(DDBean configProperty, GerConfigPropertySettingType property, boolean setDefault)
           
 
Method Summary
 String getName()
           
protected  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(DDBean configProperty,
                             GerConfigPropertySettingType property,
                             boolean setDefault)
Method Detail

getPropertySetting

protected GerConfigPropertySettingType getPropertySetting()

getName

public String getName()

getValue

public String getValue()

setValue

public void setValue(String value)

getSchemaTypeLoader

protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
Overrides:
getSchemaTypeLoader in class XmlBeanSupport


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.