|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.ws_1_2.bilingualdictionary.Term
public class Term
コンストラクタの概要 | |
---|---|
Term()
|
|
Term(String language,
int priority,
String text)
|
メソッドの概要 | |
---|---|
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. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Term()
public Term(String language, int priority, String text)
メソッドの詳細 |
---|
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 boolean equals(Object obj)
Object
内の equals
public int hashCode()
Object
内の hashCode
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |