public class JNDIEnvRefsGroup extends CompatibilityDescriptionGroup
<complexType name="JNDIEnvRefsGroup">
<complexContent>
<extension base="{common.xmi}CompatibilityDescriptionGroup">
<choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="environmentProperties" type="{common.xmi}EnvEntry"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="resourceRefs" type="{common.xmi}ResourceRef"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="ejbRefs" type="{common.xmi}EjbRef"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="resourceEnvRefs" type="{common.xmi}ResourceEnvRef"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="ejbLocalRefs" type="{common.xmi}EJBLocalRef"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="messageDestinationRefs" type="{common.xmi}MessageDestinationRef"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="serviceRefs" type="{webservice_client.xmi}ServiceRef"/>
</choice>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EJBLocalRef> |
ejbLocalRefs |
protected java.util.List<EjbRef> |
ejbRefs |
protected java.util.List<EnvEntry> |
environmentProperties |
protected java.util.List<MessageDestinationRef> |
messageDestinationRefs |
protected java.util.List<ResourceEnvRef> |
resourceEnvRefs |
protected java.util.List<ResourceRef> |
resourceRefs |
protected java.util.List<ServiceRef> |
serviceRefs |
description, displayName, largeIcon, smallIcondescriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
JNDIEnvRefsGroup() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EJBLocalRef> |
getEjbLocalRefs()
Gets the value of the ejbLocalRefs property.
|
java.util.List<EjbRef> |
getEjbRefs()
Gets the value of the ejbRefs property.
|
java.util.List<EnvEntry> |
getEnvironmentProperties()
Gets the value of the environmentProperties property.
|
java.util.List<MessageDestinationRef> |
getMessageDestinationRefs()
Gets the value of the messageDestinationRefs property.
|
java.util.List<ResourceEnvRef> |
getResourceEnvRefs()
Gets the value of the resourceEnvRefs property.
|
java.util.List<ResourceRef> |
getResourceRefs()
Gets the value of the resourceRefs property.
|
java.util.List<ServiceRef> |
getServiceRefs()
Gets the value of the serviceRefs property.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcongetDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected java.util.List<EnvEntry> environmentProperties
protected java.util.List<ResourceRef> resourceRefs
protected java.util.List<EjbRef> ejbRefs
protected java.util.List<ResourceEnvRef> resourceEnvRefs
protected java.util.List<EJBLocalRef> ejbLocalRefs
protected java.util.List<MessageDestinationRef> messageDestinationRefs
protected java.util.List<ServiceRef> serviceRefs
public java.util.List<EnvEntry> getEnvironmentProperties()
set method for the environmentProperties property.
For example, to add a new item, do as follows:
getEnvironmentProperties().add(newItem);Objects of the following type(s) are allowed in the list
EnvEntrypublic java.util.List<ResourceRef> getResourceRefs()
set method for the resourceRefs property.
For example, to add a new item, do as follows:
getResourceRefs().add(newItem);Objects of the following type(s) are allowed in the list
ResourceRefpublic java.util.List<EjbRef> getEjbRefs()
set method for the ejbRefs property.
For example, to add a new item, do as follows:
getEjbRefs().add(newItem);Objects of the following type(s) are allowed in the list
EjbRefpublic java.util.List<ResourceEnvRef> getResourceEnvRefs()
set method for the resourceEnvRefs property.
For example, to add a new item, do as follows:
getResourceEnvRefs().add(newItem);Objects of the following type(s) are allowed in the list
ResourceEnvRefpublic java.util.List<EJBLocalRef> getEjbLocalRefs()
set method for the ejbLocalRefs property.
For example, to add a new item, do as follows:
getEjbLocalRefs().add(newItem);Objects of the following type(s) are allowed in the list
EJBLocalRefpublic java.util.List<MessageDestinationRef> getMessageDestinationRefs()
set method for the messageDestinationRefs property.
For example, to add a new item, do as follows:
getMessageDestinationRefs().add(newItem);Objects of the following type(s) are allowed in the list
MessageDestinationRefpublic java.util.List<ServiceRef> getServiceRefs()
set method for the serviceRefs property.
For example, to add a new item, do as follows:
getServiceRefs().add(newItem);Objects of the following type(s) are allowed in the list
ServiceRef