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