public class EjbRelationshipRole
extends java.lang.Object
Java 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>
Modifier and Type | Field and Description |
---|---|
protected Empty |
cascadeDelete |
protected CmrField |
cmrField |
protected TextMap |
description |
protected java.lang.String |
ejbRelationshipRoleName |
protected java.lang.String |
id |
protected Multiplicity |
multiplicity |
protected RelationshipRoleSource |
relationshipRoleSource |
Constructor and Description |
---|
EjbRelationshipRole() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCascadeDelete() |
CmrField |
getCmrField() |
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getEjbRelationshipRoleName() |
java.lang.String |
getId() |
Multiplicity |
getMultiplicity() |
RelationshipRoleSource |
getRelationshipRoleSource() |
void |
setCascadeDelete(boolean value) |
void |
setCmrField(CmrField value) |
void |
setDescriptions(Text[] text) |
void |
setEjbRelationshipRoleName(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setMultiplicity(Multiplicity value) |
void |
setRelationshipRoleSource(RelationshipRoleSource value) |
protected TextMap description
protected java.lang.String ejbRelationshipRoleName
protected Multiplicity multiplicity
protected Empty cascadeDelete
protected RelationshipRoleSource relationshipRoleSource
protected CmrField cmrField
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public java.lang.String getEjbRelationshipRoleName()
public void setEjbRelationshipRoleName(java.lang.String value)
public Multiplicity getMultiplicity()
public void setMultiplicity(Multiplicity value)
public boolean getCascadeDelete()
public void setCascadeDelete(boolean value)
public RelationshipRoleSource getRelationshipRoleSource()
public void setRelationshipRoleSource(RelationshipRoleSource value)
public CmrField getCmrField()
public void setCmrField(CmrField value)
public java.lang.String getId()
public void setId(java.lang.String value)