public class EjbRelation
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jboss.org}ejb-relation-name"/> <element ref="{http://jboss.org}read-only" minOccurs="0"/> <element ref="{http://jboss.org}read-time-out" minOccurs="0"/> <choice minOccurs="0"> <element ref="{http://jboss.org}foreign-key-mapping"/> <element ref="{http://jboss.org}relation-table-mapping"/> </choice> <sequence minOccurs="0"> <element ref="{http://jboss.org}ejb-relationship-role"/> <element ref="{http://jboss.org}ejb-relationship-role"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
content |
Constructor and Description |
---|
EjbRelation() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getContent()
Gets the rest of the content model.
|
public java.util.List<java.lang.Object> getContent()
set
method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
EjbRelationshipRole
EjbRelationName
RelationTableMapping
ForeignKeyMapping
ReadOnly
ReadTimeOut