|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getEjbRelationName()
public org.apache.xmlbeans.XmlString xgetEjbRelationName()
public boolean isSetEjbRelationName()
public void setEjbRelationName(String ejbRelationName)
public void xsetEjbRelationName(org.apache.xmlbeans.XmlString ejbRelationName)
public void unsetEjbRelationName()
public String getManyToManyTableName()
public org.apache.xmlbeans.XmlString xgetManyToManyTableName()
public boolean isSetManyToManyTableName()
public void setManyToManyTableName(String manyToManyTableName)
public void xsetManyToManyTableName(org.apache.xmlbeans.XmlString manyToManyTableName)
public void unsetManyToManyTableName()
public OpenejbEjbRelationshipRoleType[] getEjbRelationshipRoleArray()
public OpenejbEjbRelationshipRoleType getEjbRelationshipRoleArray(int i)
public int sizeOfEjbRelationshipRoleArray()
public void setEjbRelationshipRoleArray(OpenejbEjbRelationshipRoleType[] ejbRelationshipRoleArray)
public void setEjbRelationshipRoleArray(int i, OpenejbEjbRelationshipRoleType ejbRelationshipRole)
public OpenejbEjbRelationshipRoleType insertNewEjbRelationshipRole(int i)
public OpenejbEjbRelationshipRoleType addNewEjbRelationshipRole()
public void removeEjbRelationshipRole(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |