java.lang.ObjectThe connectorType defines a resource adapter.org.apache.geronimo.xml.ns.j2ee.connector_1.ConnectorType
Java class for connectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connectorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.1}environment" minOccurs="0"/> <element name="resourceadapter" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.1}resourceadapterType" maxOccurs="unbounded"/> <element name="adminobject" type="{http://geronimo.apache.org/xml/ns/j2ee/connector-1.1}adminobjectType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.1}gbean" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | ||
---|---|---|
protected EnvironmentType | environment | |
protected List<ResourceadapterType> | resourceadapter | |
protected List<AdminobjectType> | adminobject | |
protected List<GbeanType> | gbean |
Method from org.apache.geronimo.xml.ns.j2ee.connector_1.ConnectorType Summary: |
---|
getAdminobject, getEnvironment, getGbean, getResourceadapter, setEnvironment |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.xml.ns.j2ee.connector_1.ConnectorType Detail: |
---|
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getAdminobject().add(newItem); Objects of the following type(s) are allowed in the list AdminobjectType |
|
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getGbean().add(newItem); Objects of the following type(s) are allowed in the list GbeanType |
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getResourceadapter().add(newItem); Objects of the following type(s) are allowed in the list ResourceadapterType |
|