|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.EjbRelationshipRoleType
public class EjbRelationshipRoleType
Java class for ejb-relationship-roleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ejb-relationship-roleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ejb-relationship-role-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="relationship-role-source"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="cmr-field" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cmr-field-name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="foreign-key-column-on-source" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="role-mapping"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
EjbRelationshipRoleType.CmrField
Java class for anonymous complex type. |
static class |
EjbRelationshipRoleType.RelationshipRoleSource
Java class for anonymous complex type. |
static class |
EjbRelationshipRoleType.RoleMapping
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected EjbRelationshipRoleType.CmrField |
cmrField
|
protected String |
ejbRelationshipRoleName
|
protected EmptyType |
foreignKeyColumnOnSource
|
protected EjbRelationshipRoleType.RelationshipRoleSource |
relationshipRoleSource
|
protected EjbRelationshipRoleType.RoleMapping |
roleMapping
|
Constructor Summary | |
---|---|
EjbRelationshipRoleType()
|
Method Summary | |
---|---|
EjbRelationshipRoleType.CmrField |
getCmrField()
Gets the value of the cmrField property. |
String |
getEjbRelationshipRoleName()
Gets the value of the ejbRelationshipRoleName property. |
EjbRelationshipRoleType.RelationshipRoleSource |
getRelationshipRoleSource()
Gets the value of the relationshipRoleSource property. |
EjbRelationshipRoleType.RoleMapping |
getRoleMapping()
Gets the value of the roleMapping property. |
boolean |
isForeignKeyColumnOnSource()
Gets the value of the foreignKeyColumnOnSource property. |
void |
setCmrField(EjbRelationshipRoleType.CmrField value)
Sets the value of the cmrField property. |
void |
setEjbRelationshipRoleName(String value)
Sets the value of the ejbRelationshipRoleName property. |
void |
setForeignKeyColumnOnSource(boolean value)
Sets the value of the foreignKeyColumnOnSource property. |
void |
setRelationshipRoleSource(EjbRelationshipRoleType.RelationshipRoleSource value)
Sets the value of the relationshipRoleSource property. |
void |
setRoleMapping(EjbRelationshipRoleType.RoleMapping value)
Sets the value of the roleMapping property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String ejbRelationshipRoleName
protected EjbRelationshipRoleType.RelationshipRoleSource relationshipRoleSource
protected EjbRelationshipRoleType.CmrField cmrField
protected EmptyType foreignKeyColumnOnSource
protected EjbRelationshipRoleType.RoleMapping roleMapping
Constructor Detail |
---|
public EjbRelationshipRoleType()
Method Detail |
---|
public String getEjbRelationshipRoleName()
String
public void setEjbRelationshipRoleName(String value)
value
- allowed object is
String
public EjbRelationshipRoleType.RelationshipRoleSource getRelationshipRoleSource()
EjbRelationshipRoleType.RelationshipRoleSource
public void setRelationshipRoleSource(EjbRelationshipRoleType.RelationshipRoleSource value)
value
- allowed object is
EjbRelationshipRoleType.RelationshipRoleSource
public EjbRelationshipRoleType.CmrField getCmrField()
EjbRelationshipRoleType.CmrField
public void setCmrField(EjbRelationshipRoleType.CmrField value)
value
- allowed object is
EjbRelationshipRoleType.CmrField
public boolean isForeignKeyColumnOnSource()
boolean
public void setForeignKeyColumnOnSource(boolean value)
value
- allowed object is
boolean
public EjbRelationshipRoleType.RoleMapping getRoleMapping()
EjbRelationshipRoleType.RoleMapping
public void setRoleMapping(EjbRelationshipRoleType.RoleMapping value)
value
- allowed object is
EjbRelationshipRoleType.RoleMapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |