public class JaxbQueryHint extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
description  | 
protected String | 
name  | 
protected String | 
value  | 
| Constructor and Description | 
|---|
JaxbQueryHint()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Gets the value of the description property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
String | 
getValue()
Gets the value of the value property. 
 | 
void | 
setDescription(String value)
Sets the value of the description property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
void | 
setValue(String value)
Sets the value of the value property. 
 | 
protected String description
protected String name
protected String value
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getValue()
StringCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.