public class ApplicationClientType
extends java.lang.Object
Java class for application-clientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="application-clientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="env-entry" type="{http://java.sun.com/xml/ns/javaee}env-entryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ejb-ref" type="{http://java.sun.com/xml/ns/javaee}ejb-refType" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://java.sun.com/xml/ns/javaee}service-refGroup"/>
<element name="resource-ref" type="{http://java.sun.com/xml/ns/javaee}resource-refType" maxOccurs="unbounded" minOccurs="0"/>
<element name="resource-env-ref" type="{http://java.sun.com/xml/ns/javaee}resource-env-refType" maxOccurs="unbounded" minOccurs="0"/>
<element name="message-destination-ref" type="{http://java.sun.com/xml/ns/javaee}message-destination-refType" maxOccurs="unbounded" minOccurs="0"/>
<element name="persistence-unit-ref" type="{http://java.sun.com/xml/ns/javaee}persistence-unit-refType" maxOccurs="unbounded" minOccurs="0"/>
<element name="post-construct" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
<element name="pre-destroy" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
<element name="callback-handler" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="message-destination" type="{http://java.sun.com/xml/ns/javaee}message-destinationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="5" />
<attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FullyQualifiedClassType |
callbackHandler |
protected java.util.List<DescriptionType> |
description |
protected java.util.List<DisplayNameType> |
displayName |
protected java.util.List<EjbRefType> |
ejbRef |
protected java.util.List<EnvEntryType> |
envEntry |
protected java.util.List<IconType> |
icon |
protected java.lang.String |
id |
protected java.util.List<MessageDestinationType> |
messageDestination |
protected java.util.List<MessageDestinationRefType> |
messageDestinationRef |
protected java.lang.Boolean |
metadataComplete |
protected java.util.List<PersistenceUnitRefType> |
persistenceUnitRef |
protected java.util.List<LifecycleCallbackType> |
postConstruct |
protected java.util.List<LifecycleCallbackType> |
preDestroy |
protected java.util.List<ResourceEnvRefType> |
resourceEnvRef |
protected java.util.List<ResourceRefType> |
resourceRef |
protected java.util.List<ServiceRefType> |
serviceRef |
protected java.lang.String |
version |
| Constructor and Description |
|---|
ApplicationClientType() |
| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedClassType |
getCallbackHandler()
Gets the value of the callbackHandler property.
|
java.util.List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
java.util.List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
java.util.List<EjbRefType> |
getEjbRef()
Gets the value of the ejbRef property.
|
java.util.List<EnvEntryType> |
getEnvEntry()
Gets the value of the envEntry property.
|
java.util.List<IconType> |
getIcon()
Gets the value of the icon property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<MessageDestinationType> |
getMessageDestination()
Gets the value of the messageDestination property.
|
java.util.List<MessageDestinationRefType> |
getMessageDestinationRef()
Gets the value of the messageDestinationRef property.
|
java.util.List<PersistenceUnitRefType> |
getPersistenceUnitRef()
Gets the value of the persistenceUnitRef property.
|
java.util.List<LifecycleCallbackType> |
getPostConstruct()
Gets the value of the postConstruct property.
|
java.util.List<LifecycleCallbackType> |
getPreDestroy()
Gets the value of the preDestroy property.
|
java.util.List<ResourceEnvRefType> |
getResourceEnvRef()
Gets the value of the resourceEnvRef property.
|
java.util.List<ResourceRefType> |
getResourceRef()
Gets the value of the resourceRef property.
|
java.util.List<ServiceRefType> |
getServiceRef()
Gets the value of the serviceRef property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.lang.Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property.
|
void |
setCallbackHandler(FullyQualifiedClassType value)
Sets the value of the callbackHandler property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setMetadataComplete(java.lang.Boolean value)
Sets the value of the metadataComplete property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<DescriptionType> description
protected java.util.List<DisplayNameType> displayName
protected java.util.List<IconType> icon
protected java.util.List<EnvEntryType> envEntry
protected java.util.List<EjbRefType> ejbRef
protected java.util.List<ServiceRefType> serviceRef
protected java.util.List<ResourceRefType> resourceRef
protected java.util.List<ResourceEnvRefType> resourceEnvRef
protected java.util.List<MessageDestinationRefType> messageDestinationRef
protected java.util.List<PersistenceUnitRefType> persistenceUnitRef
protected java.util.List<LifecycleCallbackType> postConstruct
protected java.util.List<LifecycleCallbackType> preDestroy
protected FullyQualifiedClassType callbackHandler
protected java.util.List<MessageDestinationType> messageDestination
protected java.lang.String version
protected java.lang.Boolean metadataComplete
protected java.lang.String id
public java.util.List<DescriptionType> getDescription()
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 set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public java.util.List<DisplayNameType> getDisplayName()
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 set method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public java.util.List<IconType> getIcon()
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 set method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public java.util.List<EnvEntryType> getEnvEntry()
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 set method for the envEntry property.
For example, to add a new item, do as follows:
getEnvEntry().add(newItem);
Objects of the following type(s) are allowed in the list
EnvEntryType
public java.util.List<EjbRefType> getEjbRef()
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 set method for the ejbRef property.
For example, to add a new item, do as follows:
getEjbRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbRefType
public java.util.List<ServiceRefType> getServiceRef()
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 set method for the serviceRef property.
For example, to add a new item, do as follows:
getServiceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceRefType
public java.util.List<ResourceRefType> getResourceRef()
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 set method for the resourceRef property.
For example, to add a new item, do as follows:
getResourceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceRefType
public java.util.List<ResourceEnvRefType> getResourceEnvRef()
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 set method for the resourceEnvRef property.
For example, to add a new item, do as follows:
getResourceEnvRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceEnvRefType
public java.util.List<MessageDestinationRefType> getMessageDestinationRef()
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 set method for the messageDestinationRef property.
For example, to add a new item, do as follows:
getMessageDestinationRef().add(newItem);
Objects of the following type(s) are allowed in the list
MessageDestinationRefType
public java.util.List<PersistenceUnitRefType> getPersistenceUnitRef()
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 set method for the persistenceUnitRef property.
For example, to add a new item, do as follows:
getPersistenceUnitRef().add(newItem);
Objects of the following type(s) are allowed in the list
PersistenceUnitRefType
public java.util.List<LifecycleCallbackType> getPostConstruct()
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 set method for the postConstruct property.
For example, to add a new item, do as follows:
getPostConstruct().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public java.util.List<LifecycleCallbackType> getPreDestroy()
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 set method for the preDestroy property.
For example, to add a new item, do as follows:
getPreDestroy().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public FullyQualifiedClassType getCallbackHandler()
FullyQualifiedClassTypepublic void setCallbackHandler(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic java.util.List<MessageDestinationType> getMessageDestination()
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 set method for the messageDestination property.
For example, to add a new item, do as follows:
getMessageDestination().add(newItem);
Objects of the following type(s) are allowed in the list
MessageDestinationType
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isMetadataComplete()
Booleanpublic void setMetadataComplete(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String