org.openejb.xbeans.ejbjar
Interface OpenejbEjbRelationType

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

public interface OpenejbEjbRelationType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class OpenejbEjbRelationType.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
 OpenejbEjbRelationshipRoleType addNewEjbRelationshipRole()
          Appends and returns a new empty value (as xml) as the last "ejb-relationship-role" element
 String getEjbRelationName()
          Gets the "ejb-relation-name" element
 OpenejbEjbRelationshipRoleType[] getEjbRelationshipRoleArray()
          Gets array of all "ejb-relationship-role" elements
 OpenejbEjbRelationshipRoleType getEjbRelationshipRoleArray(int i)
          Gets ith "ejb-relationship-role" element
 String getManyToManyTableName()
          Gets the "many-to-many-table-name" element
 OpenejbEjbRelationshipRoleType insertNewEjbRelationshipRole(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-relationship-role" element
 boolean isSetEjbRelationName()
          True if has "ejb-relation-name" element
 boolean isSetManyToManyTableName()
          True if has "many-to-many-table-name" element
 void removeEjbRelationshipRole(int i)
          Removes the ith "ejb-relationship-role" element
 void setEjbRelationName(String ejbRelationName)
          Sets the "ejb-relation-name" element
 void setEjbRelationshipRoleArray(int i, OpenejbEjbRelationshipRoleType ejbRelationshipRole)
          Sets ith "ejb-relationship-role" element
 void setEjbRelationshipRoleArray(OpenejbEjbRelationshipRoleType[] ejbRelationshipRoleArray)
          Sets array of all "ejb-relationship-role" element
 void setManyToManyTableName(String manyToManyTableName)
          Sets the "many-to-many-table-name" element
 int sizeOfEjbRelationshipRoleArray()
          Returns number of "ejb-relationship-role" element
 void unsetEjbRelationName()
          Unsets the "ejb-relation-name" element
 void unsetManyToManyTableName()
          Unsets the "many-to-many-table-name" element
 org.apache.xmlbeans.XmlString xgetEjbRelationName()
          Gets (as xml) the "ejb-relation-name" element
 org.apache.xmlbeans.XmlString xgetManyToManyTableName()
          Gets (as xml) the "many-to-many-table-name" element
 void xsetEjbRelationName(org.apache.xmlbeans.XmlString ejbRelationName)
          Sets (as xml) the "ejb-relation-name" element
 void xsetManyToManyTableName(org.apache.xmlbeans.XmlString manyToManyTableName)
          Sets (as xml) the "many-to-many-table-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

getEjbRelationName

public String getEjbRelationName()
Gets the "ejb-relation-name" element


xgetEjbRelationName

public org.apache.xmlbeans.XmlString xgetEjbRelationName()
Gets (as xml) the "ejb-relation-name" element


isSetEjbRelationName

public boolean isSetEjbRelationName()
True if has "ejb-relation-name" element


setEjbRelationName

public void setEjbRelationName(String ejbRelationName)
Sets the "ejb-relation-name" element


xsetEjbRelationName

public void xsetEjbRelationName(org.apache.xmlbeans.XmlString ejbRelationName)
Sets (as xml) the "ejb-relation-name" element


unsetEjbRelationName

public void unsetEjbRelationName()
Unsets the "ejb-relation-name" element


getManyToManyTableName

public String getManyToManyTableName()
Gets the "many-to-many-table-name" element


xgetManyToManyTableName

public org.apache.xmlbeans.XmlString xgetManyToManyTableName()
Gets (as xml) the "many-to-many-table-name" element


isSetManyToManyTableName

public boolean isSetManyToManyTableName()
True if has "many-to-many-table-name" element


setManyToManyTableName

public void setManyToManyTableName(String manyToManyTableName)
Sets the "many-to-many-table-name" element


xsetManyToManyTableName

public void xsetManyToManyTableName(org.apache.xmlbeans.XmlString manyToManyTableName)
Sets (as xml) the "many-to-many-table-name" element


unsetManyToManyTableName

public void unsetManyToManyTableName()
Unsets the "many-to-many-table-name" element


getEjbRelationshipRoleArray

public OpenejbEjbRelationshipRoleType[] getEjbRelationshipRoleArray()
Gets array of all "ejb-relationship-role" elements


getEjbRelationshipRoleArray

public OpenejbEjbRelationshipRoleType getEjbRelationshipRoleArray(int i)
Gets ith "ejb-relationship-role" element


sizeOfEjbRelationshipRoleArray

public int sizeOfEjbRelationshipRoleArray()
Returns number of "ejb-relationship-role" element


setEjbRelationshipRoleArray

public void setEjbRelationshipRoleArray(OpenejbEjbRelationshipRoleType[] ejbRelationshipRoleArray)
Sets array of all "ejb-relationship-role" element


setEjbRelationshipRoleArray

public void setEjbRelationshipRoleArray(int i,
                                        OpenejbEjbRelationshipRoleType ejbRelationshipRole)
Sets ith "ejb-relationship-role" element


insertNewEjbRelationshipRole

public OpenejbEjbRelationshipRoleType insertNewEjbRelationshipRole(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-relationship-role" element


addNewEjbRelationshipRole

public OpenejbEjbRelationshipRoleType addNewEjbRelationshipRole()
Appends and returns a new empty value (as xml) as the last "ejb-relationship-role" element


removeEjbRelationshipRole

public void removeEjbRelationshipRole(int i)
Removes the ith "ejb-relationship-role" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.