|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationConfigPropertyType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of ActivationConfigPropertyType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return ActivationConfigPropertyType | |
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.newInstance()
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(String s)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(File f)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(URL u)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(InputStream is)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(Reader r)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(Node node)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static ActivationConfigPropertyType |
ActivationConfigPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
ActivationConfigPropertyType[] |
ActivationConfigType.getActivationConfigPropertyArray()
Gets array of all "activation-config-property" elements |
ActivationConfigPropertyType |
ActivationConfigType.getActivationConfigPropertyArray(int i)
Gets ith "activation-config-property" element |
ActivationConfigPropertyType |
ActivationConfigType.insertNewActivationConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "activation-config-property" element |
ActivationConfigPropertyType |
ActivationConfigType.addNewActivationConfigProperty()
Appends and returns a new empty value (as xml) as the last "activation-config-property" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type ActivationConfigPropertyType | |
void |
ActivationConfigType.setActivationConfigPropertyArray(ActivationConfigPropertyType[] activationConfigPropertyArray)
Sets array of all "activation-config-property" element |
void |
ActivationConfigType.setActivationConfigPropertyArray(int i,
ActivationConfigPropertyType activationConfigProperty)
Sets ith "activation-config-property" element |
Uses of ActivationConfigPropertyType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement ActivationConfigPropertyType | |
class |
ActivationConfigPropertyTypeImpl
An XML activation-config-propertyType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return ActivationConfigPropertyType | |
ActivationConfigPropertyType[] |
ActivationConfigTypeImpl.getActivationConfigPropertyArray()
Gets array of all "activation-config-property" elements |
ActivationConfigPropertyType |
ActivationConfigTypeImpl.getActivationConfigPropertyArray(int i)
Gets ith "activation-config-property" element |
ActivationConfigPropertyType |
ActivationConfigTypeImpl.insertNewActivationConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "activation-config-property" element |
ActivationConfigPropertyType |
ActivationConfigTypeImpl.addNewActivationConfigProperty()
Appends and returns a new empty value (as xml) as the last "activation-config-property" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type ActivationConfigPropertyType | |
void |
ActivationConfigTypeImpl.setActivationConfigPropertyArray(ActivationConfigPropertyType[] activationConfigPropertyArray)
Sets array of all "activation-config-property" element |
void |
ActivationConfigTypeImpl.setActivationConfigPropertyArray(int i,
ActivationConfigPropertyType activationConfigProperty)
Sets ith "activation-config-property" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |