org.apache.openejb.jee.wls
Class WeblogicRelationshipRole

java.lang.Object
  extended by org.apache.openejb.jee.wls.WeblogicRelationshipRole

public class WeblogicRelationshipRole
extends java.lang.Object

Java class for weblogic-relationship-role complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="weblogic-relationship-role">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="relationship-role-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="relationship-role-map" type="{http://www.bea.com/ns/weblogic/90}relationship-role-map" minOccurs="0"/>
         <element name="db-cascade-delete" type="{http://www.bea.com/ns/weblogic/90}empty" minOccurs="0"/>
         <element name="enable-query-caching" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Empty dbCascadeDelete
           
protected  java.lang.Boolean enableQueryCaching
           
protected  java.lang.String groupName
           
protected  java.lang.String id
           
protected  RelationshipRoleMap relationshipRoleMap
           
protected  java.lang.String relationshipRoleName
           
 
Constructor Summary
WeblogicRelationshipRole()
           
 
Method Summary
 Empty getDbCascadeDelete()
          Gets the value of the dbCascadeDelete property.
 java.lang.Boolean getEnableQueryCaching()
          Gets the value of the enableQueryCaching property.
 java.lang.String getGroupName()
          Gets the value of the groupName property.
 java.lang.String getId()
          Gets the value of the id property.
 RelationshipRoleMap getRelationshipRoleMap()
          Gets the value of the relationshipRoleMap property.
 java.lang.String getRelationshipRoleName()
          Gets the value of the relationshipRoleName property.
 void setDbCascadeDelete(Empty value)
          Sets the value of the dbCascadeDelete property.
 void setEnableQueryCaching(java.lang.Boolean value)
          Sets the value of the enableQueryCaching property.
 void setGroupName(java.lang.String value)
          Sets the value of the groupName property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setRelationshipRoleMap(RelationshipRoleMap value)
          Sets the value of the relationshipRoleMap property.
 void setRelationshipRoleName(java.lang.String value)
          Sets the value of the relationshipRoleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relationshipRoleName

protected java.lang.String relationshipRoleName

groupName

protected java.lang.String groupName

relationshipRoleMap

protected RelationshipRoleMap relationshipRoleMap

dbCascadeDelete

protected Empty dbCascadeDelete

enableQueryCaching

protected java.lang.Boolean enableQueryCaching

id

protected java.lang.String id
Constructor Detail

WeblogicRelationshipRole

public WeblogicRelationshipRole()
Method Detail

getRelationshipRoleName

public java.lang.String getRelationshipRoleName()
Gets the value of the relationshipRoleName property.

Returns:
possible object is String

setRelationshipRoleName

public void setRelationshipRoleName(java.lang.String value)
Sets the value of the relationshipRoleName property.

Parameters:
value - allowed object is String

getGroupName

public java.lang.String getGroupName()
Gets the value of the groupName property.

Returns:
possible object is String

setGroupName

public void setGroupName(java.lang.String value)
Sets the value of the groupName property.

Parameters:
value - allowed object is String

getRelationshipRoleMap

public RelationshipRoleMap getRelationshipRoleMap()
Gets the value of the relationshipRoleMap property.

Returns:
possible object is RelationshipRoleMap

setRelationshipRoleMap

public void setRelationshipRoleMap(RelationshipRoleMap value)
Sets the value of the relationshipRoleMap property.

Parameters:
value - allowed object is RelationshipRoleMap

getDbCascadeDelete

public Empty getDbCascadeDelete()
Gets the value of the dbCascadeDelete property.

Returns:
possible object is Empty

setDbCascadeDelete

public void setDbCascadeDelete(Empty value)
Sets the value of the dbCascadeDelete property.

Parameters:
value - allowed object is Empty

getEnableQueryCaching

public java.lang.Boolean getEnableQueryCaching()
Gets the value of the enableQueryCaching property.

Returns:
possible object is Boolean

setEnableQueryCaching

public void setEnableQueryCaching(java.lang.Boolean value)
Sets the value of the enableQueryCaching property.

Parameters:
value - allowed object is Boolean

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.