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