
public interface Connector<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
connector xsd type| Modifier and Type | Method and Description |
|---|---|
Connector<T> |
description(String description)
Sets the
description element |
Connector<T> |
displayName(String displayName)
Sets the
display-name element |
Connector<T> |
eisType(String eisType)
Sets the
eis-type element |
String |
getDescription()
Returns the
description element |
String |
getDisplayName()
Returns the
display-name element |
String |
getEisType()
Returns the
eis-type element |
Icon<Connector<T>> |
getOrCreateIcon()
If not already created, a new
icon element with the given value will be created. |
License<Connector<T>> |
getOrCreateLicense()
If not already created, a new
license element with the given value will be created. |
Resourceadapter<Connector<T>> |
getOrCreateResourceadapter()
If not already created, a new
resourceadapter element with the given value will be created. |
String |
getSpecVersion()
Returns the
spec-version element |
String |
getVendorName()
Returns the
vendor-name element |
String |
getVersion()
Returns the
version element |
Connector<T> |
removeDescription()
Removes the
description element |
Connector<T> |
removeDisplayName()
Removes the
display-name element |
Connector<T> |
removeEisType()
Removes the
eis-type element |
Connector<T> |
removeIcon()
Removes the
icon element |
Connector<T> |
removeLicense()
Removes the
license element |
Connector<T> |
removeResourceadapter()
Removes the
resourceadapter element |
Connector<T> |
removeSpecVersion()
Removes the
spec-version element |
Connector<T> |
removeVendorName()
Removes the
vendor-name element |
Connector<T> |
removeVersion()
Removes the
version element |
Connector<T> |
specVersion(String specVersion)
Sets the
spec-version element |
Connector<T> |
vendorName(String vendorName)
Sets the
vendor-name element |
Connector<T> |
version(String version)
Sets the
version element |
Connector<T> specVersion(String specVersion)
spec-version elementspecVersion - the value for the element spec-versionConnectorString getSpecVersion()
spec-version elementspec-versionConnector<T> removeSpecVersion()
spec-version elementConnectorIcon<Connector<T>> getOrCreateIcon()
icon element with the given value will be created.
Otherwise, the existing icon element will be returned.Icon> Connector<T> removeIcon()
icon elementConnectorConnector<T> displayName(String displayName)
display-name elementdisplayName - the value for the element display-nameConnectorString getDisplayName()
display-name elementdisplay-nameConnector<T> removeDisplayName()
display-name elementConnectorConnector<T> vendorName(String vendorName)
vendor-name elementvendorName - the value for the element vendor-nameConnectorString getVendorName()
vendor-name elementvendor-nameConnector<T> removeVendorName()
vendor-name elementConnectorConnector<T> description(String description)
description elementdescription - the value for the element descriptionConnectorString getDescription()
description elementdescriptionConnector<T> removeDescription()
description elementConnectorConnector<T> eisType(String eisType)
eis-type elementeisType - the value for the element eis-typeConnectorString getEisType()
eis-type elementeis-typeConnector<T> removeEisType()
eis-type elementConnectorLicense<Connector<T>> getOrCreateLicense()
license element with the given value will be created.
Otherwise, the existing license element will be returned.License> Connector<T> removeLicense()
license elementConnectorResourceadapter<Connector<T>> getOrCreateResourceadapter()
resourceadapter element with the given value will be created.
Otherwise, the existing resourceadapter element will be returned.Resourceadapter> Connector<T> removeResourceadapter()
resourceadapter elementConnectorConnector<T> version(String version)
version elementversion - the value for the element versionConnectorString getVersion()
version elementversionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)