|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.WeblogicRelationshipRole
public class WeblogicRelationshipRole
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 Boolean |
enableQueryCaching
|
protected String |
groupName
|
protected String |
id
|
protected RelationshipRoleMap |
relationshipRoleMap
|
protected String |
relationshipRoleName
|
| Constructor Summary | |
|---|---|
WeblogicRelationshipRole()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String relationshipRoleName
protected String groupName
protected RelationshipRoleMap relationshipRoleMap
protected Empty dbCascadeDelete
protected Boolean enableQueryCaching
protected String id
| Constructor Detail |
|---|
public WeblogicRelationshipRole()
| Method Detail |
|---|
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
Booleanpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||