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>
| Modifier and Type | Field and Description |
|---|---|
protected Empty |
dbCascadeDelete |
protected Boolean |
enableQueryCaching |
protected String |
groupName |
protected String |
id |
protected RelationshipRoleMap |
relationshipRoleMap |
protected String |
relationshipRoleName |
| Constructor and Description |
|---|
WeblogicRelationshipRole() |
| Modifier and Type | Method and Description |
|---|---|
Empty |
getDbCascadeDelete()
Gets the value of the dbCascadeDelete property.
|
Boolean |
getEnableQueryCaching()
Gets the value of the enableQueryCaching property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getId()
Gets the value of the id property.
|
RelationshipRoleMap |
getRelationshipRoleMap()
Gets the value of the relationshipRoleMap property.
|
String |
getRelationshipRoleName()
Gets the value of the relationshipRoleName property.
|
void |
setDbCascadeDelete(Empty value)
Sets the value of the dbCascadeDelete property.
|
void |
setEnableQueryCaching(Boolean value)
Sets the value of the enableQueryCaching property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRelationshipRoleMap(RelationshipRoleMap value)
Sets the value of the relationshipRoleMap property.
|
void |
setRelationshipRoleName(String value)
Sets the value of the relationshipRoleName property.
|
protected String relationshipRoleName
protected String groupName
protected RelationshipRoleMap relationshipRoleMap
protected Empty dbCascadeDelete
protected Boolean enableQueryCaching
protected String id
public String getRelationshipRoleName()
Stringpublic void setRelationshipRoleName(String value)
value - allowed object is
Stringpublic String getGroupName()
Stringpublic void setGroupName(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 Boolean getEnableQueryCaching()
Booleanpublic void setEnableQueryCaching(Boolean value)
value - allowed object is
BooleanCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.