org.openejb.xbeans.ejbjar
Interface OpenejbActivationConfigType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OpenejbActivationConfigTypeImpl

public interface OpenejbActivationConfigType
extends org.apache.xmlbeans.XmlObject

An XML activation-configType(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.


Nested Class Summary
static class OpenejbActivationConfigType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 void addDescription(String description)
          Appends the value as the last "description" element
 OpenejbActivationConfigPropertyType addNewActivationConfigProperty()
          Appends and returns a new empty value (as xml) as the last "activation-config-property" element
 org.apache.xmlbeans.XmlString addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 OpenejbActivationConfigPropertyType[] getActivationConfigPropertyArray()
          Gets array of all "activation-config-property" elements
 OpenejbActivationConfigPropertyType getActivationConfigPropertyArray(int i)
          Gets ith "activation-config-property" element
 String[] getDescriptionArray()
          Gets array of all "description" elements
 String getDescriptionArray(int i)
          Gets ith "description" element
 void insertDescription(int i, String description)
          Inserts the value as the ith "description" element
 OpenejbActivationConfigPropertyType insertNewActivationConfigProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "activation-config-property" element
 org.apache.xmlbeans.XmlString insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 void removeActivationConfigProperty(int i)
          Removes the ith "activation-config-property" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setActivationConfigPropertyArray(int i, OpenejbActivationConfigPropertyType activationConfigProperty)
          Sets ith "activation-config-property" element
 void setActivationConfigPropertyArray(OpenejbActivationConfigPropertyType[] activationConfigPropertyArray)
          Sets array of all "activation-config-property" element
 void setDescriptionArray(int i, String description)
          Sets ith "description" element
 void setDescriptionArray(String[] descriptionArray)
          Sets array of all "description" element
 int sizeOfActivationConfigPropertyArray()
          Returns number of "activation-config-property" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 org.apache.xmlbeans.XmlString[] xgetDescriptionArray()
          Gets (as xml) array of all "description" elements
 org.apache.xmlbeans.XmlString xgetDescriptionArray(int i)
          Gets (as xml) ith "description" element
 void xsetDescriptionArray(int i, org.apache.xmlbeans.XmlString description)
          Sets (as xml) ith "description" element
 void xsetDescriptionArray(org.apache.xmlbeans.XmlString[] descriptionArray)
          Sets (as xml) array of all "description" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getDescriptionArray

public String[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

public String getDescriptionArray(int i)
Gets ith "description" element


xgetDescriptionArray

public org.apache.xmlbeans.XmlString[] xgetDescriptionArray()
Gets (as xml) array of all "description" elements


xgetDescriptionArray

public org.apache.xmlbeans.XmlString xgetDescriptionArray(int i)
Gets (as xml) ith "description" element


sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

public void setDescriptionArray(String[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

public void setDescriptionArray(int i,
                                String description)
Sets ith "description" element


xsetDescriptionArray

public void xsetDescriptionArray(org.apache.xmlbeans.XmlString[] descriptionArray)
Sets (as xml) array of all "description" element


xsetDescriptionArray

public void xsetDescriptionArray(int i,
                                 org.apache.xmlbeans.XmlString description)
Sets (as xml) ith "description" element


insertDescription

public void insertDescription(int i,
                              String description)
Inserts the value as the ith "description" element


addDescription

public void addDescription(String description)
Appends the value as the last "description" element


insertNewDescription

public org.apache.xmlbeans.XmlString insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

public org.apache.xmlbeans.XmlString addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

public void removeDescription(int i)
Removes the ith "description" element


getActivationConfigPropertyArray

public OpenejbActivationConfigPropertyType[] getActivationConfigPropertyArray()
Gets array of all "activation-config-property" elements


getActivationConfigPropertyArray

public OpenejbActivationConfigPropertyType getActivationConfigPropertyArray(int i)
Gets ith "activation-config-property" element


sizeOfActivationConfigPropertyArray

public int sizeOfActivationConfigPropertyArray()
Returns number of "activation-config-property" element


setActivationConfigPropertyArray

public void setActivationConfigPropertyArray(OpenejbActivationConfigPropertyType[] activationConfigPropertyArray)
Sets array of all "activation-config-property" element


setActivationConfigPropertyArray

public void setActivationConfigPropertyArray(int i,
                                             OpenejbActivationConfigPropertyType activationConfigProperty)
Sets ith "activation-config-property" element


insertNewActivationConfigProperty

public OpenejbActivationConfigPropertyType insertNewActivationConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "activation-config-property" element


addNewActivationConfigProperty

public OpenejbActivationConfigPropertyType addNewActivationConfigProperty()
Appends and returns a new empty value (as xml) as the last "activation-config-property" element


removeActivationConfigProperty

public void removeActivationConfigProperty(int i)
Removes the ith "activation-config-property" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.