Uses of Interface
org.apache.geronimo.xbeans.j2ee.RequiredConfigPropertyType

Packages that use RequiredConfigPropertyType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of RequiredConfigPropertyType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return RequiredConfigPropertyType
 RequiredConfigPropertyType[] ActivationspecType.getRequiredConfigPropertyArray()
          Gets array of all "required-config-property" elements
 RequiredConfigPropertyType ActivationspecType.getRequiredConfigPropertyArray(int i)
          Gets ith "required-config-property" element
 RequiredConfigPropertyType ActivationspecType.insertNewRequiredConfigProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "required-config-property" element
 RequiredConfigPropertyType ActivationspecType.addNewRequiredConfigProperty()
          Appends and returns a new empty value (as xml) as the last "required-config-property" element
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.newInstance()
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(String s)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(File f)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(URL u)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(InputStream is)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(Reader r)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(Node node)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static RequiredConfigPropertyType RequiredConfigPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type RequiredConfigPropertyType
 void ActivationspecType.setRequiredConfigPropertyArray(RequiredConfigPropertyType[] requiredConfigPropertyArray)
          Sets array of all "required-config-property" element
 void ActivationspecType.setRequiredConfigPropertyArray(int i, RequiredConfigPropertyType requiredConfigProperty)
          Sets ith "required-config-property" element
 

Uses of RequiredConfigPropertyType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement RequiredConfigPropertyType
 class RequiredConfigPropertyTypeImpl
          An XML required-config-propertyType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return RequiredConfigPropertyType
 RequiredConfigPropertyType[] ActivationspecTypeImpl.getRequiredConfigPropertyArray()
          Gets array of all "required-config-property" elements
 RequiredConfigPropertyType ActivationspecTypeImpl.getRequiredConfigPropertyArray(int i)
          Gets ith "required-config-property" element
 RequiredConfigPropertyType ActivationspecTypeImpl.insertNewRequiredConfigProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "required-config-property" element
 RequiredConfigPropertyType ActivationspecTypeImpl.addNewRequiredConfigProperty()
          Appends and returns a new empty value (as xml) as the last "required-config-property" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type RequiredConfigPropertyType
 void ActivationspecTypeImpl.setRequiredConfigPropertyArray(RequiredConfigPropertyType[] requiredConfigPropertyArray)
          Sets array of all "required-config-property" element
 void ActivationspecTypeImpl.setRequiredConfigPropertyArray(int i, RequiredConfigPropertyType requiredConfigProperty)
          Sets ith "required-config-property" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.