Uses of Interface
org.apache.geronimo.xbeans.geronimo.naming.GerPropertyType

Packages that use GerPropertyType
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

Uses of GerPropertyType in org.apache.geronimo.xbeans.geronimo.naming
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerPropertyType
 GerPropertyType GerPersistenceContextRefType.addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 GerPropertyType[] GerPersistenceContextRefType.getPropertyArray()
          Gets array of all "property" elements
 GerPropertyType GerPersistenceContextRefType.getPropertyArray(int i)
          Gets ith "property" element
 GerPropertyType GerPersistenceContextRefType.insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
static GerPropertyType GerPropertyType.Factory.newInstance()
           
static GerPropertyType GerPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerPropertyType GerPropertyType.Factory.parse(File file)
           
static GerPropertyType GerPropertyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerPropertyType GerPropertyType.Factory.parse(InputStream is)
           
static GerPropertyType GerPropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerPropertyType GerPropertyType.Factory.parse(Node node)
           
static GerPropertyType GerPropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerPropertyType GerPropertyType.Factory.parse(Reader r)
           
static GerPropertyType GerPropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerPropertyType GerPropertyType.Factory.parse(String xmlAsString)
           
static GerPropertyType GerPropertyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerPropertyType GerPropertyType.Factory.parse(URL u)
           
static GerPropertyType GerPropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerPropertyType GerPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerPropertyType GerPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerPropertyType GerPropertyType.Factory.parse(XMLStreamReader sr)
           
static GerPropertyType GerPropertyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerPropertyType
 void GerPersistenceContextRefType.setPropertyArray(GerPropertyType[] propertyArray)
          Sets array of all "property" element
 void GerPersistenceContextRefType.setPropertyArray(int i, GerPropertyType property)
          Sets ith "property" element
 

Uses of GerPropertyType in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerPropertyType
 class GerPropertyTypeImpl
          An XML propertyType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerPropertyType
 GerPropertyType GerPersistenceContextRefTypeImpl.addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 GerPropertyType[] GerPersistenceContextRefTypeImpl.getPropertyArray()
          Gets array of all "property" elements
 GerPropertyType GerPersistenceContextRefTypeImpl.getPropertyArray(int i)
          Gets ith "property" element
 GerPropertyType GerPersistenceContextRefTypeImpl.insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerPropertyType
 void GerPersistenceContextRefTypeImpl.setPropertyArray(GerPropertyType[] propertyArray)
          Sets array of all "property" element
 void GerPersistenceContextRefTypeImpl.setPropertyArray(int i, GerPropertyType property)
          Sets ith "property" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.