public class EjbRelation extends 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="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ejb-relation-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<element name="ejb-relationship-role" type="{http://java.sun.com/xml/ns/javaee}ejb-relationship-roleType"/>
<element name="ejb-relationship-role" type="{http://java.sun.com/xml/ns/javaee}ejb-relationship-roleType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected String |
ejbRelationName |
protected List<EjbRelationshipRole> |
ejbRelationshipRole |
protected String |
id |
| Constructor and Description |
|---|
EjbRelation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getEjbRelationName() |
List<EjbRelationshipRole> |
getEjbRelationshipRole() |
String |
getId() |
void |
setDescriptions(Text[] text) |
void |
setEjbRelationName(String value) |
void |
setId(String value) |
protected TextMap description
protected String ejbRelationName
protected List<EjbRelationshipRole> ejbRelationshipRole
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public String getEjbRelationName()
public void setEjbRelationName(String value)
public List<EjbRelationshipRole> getEjbRelationshipRole()
public String getId()
public void setId(String value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.