Class 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 Detail

      • relationshipRoleName

        protected String relationshipRoleName
      • groupName

        protected String groupName
      • dbCascadeDelete

        protected Empty dbCascadeDelete
      • enableQueryCaching

        protected Boolean enableQueryCaching
    • Constructor Detail

      • WeblogicRelationshipRole

        public WeblogicRelationshipRole()
    • 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 is String
      • 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 is String
      • 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 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 is Boolean
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String