|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelationshipsType
The relationshipsType describes the relationships in which entity beans with container-managed persistence participate. The relationshipsType contains an optional description; and a list of ejb-relation elements, which specify the container managed relationships.
Java class for relationshipsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="relationshipsType">
<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" type="{http://java.sun.com/xml/ns/javaee}ejb-relationType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
EjbRelationType[] |
getEjbRelation()
|
EjbRelationType |
getEjbRelation(int idx)
|
int |
getEjbRelationLength()
|
String |
getId()
Gets the value of the id property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setEjbRelation(EjbRelationType[] values)
|
EjbRelationType |
setEjbRelation(int idx,
EjbRelationType value)
|
void |
setId(String value)
Sets the value of the id property. |
| Method Detail |
|---|
DescriptionType[] getDescription()
DescriptionTypeDescriptionType getDescription(int idx)
DescriptionTypeint getDescriptionLength()
void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypeEjbRelationType[] getEjbRelation()
EjbRelationTypeEjbRelationType getEjbRelation(int idx)
EjbRelationTypeint getEjbRelationLength()
void setEjbRelation(EjbRelationType[] values)
values - allowed objects are
EjbRelationType
EjbRelationType setEjbRelation(int idx,
EjbRelationType value)
value - allowed object is
EjbRelationTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||