Package org.apache.openejb.jee.jba.cmp
Class EjbRelationshipRole
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.EjbRelationshipRole
-
public class EjbRelationshipRole 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 ref="{http://jboss.org}ejb-relationship-role-name"/> <element ref="{http://jboss.org}fk-constraint" minOccurs="0"/> <element ref="{http://jboss.org}key-fields" minOccurs="0"/> <element ref="{http://jboss.org}read-ahead" minOccurs="0"/> <element ref="{http://jboss.org}batch-cascade-delete" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BatchCascadeDeletebatchCascadeDeleteprotected EjbRelationshipRoleNameejbRelationshipRoleNameprotected FkConstraintfkConstraintprotected KeyFieldskeyFieldsprotected ReadAheadreadAhead
-
Constructor Summary
Constructors Constructor Description EjbRelationshipRole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchCascadeDeletegetBatchCascadeDelete()Gets the value of the batchCascadeDelete property.EjbRelationshipRoleNamegetEjbRelationshipRoleName()Gets the value of the ejbRelationshipRoleName property.FkConstraintgetFkConstraint()Gets the value of the fkConstraint property.KeyFieldsgetKeyFields()Gets the value of the keyFields property.ReadAheadgetReadAhead()Gets the value of the readAhead property.voidsetBatchCascadeDelete(BatchCascadeDelete value)Sets the value of the batchCascadeDelete property.voidsetEjbRelationshipRoleName(EjbRelationshipRoleName value)Sets the value of the ejbRelationshipRoleName property.voidsetFkConstraint(FkConstraint value)Sets the value of the fkConstraint property.voidsetKeyFields(KeyFields value)Sets the value of the keyFields property.voidsetReadAhead(ReadAhead value)Sets the value of the readAhead property.
-
-
-
Field Detail
-
ejbRelationshipRoleName
protected EjbRelationshipRoleName ejbRelationshipRoleName
-
fkConstraint
protected FkConstraint fkConstraint
-
keyFields
protected KeyFields keyFields
-
readAhead
protected ReadAhead readAhead
-
batchCascadeDelete
protected BatchCascadeDelete batchCascadeDelete
-
-
Method Detail
-
getEjbRelationshipRoleName
public EjbRelationshipRoleName getEjbRelationshipRoleName()
Gets the value of the ejbRelationshipRoleName property.- Returns:
- possible object is
EjbRelationshipRoleName
-
setEjbRelationshipRoleName
public void setEjbRelationshipRoleName(EjbRelationshipRoleName value)
Sets the value of the ejbRelationshipRoleName property.- Parameters:
value- allowed object isEjbRelationshipRoleName
-
getFkConstraint
public FkConstraint getFkConstraint()
Gets the value of the fkConstraint property.- Returns:
- possible object is
FkConstraint
-
setFkConstraint
public void setFkConstraint(FkConstraint value)
Sets the value of the fkConstraint property.- Parameters:
value- allowed object isFkConstraint
-
getKeyFields
public KeyFields getKeyFields()
Gets the value of the keyFields property.- Returns:
- possible object is
KeyFields
-
setKeyFields
public void setKeyFields(KeyFields value)
Sets the value of the keyFields property.- Parameters:
value- allowed object isKeyFields
-
getReadAhead
public ReadAhead getReadAhead()
Gets the value of the readAhead property.- Returns:
- possible object is
ReadAhead
-
setReadAhead
public void setReadAhead(ReadAhead value)
Sets the value of the readAhead property.- Parameters:
value- allowed object isReadAhead
-
getBatchCascadeDelete
public BatchCascadeDelete getBatchCascadeDelete()
Gets the value of the batchCascadeDelete property.- Returns:
- possible object is
BatchCascadeDelete
-
setBatchCascadeDelete
public void setBatchCascadeDelete(BatchCascadeDelete value)
Sets the value of the batchCascadeDelete property.- Parameters:
value- allowed object isBatchCascadeDelete
-
-