Package org.apache.openejb.jee
Class EjbRelationshipRole
- java.lang.Object
-
- org.apache.openejb.jee.EjbRelationshipRole
-
public class EjbRelationshipRole extends Object
ejb-jar_3_1.xsdJava class for ejb-relationship-roleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ejb-relationship-roleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <element name="ejb-relationship-role-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="multiplicity" type="{http://java.sun.com/xml/ns/javaee}multiplicityType"/> <element name="cascade-delete" type="{http://java.sun.com/xml/ns/javaee}emptyType" minOccurs="0"/> <element name="relationship-role-source" type="{http://java.sun.com/xml/ns/javaee}relationship-role-sourceType"/> <element name="cmr-field" type="{http://java.sun.com/xml/ns/javaee}cmr-fieldType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EmptycascadeDeleteprotected CmrFieldcmrFieldprotected TextMapdescriptionprotected StringejbRelationshipRoleNameprotected Stringidprotected Multiplicitymultiplicityprotected RelationshipRoleSourcerelationshipRoleSource
-
Constructor Summary
Constructors Constructor Description EjbRelationshipRole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCascadeDelete()CmrFieldgetCmrField()StringgetDescription()Text[]getDescriptions()StringgetEjbRelationshipRoleName()StringgetId()MultiplicitygetMultiplicity()RelationshipRoleSourcegetRelationshipRoleSource()voidsetCascadeDelete(boolean value)voidsetCmrField(CmrField value)voidsetDescriptions(Text[] text)voidsetEjbRelationshipRoleName(String value)voidsetId(String value)voidsetMultiplicity(Multiplicity value)voidsetRelationshipRoleSource(RelationshipRoleSource value)
-
-
-
Field Detail
-
description
protected TextMap description
-
ejbRelationshipRoleName
protected String ejbRelationshipRoleName
-
multiplicity
protected Multiplicity multiplicity
-
cascadeDelete
protected Empty cascadeDelete
-
relationshipRoleSource
protected RelationshipRoleSource relationshipRoleSource
-
cmrField
protected CmrField cmrField
-
id
protected String id
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
setDescriptions
public void setDescriptions(Text[] text)
-
getDescription
public String getDescription()
-
getEjbRelationshipRoleName
public String getEjbRelationshipRoleName()
-
setEjbRelationshipRoleName
public void setEjbRelationshipRoleName(String value)
-
getMultiplicity
public Multiplicity getMultiplicity()
-
setMultiplicity
public void setMultiplicity(Multiplicity value)
-
getCascadeDelete
public boolean getCascadeDelete()
-
setCascadeDelete
public void setCascadeDelete(boolean value)
-
getRelationshipRoleSource
public RelationshipRoleSource getRelationshipRoleSource()
-
setRelationshipRoleSource
public void setRelationshipRoleSource(RelationshipRoleSource value)
-
getCmrField
public CmrField getCmrField()
-
setCmrField
public void setCmrField(CmrField value)
-
getId
public String getId()
-
setId
public void setId(String value)
-
-