public class JaxbSqlUpdateElement extends Object implements CustomSqlElement
Java class for sql-update-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sql-update-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 Boolean |
callable |
protected JaxbCheckAttribute |
check |
protected String |
value |
Constructor and Description |
---|
JaxbSqlUpdateElement() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String value
protected Boolean callable
protected JaxbCheckAttribute check
public String getValue()
getValue
in interface CustomSqlElement
String
public void setValue(String value)
value
- allowed object is
String
public boolean isCallable()
isCallable
in interface CustomSqlElement
Boolean
public void setCallable(Boolean value)
value
- allowed object is
Boolean
public JaxbCheckAttribute getCheck()
getCheck
in interface CustomSqlElement
JaxbCheckAttribute
public void setCheck(JaxbCheckAttribute value)
value
- allowed object is
JaxbCheckAttribute
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.