public class Connector extends java.lang.Object implements NamedModule
Java class for connectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connectorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="module-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="vendor-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> <element name="eis-type" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> <element name="resourceadapter-version" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> <element name="license" type="{http://java.sun.com/xml/ns/javaee}licenseType" minOccurs="0"/> <element name="resourceadapter" type="{http://java.sun.com/xml/ns/javaee}resourceadapterType"/> <element name="required-work-context" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="1.6" /> <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 TextMap |
description |
protected TextMap |
displayName |
protected java.lang.String |
eisType |
protected LocalCollection<Icon> |
icon |
protected java.lang.String |
id |
protected License |
license |
protected java.lang.Boolean |
metadataComplete |
protected java.lang.String |
moduleName |
protected java.util.List<java.lang.String> |
requiredWorkContext |
protected ResourceAdapter |
resourceAdapter |
protected java.lang.String |
resourceAdapterVersion |
protected java.lang.String |
vendorName |
protected java.lang.String |
version |
Constructor and Description |
---|
Connector() |
Connector(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getDisplayName() |
Text[] |
getDisplayNames() |
java.lang.String |
getEisType() |
Icon |
getIcon() |
java.util.Map<java.lang.String,Icon> |
getIconMap() |
java.util.Collection<Icon> |
getIcons() |
java.lang.String |
getId() |
License |
getLicense() |
java.lang.String |
getModuleName() |
java.util.List<java.lang.String> |
getRequiredWorkContext() |
ResourceAdapter |
getResourceAdapter() |
java.lang.String |
getResourceAdapterVersion() |
java.lang.String |
getVendorName() |
java.lang.String |
getVersion() |
java.lang.Boolean |
isMetadataComplete() |
static Connector |
newConnector(Connector10 source) |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setEisType(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setLicense(License value) |
void |
setMetadataComplete(java.lang.Boolean metadataComplete) |
void |
setModuleName(java.lang.String moduleName) |
void |
setResourceAdapter(ResourceAdapter resourceAdapter) |
void |
setResourceAdapterVersion(java.lang.String value) |
void |
setVendorName(java.lang.String value) |
void |
setVersion(java.lang.String value) |
protected java.lang.String moduleName
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected java.lang.String vendorName
protected java.lang.String eisType
protected java.lang.String resourceAdapterVersion
protected License license
protected ResourceAdapter resourceAdapter
protected java.util.List<java.lang.String> requiredWorkContext
protected java.lang.String id
protected java.lang.String version
protected java.lang.Boolean metadataComplete
public static Connector newConnector(Connector10 source)
public java.lang.String getModuleName()
getModuleName
in interface NamedModule
public void setModuleName(java.lang.String moduleName)
setModuleName
in interface NamedModule
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public java.lang.String getVendorName()
public void setVendorName(java.lang.String value)
public java.lang.String getEisType()
public void setEisType(java.lang.String value)
public java.lang.String getResourceAdapterVersion()
public void setResourceAdapterVersion(java.lang.String value)
public License getLicense()
public void setLicense(License value)
public ResourceAdapter getResourceAdapter()
public void setResourceAdapter(ResourceAdapter resourceAdapter)
public java.util.List<java.lang.String> getRequiredWorkContext()
public java.lang.String getId()
getId
in interface NamedModule
public void setId(java.lang.String value)
setId
in interface NamedModule
public java.lang.String getVersion()
public void setVersion(java.lang.String value)
public java.lang.Boolean isMetadataComplete()
public void setMetadataComplete(java.lang.Boolean metadataComplete)