public interface ConnectorType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
connectorType xsd type| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
IconType<ConnectorType<T>> |
createIcon()
Creates a new
icon element |
ConnectorType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
ConnectorType<T> |
displayName(java.lang.String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ConnectorType<T> |
eisType(java.lang.String eisType)
Sets the
eis-type element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.util.List<java.lang.String> |
getAllDisplayName()
Returns all
display-name elements |
java.util.List<IconType<ConnectorType<T>>> |
getAllIcon()
Returns all
icon elements |
java.util.List<java.lang.String> |
getAllRequiredWorkContext()
Returns all
required-work-context elements |
java.lang.String |
getEisType()
Returns the
eis-type element |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getModuleName()
Returns the
module-name element |
IconType<ConnectorType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
LicenseType<ConnectorType<T>> |
getOrCreateLicense()
If not already created, a new
license element with the given value will be created. |
ResourceadapterType<ConnectorType<T>> |
getOrCreateResourceadapter()
If not already created, a new
resourceadapter element with the given value will be created. |
java.lang.String |
getResourceadapterVersion()
Returns the
resourceadapter-version element |
java.lang.String |
getVendorName()
Returns the
vendor-name element |
java.lang.String |
getVersion()
Returns the
version attribute |
ConnectorType<T> |
id(java.lang.String id)
Sets the
id attribute |
java.lang.Boolean |
isMetadataComplete()
Returns the
metadata-complete attribute |
ConnectorType<T> |
metadataComplete(java.lang.Boolean metadataComplete)
Sets the
metadata-complete attribute |
ConnectorType<T> |
moduleName(java.lang.String moduleName)
Sets the
module-name element |
ConnectorType<T> |
removeAllDescription()
Removes the
description element |
ConnectorType<T> |
removeAllDisplayName()
Removes the
display-name element |
ConnectorType<T> |
removeAllIcon()
Removes all
icon elements |
ConnectorType<T> |
removeAllRequiredWorkContext()
Removes the
required-work-context element |
ConnectorType<T> |
removeEisType()
Removes the
eis-type element |
ConnectorType<T> |
removeId()
Removes the
id attribute |
ConnectorType<T> |
removeLicense()
Removes the
license element |
ConnectorType<T> |
removeMetadataComplete()
Removes the
metadata-complete attribute |
ConnectorType<T> |
removeModuleName()
Removes the
module-name element |
ConnectorType<T> |
removeResourceadapter()
Removes the
resourceadapter element |
ConnectorType<T> |
removeResourceadapterVersion()
Removes the
resourceadapter-version element |
ConnectorType<T> |
removeVendorName()
Removes the
vendor-name element |
ConnectorType<T> |
removeVersion()
Removes the
version attribute |
ConnectorType<T> |
requiredWorkContext(java.lang.String... values)
Creates for all String objects representing
required-work-context elements,
a new required-work-context element |
ConnectorType<T> |
resourceadapterVersion(java.lang.String resourceadapterVersion)
Sets the
resourceadapter-version element |
ConnectorType<T> |
vendorName(java.lang.String vendorName)
Sets the
vendor-name element |
ConnectorType<T> |
version(java.lang.String version)
Sets the
version attribute |
static final java.lang.String VERSION
ConnectorType<T> description(java.lang.String... values)
description elements,
a new description elementvalues - list of description objectsConnectorTypejava.util.List<java.lang.String> getAllDescription()
description elementsdescriptionConnectorType<T> removeAllDescription()
description elementConnectorTypeConnectorType<T> displayName(java.lang.String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsConnectorTypejava.util.List<java.lang.String> getAllDisplayName()
display-name elementsdisplay-nameConnectorType<T> removeAllDisplayName()
display-name elementConnectorTypeIconType<ConnectorType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<ConnectorType<T>> createIcon()
icon elementIconType> java.util.List<IconType<ConnectorType<T>>> getAllIcon()
icon elementsiconConnectorType<T> removeAllIcon()
icon elementsIconType> ConnectorType<T> moduleName(java.lang.String moduleName)
module-name elementmoduleName - the value for the element module-nameConnectorTypejava.lang.String getModuleName()
module-name elementmodule-nameConnectorType<T> removeModuleName()
module-name elementConnectorTypeConnectorType<T> vendorName(java.lang.String vendorName)
vendor-name elementvendorName - the value for the element vendor-nameConnectorTypejava.lang.String getVendorName()
vendor-name elementvendor-nameConnectorType<T> removeVendorName()
vendor-name elementConnectorTypeConnectorType<T> eisType(java.lang.String eisType)
eis-type elementeisType - the value for the element eis-typeConnectorTypejava.lang.String getEisType()
eis-type elementeis-typeConnectorType<T> removeEisType()
eis-type elementConnectorTypeConnectorType<T> resourceadapterVersion(java.lang.String resourceadapterVersion)
resourceadapter-version elementresourceadapterVersion - the value for the element resourceadapter-versionConnectorTypejava.lang.String getResourceadapterVersion()
resourceadapter-version elementresourceadapter-versionConnectorType<T> removeResourceadapterVersion()
resourceadapter-version elementConnectorTypeLicenseType<ConnectorType<T>> getOrCreateLicense()
license element with the given value will be created.
Otherwise, the existing license element will be returned.LicenseType> ConnectorType<T> removeLicense()
license elementConnectorTypeResourceadapterType<ConnectorType<T>> getOrCreateResourceadapter()
resourceadapter element with the given value will be created.
Otherwise, the existing resourceadapter element will be returned.ResourceadapterType> ConnectorType<T> removeResourceadapter()
resourceadapter elementConnectorTypeConnectorType<T> requiredWorkContext(java.lang.String... values)
required-work-context elements,
a new required-work-context elementvalues - list of required-work-context objectsConnectorTypejava.util.List<java.lang.String> getAllRequiredWorkContext()
required-work-context elementsrequired-work-contextConnectorType<T> removeAllRequiredWorkContext()
required-work-context elementConnectorTypeConnectorType<T> version(java.lang.String version)
version attributeversion - the value for the attribute versionConnectorTypejava.lang.String getVersion()
version attributeversionConnectorType<T> removeVersion()
version attributeConnectorTypeConnectorType<T> metadataComplete(java.lang.Boolean metadataComplete)
metadata-complete attributemetadataComplete - the value for the attribute metadata-completeConnectorTypejava.lang.Boolean isMetadataComplete()
metadata-complete attributemetadata-completeConnectorType<T> removeMetadataComplete()
metadata-complete attributeConnectorTypeConnectorType<T> id(java.lang.String id)
id attributeid - the value for the attribute idConnectorTypejava.lang.String getId()
id attributeidConnectorType<T> removeId()
id attributeConnectorTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)