public class JaxbHbmCustomSqlDmlType extends Object implements Serializable
<p>Java class for CustomSqlDmlType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <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> </pre>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
callable |
protected ExecuteUpdateResultCheckStyle |
check |
protected String |
value |
| Constructor and Description |
|---|
JaxbHbmCustomSqlDmlType() |
| Modifier and Type | Method and Description |
|---|---|
ExecuteUpdateResultCheckStyle |
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(ExecuteUpdateResultCheckStyle value)
Sets the value of the check property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Boolean callable
protected ExecuteUpdateResultCheckStyle check
public String getValue()
Gets the value of the value property.
Stringpublic void setValue(String value)
Sets the value of the value property.
value - allowed object is
Stringpublic boolean isCallable()
Gets the value of the callable property.
Booleanpublic void setCallable(Boolean value)
Sets the value of the callable property.
value - allowed object is
Booleanpublic ExecuteUpdateResultCheckStyle getCheck()
Gets the value of the check property.
Stringpublic void setCheck(ExecuteUpdateResultCheckStyle value)
Sets the value of the check property.
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.