org.apache.openejb.jee
Class Connector10

java.lang.Object
  extended by org.apache.openejb.jee.Connector10

public class Connector10
extends Object

class for adapting connector 1.0 ra.xml to our jaxb class tree


Field Summary
protected  TextMap description
           
protected  TextMap displayName
           
protected  String eisType
           
protected  LocalCollection<Icon> icon
           
protected  String id
           
protected  License license
           
protected  ResourceAdapter10 resourceAdapter
           
protected  String specVersion
           
protected  String vendorName
           
protected  String version
           
 
Constructor Summary
Connector10()
           
 
Method Summary
 String getDescription()
           
 Text[] getDescriptions()
           
 String getDisplayName()
           
 Text[] getDisplayNames()
           
 String getEisType()
           
 Icon getIcon()
           
 Map<String,Icon> getIconMap()
           
 Collection<Icon> getIcons()
           
 String getId()
           
 License getLicense()
           
 ResourceAdapter10 getResourceAdapter()
           
 String getSpecVersion()
           
 String getVendorName()
           
 String getVersion()
           
 void setDescriptions(Text[] text)
           
 void setDisplayNames(Text[] text)
           
 void setEisType(String value)
           
 void setId(String value)
           
 void setLicense(License value)
           
 void setResourceAdapter(ResourceAdapter10 value)
           
 void setSpecVersion(String value)
           
 void setVendorName(String value)
           
 void setVersion(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

vendorName

protected String vendorName

eisType

protected String eisType

version

protected String version

license

protected License license

resourceAdapter

protected ResourceAdapter10 resourceAdapter

id

protected String id

specVersion

protected String specVersion
Constructor Detail

Connector10

public Connector10()
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()

getIcons

public Collection<Icon> getIcons()

getIconMap

public Map<String,Icon> getIconMap()

getIcon

public Icon getIcon()

getVendorName

public String getVendorName()

setVendorName

public void setVendorName(String value)

getEisType

public String getEisType()

setEisType

public void setEisType(String value)

getVersion

public String getVersion()

setVersion

public void setVersion(String value)

getLicense

public License getLicense()

setLicense

public void setLicense(License value)

getResourceAdapter

public ResourceAdapter10 getResourceAdapter()

setResourceAdapter

public void setResourceAdapter(ResourceAdapter10 value)

getSpecVersion

public String getSpecVersion()

setSpecVersion

public void setSpecVersion(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.