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>
 | Modifier and Type | Field and Description | 
|---|---|
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 and Description | 
|---|
WeblogicRelationshipRole()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
protected java.lang.String relationshipRoleName
protected java.lang.String groupName
protected RelationshipRoleMap relationshipRoleMap
protected Empty dbCascadeDelete
protected java.lang.Boolean enableQueryCaching
protected java.lang.String id
public java.lang.String getRelationshipRoleName()
Stringpublic void setRelationshipRoleName(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getGroupName()
Stringpublic void setGroupName(java.lang.String value)
value - allowed object is
              Stringpublic RelationshipRoleMap getRelationshipRoleMap()
RelationshipRoleMappublic void setRelationshipRoleMap(RelationshipRoleMap value)
value - allowed object is
              RelationshipRoleMappublic Empty getDbCascadeDelete()
Emptypublic void setDbCascadeDelete(Empty value)
value - allowed object is
              Emptypublic java.lang.Boolean getEnableQueryCaching()
Booleanpublic void setEnableQueryCaching(java.lang.Boolean value)
value - allowed object is
              Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
              String