public class JaxbHbmToolingHintType
extends java.lang.Object
implements java.io.Serializable
Java class for ToolingHintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ToolingHintType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="attribute" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="inherit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
inheritable |
protected java.lang.String |
name |
protected java.lang.String |
value |
| Constructor and Description |
|---|
JaxbHbmToolingHintType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isInheritable()
Gets the value of the inheritable property.
|
void |
setInheritable(java.lang.Boolean value)
Sets the value of the inheritable property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String name
protected java.lang.Boolean inheritable
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isInheritable()
Booleanpublic void setInheritable(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.