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