public class Term extends Object implements Serializable
Constructor and Description |
---|
Term() |
Term(String language,
int priority,
String text) |
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 |
getLanguage()
Gets the language value for this Term.
|
int |
getPriority()
Gets the priority value for this Term.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getText()
Gets the text value for this Term.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setLanguage(String language)
Sets the language value for this Term.
|
void |
setPriority(int priority)
Sets the priority value for this Term.
|
void |
setText(String text)
Sets the text value for this Term.
|
public String getLanguage()
public void setLanguage(String language)
language
- public int getPriority()
public void setPriority(int priority)
priority
- public String getText()
public void setText(String text)
text
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)