public class Connector extends 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 String |
eisType |
protected LocalCollection<Icon> |
icon |
protected String |
id |
protected License |
license |
protected Boolean |
metadataComplete |
protected String |
moduleName |
protected List<String> |
requiredWorkContext |
protected ResourceAdapter |
resourceAdapter |
protected String |
resourceAdapterVersion |
protected String |
vendorName |
protected String |
version |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getDisplayName() |
Text[] |
getDisplayNames() |
String |
getEisType() |
Icon |
getIcon() |
Map<String,Icon> |
getIconMap() |
Collection<Icon> |
getIcons() |
String |
getId() |
License |
getLicense() |
String |
getModuleName() |
List<String> |
getRequiredWorkContext() |
ResourceAdapter |
getResourceAdapter() |
String |
getResourceAdapterVersion() |
String |
getVendorName() |
String |
getVersion() |
Boolean |
isMetadataComplete() |
static Connector |
newConnector(Connector10 source) |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setEisType(String value) |
void |
setId(String value) |
void |
setLicense(License value) |
void |
setMetadataComplete(Boolean metadataComplete) |
void |
setModuleName(String moduleName) |
void |
setResourceAdapter(ResourceAdapter resourceAdapter) |
void |
setResourceAdapterVersion(String value) |
void |
setVendorName(String value) |
void |
setVersion(String value) |
protected String moduleName
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected String vendorName
protected String eisType
protected String resourceAdapterVersion
protected License license
protected ResourceAdapter resourceAdapter
protected String id
protected String version
protected Boolean metadataComplete
public Connector()
public Connector(String id)
public static Connector newConnector(Connector10 source)
public String getModuleName()
getModuleName in interface NamedModulepublic void setModuleName(String moduleName)
setModuleName in interface NamedModulepublic Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public Collection<Icon> getIcons()
public Icon getIcon()
public String getVendorName()
public void setVendorName(String value)
public String getEisType()
public void setEisType(String value)
public String getResourceAdapterVersion()
public void setResourceAdapterVersion(String value)
public License getLicense()
public void setLicense(License value)
public ResourceAdapter getResourceAdapter()
public void setResourceAdapter(ResourceAdapter resourceAdapter)
public String getId()
getId in interface NamedModulepublic void setId(String value)
setId in interface NamedModulepublic String getVersion()
public void setVersion(String value)
public Boolean isMetadataComplete()
public void setMetadataComplete(Boolean metadataComplete)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.