public interface ApplicationType<T> extends Child<T>
applicationType xsd type| Modifier and Type | Method and Description |
|---|---|
ApplicationType<T> |
applicationName(String applicationName)
Sets the
application-name element |
DataSourceType<ApplicationType<T>> |
createDataSource()
Creates a new
data-source element |
EjbLocalRefType<ApplicationType<T>> |
createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbRefType<ApplicationType<T>> |
createEjbRef()
Creates a new
ejb-ref element |
EnvEntryType<ApplicationType<T>> |
createEnvEntry()
Creates a new
env-entry element |
IconType<ApplicationType<T>> |
createIcon()
Creates a new
icon element |
MessageDestinationType<ApplicationType<T>> |
createMessageDestination()
Creates a new
message-destination element |
MessageDestinationRefType<ApplicationType<T>> |
createMessageDestinationRef()
Creates a new
message-destination-ref element |
ModuleType<ApplicationType<T>> |
createModule()
Creates a new
module element |
PersistenceContextRefType<ApplicationType<T>> |
createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceUnitRefType<ApplicationType<T>> |
createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
ResourceEnvRefType<ApplicationType<T>> |
createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceRefType<ApplicationType<T>> |
createResourceRef()
Creates a new
resource-ref element |
SecurityRoleType<ApplicationType<T>> |
createSecurityRole()
Creates a new
security-role element |
ServiceRefType<ApplicationType<T>> |
createServiceRef()
Creates a new
service-ref element |
ApplicationType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ApplicationType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<DataSourceType<ApplicationType<T>>> |
getAllDataSource()
Returns all
data-source elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<EjbLocalRefType<ApplicationType<T>>> |
getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbRefType<ApplicationType<T>>> |
getAllEjbRef()
Returns all
ejb-ref elements |
List<EnvEntryType<ApplicationType<T>>> |
getAllEnvEntry()
Returns all
env-entry elements |
List<IconType<ApplicationType<T>>> |
getAllIcon()
Returns all
icon elements |
List<MessageDestinationType<ApplicationType<T>>> |
getAllMessageDestination()
Returns all
message-destination elements |
List<MessageDestinationRefType<ApplicationType<T>>> |
getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<ModuleType<ApplicationType<T>>> |
getAllModule()
Returns all
module elements |
List<PersistenceContextRefType<ApplicationType<T>>> |
getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceUnitRefType<ApplicationType<T>>> |
getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<ResourceEnvRefType<ApplicationType<T>>> |
getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceRefType<ApplicationType<T>>> |
getAllResourceRef()
Returns all
resource-ref elements |
List<SecurityRoleType<ApplicationType<T>>> |
getAllSecurityRole()
Returns all
security-role elements |
List<ServiceRefType<ApplicationType<T>>> |
getAllServiceRef()
Returns all
service-ref elements |
String |
getApplicationName()
Returns the
application-name element |
GenericBooleanType |
getInitializeInOrder()
Returns the
initialize-in-order element |
String |
getInitializeInOrderAsString()
Returns the
initialize-in-order element |
String |
getLibraryDirectory()
Returns the
library-directory element |
DataSourceType<ApplicationType<T>> |
getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
EjbLocalRefType<ApplicationType<T>> |
getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbRefType<ApplicationType<T>> |
getOrCreateEjbRef()
If not already created, a new
ejb-ref element will be created and returned. |
EnvEntryType<ApplicationType<T>> |
getOrCreateEnvEntry()
If not already created, a new
env-entry element will be created and returned. |
IconType<ApplicationType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
MessageDestinationType<ApplicationType<T>> |
getOrCreateMessageDestination()
If not already created, a new
message-destination element will be created and returned. |
MessageDestinationRefType<ApplicationType<T>> |
getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
ModuleType<ApplicationType<T>> |
getOrCreateModule()
If not already created, a new
module element will be created and returned. |
PersistenceContextRefType<ApplicationType<T>> |
getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<ApplicationType<T>> |
getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
ResourceEnvRefType<ApplicationType<T>> |
getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceRefType<ApplicationType<T>> |
getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
SecurityRoleType<ApplicationType<T>> |
getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
ServiceRefType<ApplicationType<T>> |
getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
String |
getVersion()
Returns the
version attribute |
ApplicationType<T> |
initializeInOrder(GenericBooleanType initializeInOrder)
Sets the
initialize-in-order element |
ApplicationType<T> |
initializeInOrder(String initializeInOrder)
Sets the
initialize-in-order element |
ApplicationType<T> |
libraryDirectory(String libraryDirectory)
Sets the
library-directory element |
ApplicationType<T> |
removeAllDataSource()
Removes all
data-source elements |
ApplicationType<T> |
removeAllDescription()
Removes the
description element |
ApplicationType<T> |
removeAllDisplayName()
Removes the
display-name element |
ApplicationType<T> |
removeAllEjbLocalRef()
Removes all
ejb-local-ref elements |
ApplicationType<T> |
removeAllEjbRef()
Removes all
ejb-ref elements |
ApplicationType<T> |
removeAllEnvEntry()
Removes all
env-entry elements |
ApplicationType<T> |
removeAllIcon()
Removes all
icon elements |
ApplicationType<T> |
removeAllMessageDestination()
Removes all
message-destination elements |
ApplicationType<T> |
removeAllMessageDestinationRef()
Removes all
message-destination-ref elements |
ApplicationType<T> |
removeAllModule()
Removes all
module elements |
ApplicationType<T> |
removeAllPersistenceContextRef()
Removes all
persistence-context-ref elements |
ApplicationType<T> |
removeAllPersistenceUnitRef()
Removes all
persistence-unit-ref elements |
ApplicationType<T> |
removeAllResourceEnvRef()
Removes all
resource-env-ref elements |
ApplicationType<T> |
removeAllResourceRef()
Removes all
resource-ref elements |
ApplicationType<T> |
removeAllSecurityRole()
Removes all
security-role elements |
ApplicationType<T> |
removeAllServiceRef()
Removes all
service-ref elements |
ApplicationType<T> |
removeApplicationName()
Removes the
application-name element |
ApplicationType<T> |
removeInitializeInOrder()
Removes the
initialize-in-order attribute |
ApplicationType<T> |
removeLibraryDirectory()
Removes the
library-directory element |
ApplicationType<T> |
removeVersion()
Removes the
version attribute |
ApplicationType<T> |
version(String version)
Sets the
version attribute |
ApplicationType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsApplicationTypeList<String> getAllDescription()
description elementsdescriptionApplicationType<T> removeAllDescription()
description elementApplicationTypeApplicationType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsApplicationTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameApplicationType<T> removeAllDisplayName()
display-name elementApplicationTypeIconType<ApplicationType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<ApplicationType<T>> createIcon()
icon elementIconType> List<IconType<ApplicationType<T>>> getAllIcon()
icon elementsiconApplicationType<T> removeAllIcon()
icon elementsIconType> ServiceRefType<ApplicationType<T>> getOrCreateServiceRef()
service-ref element will be created and returned.
Otherwise, the first existing service-ref element will be returned.service-refServiceRefType<ApplicationType<T>> createServiceRef()
service-ref elementServiceRefType> List<ServiceRefType<ApplicationType<T>>> getAllServiceRef()
service-ref elementsservice-refApplicationType<T> removeAllServiceRef()
service-ref elementsServiceRefType> ApplicationType<T> applicationName(String applicationName)
application-name elementapplicationName - the value for the element application-nameApplicationTypeString getApplicationName()
application-name elementapplication-nameApplicationType<T> removeApplicationName()
application-name elementApplicationTypeApplicationType<T> initializeInOrder(GenericBooleanType initializeInOrder)
initialize-in-order elementinitializeInOrder - the value for the element initialize-in-orderApplicationTypeApplicationType<T> initializeInOrder(String initializeInOrder)
initialize-in-order elementinitializeInOrder - the value for the element initialize-in-orderApplicationTypeGenericBooleanType getInitializeInOrder()
initialize-in-order elementinitialize-in-orderString getInitializeInOrderAsString()
initialize-in-order elementinitialize-in-orderApplicationType<T> removeInitializeInOrder()
initialize-in-order attributeApplicationTypeModuleType<ApplicationType<T>> getOrCreateModule()
module element will be created and returned.
Otherwise, the first existing module element will be returned.moduleModuleType<ApplicationType<T>> createModule()
module elementModuleType> List<ModuleType<ApplicationType<T>>> getAllModule()
module elementsmoduleApplicationType<T> removeAllModule()
module elementsModuleType> SecurityRoleType<ApplicationType<T>> getOrCreateSecurityRole()
security-role element will be created and returned.
Otherwise, the first existing security-role element will be returned.security-roleSecurityRoleType<ApplicationType<T>> createSecurityRole()
security-role elementSecurityRoleType> List<SecurityRoleType<ApplicationType<T>>> getAllSecurityRole()
security-role elementssecurity-roleApplicationType<T> removeAllSecurityRole()
security-role elementsSecurityRoleType> ApplicationType<T> libraryDirectory(String libraryDirectory)
library-directory elementlibraryDirectory - the value for the element library-directoryApplicationTypeString getLibraryDirectory()
library-directory elementlibrary-directoryApplicationType<T> removeLibraryDirectory()
library-directory elementApplicationTypeEnvEntryType<ApplicationType<T>> getOrCreateEnvEntry()
env-entry element will be created and returned.
Otherwise, the first existing env-entry element will be returned.env-entryEnvEntryType<ApplicationType<T>> createEnvEntry()
env-entry elementEnvEntryType> List<EnvEntryType<ApplicationType<T>>> getAllEnvEntry()
env-entry elementsenv-entryApplicationType<T> removeAllEnvEntry()
env-entry elementsEnvEntryType> EjbRefType<ApplicationType<T>> getOrCreateEjbRef()
ejb-ref element will be created and returned.
Otherwise, the first existing ejb-ref element will be returned.ejb-refEjbRefType<ApplicationType<T>> createEjbRef()
ejb-ref elementEjbRefType> List<EjbRefType<ApplicationType<T>>> getAllEjbRef()
ejb-ref elementsejb-refApplicationType<T> removeAllEjbRef()
ejb-ref elementsEjbRefType> EjbLocalRefType<ApplicationType<T>> getOrCreateEjbLocalRef()
ejb-local-ref element will be created and returned.
Otherwise, the first existing ejb-local-ref element will be returned.ejb-local-refEjbLocalRefType<ApplicationType<T>> createEjbLocalRef()
ejb-local-ref elementEjbLocalRefType> List<EjbLocalRefType<ApplicationType<T>>> getAllEjbLocalRef()
ejb-local-ref elementsejb-local-refApplicationType<T> removeAllEjbLocalRef()
ejb-local-ref elementsEjbLocalRefType> ResourceRefType<ApplicationType<T>> getOrCreateResourceRef()
resource-ref element will be created and returned.
Otherwise, the first existing resource-ref element will be returned.resource-refResourceRefType<ApplicationType<T>> createResourceRef()
resource-ref elementResourceRefType> List<ResourceRefType<ApplicationType<T>>> getAllResourceRef()
resource-ref elementsresource-refApplicationType<T> removeAllResourceRef()
resource-ref elementsResourceRefType> ResourceEnvRefType<ApplicationType<T>> getOrCreateResourceEnvRef()
resource-env-ref element will be created and returned.
Otherwise, the first existing resource-env-ref element will be returned.resource-env-refResourceEnvRefType<ApplicationType<T>> createResourceEnvRef()
resource-env-ref elementResourceEnvRefType> List<ResourceEnvRefType<ApplicationType<T>>> getAllResourceEnvRef()
resource-env-ref elementsresource-env-refApplicationType<T> removeAllResourceEnvRef()
resource-env-ref elementsResourceEnvRefType> MessageDestinationRefType<ApplicationType<T>> getOrCreateMessageDestinationRef()
message-destination-ref element will be created and returned.
Otherwise, the first existing message-destination-ref element will be returned.message-destination-refMessageDestinationRefType<ApplicationType<T>> createMessageDestinationRef()
message-destination-ref elementMessageDestinationRefType> List<MessageDestinationRefType<ApplicationType<T>>> getAllMessageDestinationRef()
message-destination-ref elementsmessage-destination-refApplicationType<T> removeAllMessageDestinationRef()
message-destination-ref elementsMessageDestinationRefType> PersistenceContextRefType<ApplicationType<T>> getOrCreatePersistenceContextRef()
persistence-context-ref element will be created and returned.
Otherwise, the first existing persistence-context-ref element will be returned.persistence-context-refPersistenceContextRefType<ApplicationType<T>> createPersistenceContextRef()
persistence-context-ref elementPersistenceContextRefType> List<PersistenceContextRefType<ApplicationType<T>>> getAllPersistenceContextRef()
persistence-context-ref elementspersistence-context-refApplicationType<T> removeAllPersistenceContextRef()
persistence-context-ref elementsPersistenceContextRefType> PersistenceUnitRefType<ApplicationType<T>> getOrCreatePersistenceUnitRef()
persistence-unit-ref element will be created and returned.
Otherwise, the first existing persistence-unit-ref element will be returned.persistence-unit-refPersistenceUnitRefType<ApplicationType<T>> createPersistenceUnitRef()
persistence-unit-ref elementPersistenceUnitRefType> List<PersistenceUnitRefType<ApplicationType<T>>> getAllPersistenceUnitRef()
persistence-unit-ref elementspersistence-unit-refApplicationType<T> removeAllPersistenceUnitRef()
persistence-unit-ref elementsPersistenceUnitRefType> MessageDestinationType<ApplicationType<T>> getOrCreateMessageDestination()
message-destination element will be created and returned.
Otherwise, the first existing message-destination element will be returned.message-destinationMessageDestinationType<ApplicationType<T>> createMessageDestination()
message-destination elementMessageDestinationType> List<MessageDestinationType<ApplicationType<T>>> getAllMessageDestination()
message-destination elementsmessage-destinationApplicationType<T> removeAllMessageDestination()
message-destination elementsMessageDestinationType> DataSourceType<ApplicationType<T>> getOrCreateDataSource()
data-source element will be created and returned.
Otherwise, the first existing data-source element will be returned.data-sourceDataSourceType<ApplicationType<T>> createDataSource()
data-source elementDataSourceType> List<DataSourceType<ApplicationType<T>>> getAllDataSource()
data-source elementsdata-sourceApplicationType<T> removeAllDataSource()
data-source elementsDataSourceType> ApplicationType<T> version(String version)
version attributeversion - the value for the attribute versionApplicationTypeString getVersion()
version attributeversionApplicationType<T> removeVersion()
version attributeApplicationTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.