org.openejb.xbeans.ejbjar
Interface OpenejbGroupType

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

public interface OpenejbGroupType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static interface OpenejbGroupType.CmrField
          An XML cmr-field(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
static class OpenejbGroupType.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 addCmpFieldName(String cmpFieldName)
          Appends the value as the last "cmp-field-name" element
 org.apache.xmlbeans.XmlString addNewCmpFieldName()
          Appends and returns a new empty value (as xml) as the last "cmp-field-name" element
 OpenejbGroupType.CmrField addNewCmrField()
          Appends and returns a new empty value (as xml) as the last "cmr-field" element
 String[] getCmpFieldNameArray()
          Gets array of all "cmp-field-name" elements
 String getCmpFieldNameArray(int i)
          Gets ith "cmp-field-name" element
 OpenejbGroupType.CmrField[] getCmrFieldArray()
          Gets array of all "cmr-field" elements
 OpenejbGroupType.CmrField getCmrFieldArray(int i)
          Gets ith "cmr-field" element
 String getGroupName()
          Gets the "group-name" element
 void insertCmpFieldName(int i, String cmpFieldName)
          Inserts the value as the ith "cmp-field-name" element
 org.apache.xmlbeans.XmlString insertNewCmpFieldName(int i)
          Inserts and returns a new empty value (as xml) as the ith "cmp-field-name" element
 OpenejbGroupType.CmrField insertNewCmrField(int i)
          Inserts and returns a new empty value (as xml) as the ith "cmr-field" element
 void removeCmpFieldName(int i)
          Removes the ith "cmp-field-name" element
 void removeCmrField(int i)
          Removes the ith "cmr-field" element
 void setCmpFieldNameArray(int i, String cmpFieldName)
          Sets ith "cmp-field-name" element
 void setCmpFieldNameArray(String[] cmpFieldNameArray)
          Sets array of all "cmp-field-name" element
 void setCmrFieldArray(int i, OpenejbGroupType.CmrField cmrField)
          Sets ith "cmr-field" element
 void setCmrFieldArray(OpenejbGroupType.CmrField[] cmrFieldArray)
          Sets array of all "cmr-field" element
 void setGroupName(String groupName)
          Sets the "group-name" element
 int sizeOfCmpFieldNameArray()
          Returns number of "cmp-field-name" element
 int sizeOfCmrFieldArray()
          Returns number of "cmr-field" element
 org.apache.xmlbeans.XmlString[] xgetCmpFieldNameArray()
          Gets (as xml) array of all "cmp-field-name" elements
 org.apache.xmlbeans.XmlString xgetCmpFieldNameArray(int i)
          Gets (as xml) ith "cmp-field-name" element
 org.apache.xmlbeans.XmlString xgetGroupName()
          Gets (as xml) the "group-name" element
 void xsetCmpFieldNameArray(int i, org.apache.xmlbeans.XmlString cmpFieldName)
          Sets (as xml) ith "cmp-field-name" element
 void xsetCmpFieldNameArray(org.apache.xmlbeans.XmlString[] cmpFieldNameArray)
          Sets (as xml) array of all "cmp-field-name" element
 void xsetGroupName(org.apache.xmlbeans.XmlString groupName)
          Sets (as xml) the "group-name" 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

getGroupName

public String getGroupName()
Gets the "group-name" element


xgetGroupName

public org.apache.xmlbeans.XmlString xgetGroupName()
Gets (as xml) the "group-name" element


setGroupName

public void setGroupName(String groupName)
Sets the "group-name" element


xsetGroupName

public void xsetGroupName(org.apache.xmlbeans.XmlString groupName)
Sets (as xml) the "group-name" element


getCmpFieldNameArray

public String[] getCmpFieldNameArray()
Gets array of all "cmp-field-name" elements


getCmpFieldNameArray

public String getCmpFieldNameArray(int i)
Gets ith "cmp-field-name" element


xgetCmpFieldNameArray

public org.apache.xmlbeans.XmlString[] xgetCmpFieldNameArray()
Gets (as xml) array of all "cmp-field-name" elements


xgetCmpFieldNameArray

public org.apache.xmlbeans.XmlString xgetCmpFieldNameArray(int i)
Gets (as xml) ith "cmp-field-name" element


sizeOfCmpFieldNameArray

public int sizeOfCmpFieldNameArray()
Returns number of "cmp-field-name" element


setCmpFieldNameArray

public void setCmpFieldNameArray(String[] cmpFieldNameArray)
Sets array of all "cmp-field-name" element


setCmpFieldNameArray

public void setCmpFieldNameArray(int i,
                                 String cmpFieldName)
Sets ith "cmp-field-name" element


xsetCmpFieldNameArray

public void xsetCmpFieldNameArray(org.apache.xmlbeans.XmlString[] cmpFieldNameArray)
Sets (as xml) array of all "cmp-field-name" element


xsetCmpFieldNameArray

public void xsetCmpFieldNameArray(int i,
                                  org.apache.xmlbeans.XmlString cmpFieldName)
Sets (as xml) ith "cmp-field-name" element


insertCmpFieldName

public void insertCmpFieldName(int i,
                               String cmpFieldName)
Inserts the value as the ith "cmp-field-name" element


addCmpFieldName

public void addCmpFieldName(String cmpFieldName)
Appends the value as the last "cmp-field-name" element


insertNewCmpFieldName

public org.apache.xmlbeans.XmlString insertNewCmpFieldName(int i)
Inserts and returns a new empty value (as xml) as the ith "cmp-field-name" element


addNewCmpFieldName

public org.apache.xmlbeans.XmlString addNewCmpFieldName()
Appends and returns a new empty value (as xml) as the last "cmp-field-name" element


removeCmpFieldName

public void removeCmpFieldName(int i)
Removes the ith "cmp-field-name" element


getCmrFieldArray

public OpenejbGroupType.CmrField[] getCmrFieldArray()
Gets array of all "cmr-field" elements


getCmrFieldArray

public OpenejbGroupType.CmrField getCmrFieldArray(int i)
Gets ith "cmr-field" element


sizeOfCmrFieldArray

public int sizeOfCmrFieldArray()
Returns number of "cmr-field" element


setCmrFieldArray

public void setCmrFieldArray(OpenejbGroupType.CmrField[] cmrFieldArray)
Sets array of all "cmr-field" element


setCmrFieldArray

public void setCmrFieldArray(int i,
                             OpenejbGroupType.CmrField cmrField)
Sets ith "cmr-field" element


insertNewCmrField

public OpenejbGroupType.CmrField insertNewCmrField(int i)
Inserts and returns a new empty value (as xml) as the ith "cmr-field" element


addNewCmrField

public OpenejbGroupType.CmrField addNewCmrField()
Appends and returns a new empty value (as xml) as the last "cmr-field" element


removeCmrField

public void removeCmrField(int i)
Removes the ith "cmr-field" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.