jp.go.nict.langrid.ws_1_2.namedentitytagging
クラス NamedEntity

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

public class NamedEntity
extends Object
implements Serializable

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

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

コンストラクタの詳細

NamedEntity

public NamedEntity()

NamedEntity

public NamedEntity(String entity,
                   String tag)
メソッドの詳細

getEntity

public String getEntity()
Gets the entity value for this NamedEntity.

戻り値:
entity

setEntity

public void setEntity(String entity)
Sets the entity value for this NamedEntity.

パラメータ:
entity -

getTag

public String getTag()
Gets the tag value for this NamedEntity.

戻り値:
tag

setTag

public void setTag(String tag)
Sets the tag value for this NamedEntity.

パラメータ:
tag -

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