jp.go.nict.langrid.ws_1_2.adjacencypair
クラス AdjacencyPair

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

public class AdjacencyPair
extends Object
implements Serializable

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

コンストラクタの概要
AdjacencyPair()
           
AdjacencyPair(String category, String firstTurn, String[] secondTurns)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 String getCategory()
          Gets the category value for this AdjacencyPair.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFirstTurn()
          Gets the firstTurn value for this AdjacencyPair.
 String[] getSecondTurns()
          Gets the secondTurns value for this AdjacencyPair.
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 setCategory(String category)
          Sets the category value for this AdjacencyPair.
 void setFirstTurn(String firstTurn)
          Sets the firstTurn value for this AdjacencyPair.
 void setSecondTurns(String[] secondTurns)
          Sets the secondTurns value for this AdjacencyPair.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AdjacencyPair

public AdjacencyPair()

AdjacencyPair

public AdjacencyPair(String category,
                     String firstTurn,
                     String[] secondTurns)
メソッドの詳細

getCategory

public String getCategory()
Gets the category value for this AdjacencyPair.

戻り値:
category

setCategory

public void setCategory(String category)
Sets the category value for this AdjacencyPair.

パラメータ:
category -

getFirstTurn

public String getFirstTurn()
Gets the firstTurn value for this AdjacencyPair.

戻り値:
firstTurn

setFirstTurn

public void setFirstTurn(String firstTurn)
Sets the firstTurn value for this AdjacencyPair.

パラメータ:
firstTurn -

getSecondTurns

public String[] getSecondTurns()
Gets the secondTurns value for this AdjacencyPair.

戻り値:
secondTurns

setSecondTurns

public void setSecondTurns(String[] secondTurns)
Sets the secondTurns value for this AdjacencyPair.

パラメータ:
secondTurns -

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