Uses of Interface
org.apache.geronimo.deployment.xbeans.AttributeType

Packages that use AttributeType
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of AttributeType in org.apache.geronimo.deployment.xbeans
 

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

Methods in org.apache.geronimo.deployment.xbeans with parameters of type AttributeType
 void GbeanType.setAttributeArray(AttributeType[] attributeArray)
          Sets array of all "attribute" element
 void GbeanType.setAttributeArray(int i, AttributeType attribute)
          Sets ith "attribute" element
 

Uses of AttributeType in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement AttributeType
 class AttributeTypeImpl
          An XML attributeType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return AttributeType
 AttributeType GbeanTypeImpl.addNewAttribute()
          Appends and returns a new empty value (as xml) as the last "attribute" element
 AttributeType[] GbeanTypeImpl.getAttributeArray()
          Gets array of all "attribute" elements
 AttributeType GbeanTypeImpl.getAttributeArray(int i)
          Gets ith "attribute" element
 AttributeType GbeanTypeImpl.insertNewAttribute(int i)
          Inserts and returns a new empty value (as xml) as the ith "attribute" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type AttributeType
 void GbeanTypeImpl.setAttributeArray(AttributeType[] attributeArray)
          Sets array of all "attribute" element
 void GbeanTypeImpl.setAttributeArray(int i, AttributeType attribute)
          Sets ith "attribute" element
 



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