public class EjbRelationType
extends java.lang.Object
Java class for ejb-relationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ejb-relationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ejb-relation-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="many-to-many-table-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ejb-relationship-role" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}ejb-relationship-roleType" maxOccurs="2"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
ejbRelationName |
protected java.util.List<EjbRelationshipRoleType> |
ejbRelationshipRole |
protected java.lang.String |
manyToManyTableName |
Constructor and Description |
---|
EjbRelationType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEjbRelationName()
Gets the value of the ejbRelationName property.
|
java.util.List<EjbRelationshipRoleType> |
getEjbRelationshipRole()
Gets the value of the ejbRelationshipRole property.
|
java.lang.String |
getManyToManyTableName()
Gets the value of the manyToManyTableName property.
|
void |
setEjbRelationName(java.lang.String value)
Sets the value of the ejbRelationName property.
|
void |
setManyToManyTableName(java.lang.String value)
Sets the value of the manyToManyTableName property.
|
protected java.lang.String ejbRelationName
protected java.lang.String manyToManyTableName
protected java.util.List<EjbRelationshipRoleType> ejbRelationshipRole
public java.lang.String getEjbRelationName()
String
public void setEjbRelationName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getManyToManyTableName()
String
public void setManyToManyTableName(java.lang.String value)
value
- allowed object is
String
public java.util.List<EjbRelationshipRoleType> getEjbRelationshipRole()
set
method for the ejbRelationshipRole property.
For example, to add a new item, do as follows:
getEjbRelationshipRole().add(newItem);Objects of the following type(s) are allowed in the list
EjbRelationshipRoleType