public class Keyphrase extends Object implements Serializable
Constructor and Description |
---|
Keyphrase() |
Keyphrase(String phrase,
double score) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getPhrase()
Gets the phrase value for this Keyphrase.
|
double |
getScore()
Gets the score value for this Keyphrase.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setPhrase(String phrase)
Sets the phrase value for this Keyphrase.
|
void |
setScore(double score)
Sets the score value for this Keyphrase.
|
public Keyphrase()
public Keyphrase(String phrase, double score)
public String getPhrase()
public void setPhrase(String phrase)
phrase
- public double getScore()
public void setScore(double score)
score
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)