Package org.apache.openejb.jee.wls
Class WeblogicRelationshipRole
- java.lang.Object
-
- org.apache.openejb.jee.wls.WeblogicRelationshipRole
-
public class WeblogicRelationshipRole extends 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
Fields Modifier and Type Field Description protected EmptydbCascadeDeleteprotected BooleanenableQueryCachingprotected StringgroupNameprotected Stringidprotected RelationshipRoleMaprelationshipRoleMapprotected StringrelationshipRoleName
-
Constructor Summary
Constructors Constructor Description WeblogicRelationshipRole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmptygetDbCascadeDelete()Gets the value of the dbCascadeDelete property.BooleangetEnableQueryCaching()Gets the value of the enableQueryCaching property.StringgetGroupName()Gets the value of the groupName property.StringgetId()Gets the value of the id property.RelationshipRoleMapgetRelationshipRoleMap()Gets the value of the relationshipRoleMap property.StringgetRelationshipRoleName()Gets the value of the relationshipRoleName property.voidsetDbCascadeDelete(Empty value)Sets the value of the dbCascadeDelete property.voidsetEnableQueryCaching(Boolean value)Sets the value of the enableQueryCaching property.voidsetGroupName(String value)Sets the value of the groupName property.voidsetId(String value)Sets the value of the id property.voidsetRelationshipRoleMap(RelationshipRoleMap value)Sets the value of the relationshipRoleMap property.voidsetRelationshipRoleName(String value)Sets the value of the relationshipRoleName property.
-
-
-
Field Detail
-
relationshipRoleName
protected String relationshipRoleName
-
groupName
protected String groupName
-
relationshipRoleMap
protected RelationshipRoleMap relationshipRoleMap
-
dbCascadeDelete
protected Empty dbCascadeDelete
-
enableQueryCaching
protected Boolean enableQueryCaching
-
id
protected String id
-
-
Method Detail
-
getRelationshipRoleName
public String getRelationshipRoleName()
Gets the value of the relationshipRoleName property.- Returns:
- possible object is
String
-
setRelationshipRoleName
public void setRelationshipRoleName(String value)
Sets the value of the relationshipRoleName property.- Parameters:
value- allowed object isString
-
getGroupName
public String getGroupName()
Gets the value of the groupName property.- Returns:
- possible object is
String
-
setGroupName
public void setGroupName(String value)
Sets the value of the groupName property.- Parameters:
value- allowed object isString
-
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 isRelationshipRoleMap
-
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 isEmpty
-
getEnableQueryCaching
public Boolean getEnableQueryCaching()
Gets the value of the enableQueryCaching property.- Returns:
- possible object is
Boolean
-
setEnableQueryCaching
public void setEnableQueryCaching(Boolean value)
Sets the value of the enableQueryCaching property.- Parameters:
value- allowed object isBoolean
-
-