|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IconType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return IconType | |
IconType[] |
EjbJarType.getIconArray()
Gets array of all "icon" elements |
IconType |
EjbJarType.getIconArray(int i)
Gets ith "icon" element |
IconType |
EjbJarType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
EjbJarType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
EntityBeanType.getIconArray()
Gets array of all "icon" elements |
IconType |
EntityBeanType.getIconArray(int i)
Gets ith "icon" element |
IconType |
EntityBeanType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
EntityBeanType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
SessionBeanType.getIconArray()
Gets array of all "icon" elements |
IconType |
SessionBeanType.getIconArray(int i)
Gets ith "icon" element |
IconType |
SessionBeanType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
SessionBeanType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType |
MessageDrivenBeanType.getIcon()
Gets the "icon" element |
IconType |
MessageDrivenBeanType.addNewIcon()
Appends and returns a new empty "icon" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type IconType | |
void |
EjbJarType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
EjbJarType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
EntityBeanType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
EntityBeanType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
SessionBeanType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
SessionBeanType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
MessageDrivenBeanType.setIcon(IconType icon)
Sets the "icon" element |
Uses of IconType in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return IconType | |
IconType[] |
EjbJarTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
EjbJarTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
EjbJarTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
EjbJarTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
EntityBeanTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
EntityBeanTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
EntityBeanTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
EntityBeanTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
SessionBeanTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
SessionBeanTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
SessionBeanTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
SessionBeanTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType |
MessageDrivenBeanTypeImpl.getIcon()
Gets the "icon" element |
IconType |
MessageDrivenBeanTypeImpl.addNewIcon()
Appends and returns a new empty "icon" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type IconType | |
void |
EjbJarTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
EjbJarTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
EntityBeanTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
EntityBeanTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
SessionBeanTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
SessionBeanTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
MessageDrivenBeanTypeImpl.setIcon(IconType icon)
Sets the "icon" element |
Uses of IconType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return IconType | |
IconType[] |
MessageDestinationType.getIconArray()
Gets array of all "icon" elements |
IconType |
MessageDestinationType.getIconArray(int i)
Gets ith "icon" element |
IconType |
MessageDestinationType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
MessageDestinationType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
ConnectorType.getIconArray()
Gets array of all "icon" elements |
IconType |
ConnectorType.getIconArray(int i)
Gets ith "icon" element |
IconType |
ConnectorType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ConnectorType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
static IconType |
IconType.Factory.newInstance()
|
static IconType |
IconType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static IconType |
IconType.Factory.parse(String s)
|
static IconType |
IconType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static IconType |
IconType.Factory.parse(File f)
|
static IconType |
IconType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static IconType |
IconType.Factory.parse(URL u)
|
static IconType |
IconType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static IconType |
IconType.Factory.parse(InputStream is)
|
static IconType |
IconType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static IconType |
IconType.Factory.parse(Reader r)
|
static IconType |
IconType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static IconType |
IconType.Factory.parse(Node node)
|
static IconType |
IconType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static IconType |
IconType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static IconType |
IconType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
IconType[] |
ApplicationClientType.getIconArray()
Gets array of all "icon" elements |
IconType |
ApplicationClientType.getIconArray(int i)
Gets ith "icon" element |
IconType |
ApplicationClientType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ApplicationClientType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
ApplicationType.getIconArray()
Gets array of all "icon" elements |
IconType |
ApplicationType.getIconArray(int i)
Gets ith "icon" element |
IconType |
ApplicationType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ApplicationType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type IconType | |
void |
MessageDestinationType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
MessageDestinationType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
ConnectorType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ConnectorType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
ApplicationClientType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ApplicationClientType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
ApplicationType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ApplicationType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
Uses of IconType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement IconType | |
class |
IconTypeImpl
An XML iconType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return IconType | |
IconType[] |
ConnectorTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
ConnectorTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
ConnectorTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ConnectorTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
ApplicationTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
ApplicationTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
ApplicationTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ApplicationTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
ApplicationClientTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
ApplicationClientTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
ApplicationClientTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ApplicationClientTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
MessageDestinationTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
MessageDestinationTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
MessageDestinationTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
MessageDestinationTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type IconType | |
void |
ConnectorTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ConnectorTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
ApplicationTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ApplicationTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
ApplicationClientTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ApplicationClientTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
MessageDestinationTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
MessageDestinationTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
Uses of IconType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return IconType | |
IconType[] |
ServletType.getIconArray()
Gets array of all "icon" elements |
IconType |
ServletType.getIconArray(int i)
Gets ith "icon" element |
IconType |
ServletType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ServletType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
WebAppType.getIconArray()
Gets array of all "icon" elements |
IconType |
WebAppType.getIconArray(int i)
Gets ith "icon" element |
IconType |
WebAppType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
WebAppType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
FilterType.getIconArray()
Gets array of all "icon" elements |
IconType |
FilterType.getIconArray(int i)
Gets ith "icon" element |
IconType |
FilterType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
FilterType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
ListenerType.getIconArray()
Gets array of all "icon" elements |
IconType |
ListenerType.getIconArray(int i)
Gets ith "icon" element |
IconType |
ListenerType.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ListenerType.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type IconType | |
void |
ServletType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ServletType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
WebAppType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
WebAppType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
FilterType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
FilterType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
ListenerType.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ListenerType.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
Uses of IconType in org.apache.geronimo.xbeans.web.impl |
Methods in org.apache.geronimo.xbeans.web.impl that return IconType | |
IconType[] |
FilterTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
FilterTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
FilterTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
FilterTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
ListenerTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
ListenerTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
ListenerTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ListenerTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
WebAppTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
WebAppTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
WebAppTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
WebAppTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
IconType[] |
ServletTypeImpl.getIconArray()
Gets array of all "icon" elements |
IconType |
ServletTypeImpl.getIconArray(int i)
Gets ith "icon" element |
IconType |
ServletTypeImpl.insertNewIcon(int i)
Inserts and returns a new empty value (as xml) as the ith "icon" element |
IconType |
ServletTypeImpl.addNewIcon()
Appends and returns a new empty value (as xml) as the last "icon" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type IconType | |
void |
FilterTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
FilterTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
ListenerTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ListenerTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
WebAppTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
WebAppTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
void |
ServletTypeImpl.setIconArray(IconType[] iconArray)
Sets array of all "icon" element |
void |
ServletTypeImpl.setIconArray(int i,
IconType icon)
Sets ith "icon" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |