Class JaxbHbmCustomSqlDmlType

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbHbmCustomSqlDmlType
    extends java.lang.Object
    implements java.io.Serializable

    Java class for CustomSqlDmlType complex type.

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

     <complexType name="CustomSqlDmlType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="callable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="check" type="{http://www.hibernate.org/xsd/orm/hbm}ResultCheckStyleEnum" />
         </extension>
       </simpleContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • JaxbHbmCustomSqlDmlType

        public JaxbHbmCustomSqlDmlType()
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • isCallable

        public boolean isCallable()
        Gets the value of the callable property.
        Returns:
        possible object is Boolean
      • setCallable

        public void setCallable​(java.lang.Boolean value)
        Sets the value of the callable property.
        Parameters:
        value - allowed object is Boolean
      • setCheck

        public void setCheck​(ExecuteUpdateResultCheckStyle value)
        Sets the value of the check property.
        Parameters:
        value - allowed object is String