| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
public class JaxbSqlDeleteAllElement
Java class for sql-delete-all-element complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="sql-delete-all-element">
   <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/hibernate-mapping}check-attribute" />
     </extension>
   </simpleContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  Boolean | callable | 
| protected  JaxbCheckAttribute | check | 
| protected  String | value | 
| Constructor Summary | |
|---|---|
| JaxbSqlDeleteAllElement() | |
| Method Summary | |
|---|---|
|  JaxbCheckAttribute | getCheck()Gets the value of the check property. | 
|  String | getValue()Gets the value of the value property. | 
|  boolean | isCallable()Gets the value of the callable property. | 
|  void | setCallable(Boolean value)Sets the value of the callable property. | 
|  void | setCheck(JaxbCheckAttribute value)Sets the value of the check property. | 
|  void | setValue(String value)Sets the value of the value property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected String value
protected Boolean callable
protected JaxbCheckAttribute check
| Constructor Detail | 
|---|
public JaxbSqlDeleteAllElement()
| Method Detail | 
|---|
public String getValue()
getValue in interface CustomSqlElementStringpublic void setValue(String value)
value - allowed object is
     Stringpublic boolean isCallable()
isCallable in interface CustomSqlElementBooleanpublic void setCallable(Boolean value)
value - allowed object is
     Booleanpublic JaxbCheckAttribute getCheck()
getCheck in interface CustomSqlElementJaxbCheckAttributepublic void setCheck(JaxbCheckAttribute value)
value - allowed object is
     JaxbCheckAttribute| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||