jp.go.nict.langrid.ws_1_2.dependencyparser
クラス Chunk

java.lang.Object
  上位を拡張 jp.go.nict.langrid.ws_1_2.dependencyparser.Chunk
すべての実装されたインタフェース:
Serializable

public class Chunk
extends Object
implements Serializable

関連項目:
直列化された形式

コンストラクタの概要
Chunk()
           
Chunk(String chunkId, Dependency dependency, Morpheme[] morphemes)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 String getChunkId()
          Gets the chunkId value for this Chunk.
 Dependency getDependency()
          Gets the dependency value for this Chunk.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Morpheme[] getMorphemes()
          Gets the morphemes value for this Chunk.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 int hashCode()
           
 void setChunkId(String chunkId)
          Sets the chunkId value for this Chunk.
 void setDependency(Dependency dependency)
          Sets the dependency value for this Chunk.
 void setMorphemes(Morpheme[] morphemes)
          Sets the morphemes value for this Chunk.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Chunk

public Chunk()

Chunk

public Chunk(String chunkId,
             Dependency dependency,
             Morpheme[] morphemes)
メソッドの詳細

getChunkId

public String getChunkId()
Gets the chunkId value for this Chunk.

戻り値:
chunkId

setChunkId

public void setChunkId(String chunkId)
Sets the chunkId value for this Chunk.

パラメータ:
chunkId -

getDependency

public Dependency getDependency()
Gets the dependency value for this Chunk.

戻り値:
dependency

setDependency

public void setDependency(Dependency dependency)
Sets the dependency value for this Chunk.

パラメータ:
dependency -

getMorphemes

public Morpheme[] getMorphemes()
Gets the morphemes value for this Chunk.

戻り値:
morphemes

setMorphemes

public void setMorphemes(Morpheme[] morphemes)
Sets the morphemes value for this Chunk.

パラメータ:
morphemes -

equals

public boolean equals(Object obj)
オーバーライド:
クラス Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer