public class JaxbSqlInsertElement extends java.lang.Object implements CustomSqlElement
Java class for sql-insert-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sql-insert-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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
callable |
protected JaxbCheckAttribute |
check |
protected java.lang.String |
value |
| Constructor and Description |
|---|
JaxbSqlInsertElement() |
| Modifier and Type | Method and Description |
|---|---|
JaxbCheckAttribute |
getCheck()
Gets the value of the check property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isCallable()
Gets the value of the callable property.
|
void |
setCallable(java.lang.Boolean value)
Sets the value of the callable property.
|
void |
setCheck(JaxbCheckAttribute value)
Sets the value of the check property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.Boolean callable
protected JaxbCheckAttribute check
public java.lang.String getValue()
getValue in interface CustomSqlElementStringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic boolean isCallable()
isCallable in interface CustomSqlElementBooleanpublic void setCallable(java.lang.Boolean value)
value - allowed object is
Booleanpublic JaxbCheckAttribute getCheck()
getCheck in interface CustomSqlElementJaxbCheckAttributepublic void setCheck(JaxbCheckAttribute value)
value - allowed object is
JaxbCheckAttributeCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.