Class Connector

  • All Implemented Interfaces:
    NamedModule

    public class Connector
    extends Object
    implements NamedModule
    connector_1_6.xsd

    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>
     
    • Constructor Detail

      • Connector

        public Connector()
      • Connector

        public Connector​(String id)
    • Method Detail

      • getDescriptions

        public Text[] getDescriptions()
      • setDescriptions

        public void setDescriptions​(Text[] text)
      • getDescription

        public String getDescription()
      • getDisplayNames

        public Text[] getDisplayNames()
      • setDisplayNames

        public void setDisplayNames​(Text[] text)
      • getDisplayName

        public String getDisplayName()
      • getIcon

        public Icon getIcon()
      • getVendorName

        public String getVendorName()
      • setVendorName

        public void setVendorName​(String value)
      • getEisType

        public String getEisType()
      • setEisType

        public void setEisType​(String value)
      • getResourceAdapterVersion

        public String getResourceAdapterVersion()
      • setResourceAdapterVersion

        public void setResourceAdapterVersion​(String value)
      • getLicense

        public License getLicense()
      • setLicense

        public void setLicense​(License value)
      • setResourceAdapter

        public void setResourceAdapter​(ResourceAdapter resourceAdapter)
      • getRequiredWorkContext

        public List<String> getRequiredWorkContext()
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String value)
      • isMetadataComplete

        public Boolean isMetadataComplete()
      • setMetadataComplete

        public void setMetadataComplete​(Boolean metadataComplete)