Class JbosscmpJdbc


  • public class JbosscmpJdbc
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://jboss.org}defaults" minOccurs="0"/>
             <element ref="{http://jboss.org}enterprise-beans" minOccurs="0"/>
             <element ref="{http://jboss.org}relationships" minOccurs="0"/>
             <element ref="{http://jboss.org}dependent-value-classes" minOccurs="0"/>
             <element ref="{http://jboss.org}type-mappings" minOccurs="0"/>
             <element ref="{http://jboss.org}entity-commands" minOccurs="0"/>
             <element ref="{http://jboss.org}user-type-mappings" minOccurs="0"/>
             <element ref="{http://jboss.org}reserved-words" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • JbosscmpJdbc

        public JbosscmpJdbc()
    • Method Detail

      • getDefaults

        public Defaults getDefaults()
        Gets the value of the defaults property.
        Returns:
        possible object is Defaults
      • setDefaults

        public void setDefaults​(Defaults value)
        Sets the value of the defaults property.
        Parameters:
        value - allowed object is Defaults
      • getEnterpriseBeans

        public EnterpriseBeans getEnterpriseBeans()
        Gets the value of the enterpriseBeans property.
        Returns:
        possible object is EnterpriseBeans
      • setEnterpriseBeans

        public void setEnterpriseBeans​(EnterpriseBeans value)
        Sets the value of the enterpriseBeans property.
        Parameters:
        value - allowed object is EnterpriseBeans
      • getRelationships

        public Relationships getRelationships()
        Gets the value of the relationships property.
        Returns:
        possible object is Relationships
      • setRelationships

        public void setRelationships​(Relationships value)
        Sets the value of the relationships property.
        Parameters:
        value - allowed object is Relationships
      • setDependentValueClasses

        public void setDependentValueClasses​(DependentValueClasses value)
        Sets the value of the dependentValueClasses property.
        Parameters:
        value - allowed object is DependentValueClasses
      • getTypeMappings

        public TypeMappings getTypeMappings()
        Gets the value of the typeMappings property.
        Returns:
        possible object is TypeMappings
      • setTypeMappings

        public void setTypeMappings​(TypeMappings value)
        Sets the value of the typeMappings property.
        Parameters:
        value - allowed object is TypeMappings
      • getEntityCommands

        public EntityCommands getEntityCommands()
        Gets the value of the entityCommands property.
        Returns:
        possible object is EntityCommands
      • setEntityCommands

        public void setEntityCommands​(EntityCommands value)
        Sets the value of the entityCommands property.
        Parameters:
        value - allowed object is EntityCommands
      • getUserTypeMappings

        public UserTypeMappings getUserTypeMappings()
        Gets the value of the userTypeMappings property.
        Returns:
        possible object is UserTypeMappings
      • setUserTypeMappings

        public void setUserTypeMappings​(UserTypeMappings value)
        Sets the value of the userTypeMappings property.
        Parameters:
        value - allowed object is UserTypeMappings
      • getReservedWords

        public ReservedWords getReservedWords()
        Gets the value of the reservedWords property.
        Returns:
        possible object is ReservedWords
      • setReservedWords

        public void setReservedWords​(ReservedWords value)
        Sets the value of the reservedWords property.
        Parameters:
        value - allowed object is ReservedWords