public static class EjbRelationshipRoleType.RoleMapping
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 name="cmr-field-mapping" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key-column" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="foreign-key-column" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EjbRelationshipRoleType.RoleMapping.CmrFieldMapping
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EjbRelationshipRoleType.RoleMapping.CmrFieldMapping> |
cmrFieldMapping |
| Constructor and Description |
|---|
RoleMapping() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EjbRelationshipRoleType.RoleMapping.CmrFieldMapping> |
getCmrFieldMapping()
Gets the value of the cmrFieldMapping property.
|
protected java.util.List<EjbRelationshipRoleType.RoleMapping.CmrFieldMapping> cmrFieldMapping
public java.util.List<EjbRelationshipRoleType.RoleMapping.CmrFieldMapping> getCmrFieldMapping()
set method for the cmrFieldMapping property.
For example, to add a new item, do as follows:
getCmrFieldMapping().add(newItem);
Objects of the following type(s) are allowed in the list
EjbRelationshipRoleType.RoleMapping.CmrFieldMapping