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

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

public class Dependency
extends Object
implements Serializable

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

コンストラクタの概要
Dependency()
           
Dependency(String headChunkId, String label)
           
 
メソッドの概要
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getHeadChunkId()
          Gets the headChunkId value for this Dependency.
 String getLabel()
          Gets the label value for this Dependency.
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 setHeadChunkId(String headChunkId)
          Sets the headChunkId value for this Dependency.
 void setLabel(String label)
          Sets the label value for this Dependency.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Dependency

public Dependency()

Dependency

public Dependency(String headChunkId,
                  String label)
メソッドの詳細

getHeadChunkId

public String getHeadChunkId()
Gets the headChunkId value for this Dependency.

戻り値:
headChunkId

setHeadChunkId

public void setHeadChunkId(String headChunkId)
Sets the headChunkId value for this Dependency.

パラメータ:
headChunkId -

getLabel

public String getLabel()
Gets the label value for this Dependency.

戻り値:
label

setLabel

public void setLabel(String label)
Sets the label value for this Dependency.

パラメータ:
label -

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