public class Reference extends Object implements Serializable, IDataObject
Java class for refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="refType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dbname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dbkey" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="boost">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="1"/>
<maxInclusive value="3"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
boost |
protected String |
dbkey |
protected String |
dbname |
| Constructor and Description |
|---|
Reference() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getBoost()
Gets the value of the boost property.
|
String |
getDbkey()
Gets the value of the dbkey property.
|
String |
getDbname()
Gets the value of the dbname property.
|
void |
setBoost(Float value)
Sets the value of the boost property.
|
void |
setDbkey(String value)
Sets the value of the dbkey property.
|
void |
setDbname(String value)
Sets the value of the dbname property.
|
String |
toString() |
protected String dbname
protected String dbkey
protected Float boost
public String getDbname()
Stringpublic void setDbname(String value)
value - allowed object is
Stringpublic String getDbkey()
Stringpublic void setDbkey(String value)
value - allowed object is
Stringpublic Float getBoost()
Floatpublic void setBoost(Float value)
value - allowed object is
FloatCopyright © 2019. All Rights Reserved.