public static class EjbRelationshipRoleType.RoleMapping.CmrFieldMapping extends 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
foreignKeyColumn |
protected String |
keyColumn |
| Constructor and Description |
|---|
EjbRelationshipRoleType.RoleMapping.CmrFieldMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getForeignKeyColumn()
Gets the value of the foreignKeyColumn property.
|
String |
getKeyColumn()
Gets the value of the keyColumn property.
|
void |
setForeignKeyColumn(String value)
Sets the value of the foreignKeyColumn property.
|
void |
setKeyColumn(String value)
Sets the value of the keyColumn property.
|
protected String keyColumn
protected String foreignKeyColumn
public EjbRelationshipRoleType.RoleMapping.CmrFieldMapping()
public String getKeyColumn()
Stringpublic void setKeyColumn(String value)
value - allowed object is
Stringpublic String getForeignKeyColumn()
StringCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.