org.apache.geronimo.connector.deployment.jsr88
Class ConfigPropertySetting
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigPropertySetting
public ConfigPropertySetting()
ConfigPropertySetting
public ConfigPropertySetting(DDBean configProperty,
org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType property,
boolean setDefault)
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()
- Overrides:
getSchemaTypeLoader
in class XmlBeanSupport
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.