jp.go.nict.langrid.ws_1_2.paralleltext
クラス ParallelTextWithId

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

public class ParallelTextWithId
extends ParallelText
implements Serializable

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

コンストラクタの概要
ParallelTextWithId()
           
ParallelTextWithId(String source, String target, Category[] categories, String paralleltTextId)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 Category[] getCategories()
          Gets the categories value for this ParallelTextWithId.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getParalleltTextId()
          Gets the paralleltTextId value for this ParallelTextWithId.
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 setCategories(Category[] categories)
          Sets the categories value for this ParallelTextWithId.
 void setParalleltTextId(String paralleltTextId)
          Sets the paralleltTextId value for this ParallelTextWithId.
 
クラス jp.go.nict.langrid.ws_1_2.paralleltext.ParallelText から継承されたメソッド
getSource, getTarget, setSource, setTarget
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ParallelTextWithId

public ParallelTextWithId()

ParallelTextWithId

public ParallelTextWithId(String source,
                          String target,
                          Category[] categories,
                          String paralleltTextId)
メソッドの詳細

getCategories

public Category[] getCategories()
Gets the categories value for this ParallelTextWithId.

戻り値:
categories

setCategories

public void setCategories(Category[] categories)
Sets the categories value for this ParallelTextWithId.

パラメータ:
categories -

getParalleltTextId

public String getParalleltTextId()
Gets the paralleltTextId value for this ParallelTextWithId.

戻り値:
paralleltTextId

setParalleltTextId

public void setParalleltTextId(String paralleltTextId)
Sets the paralleltTextId value for this ParallelTextWithId.

パラメータ:
paralleltTextId -

equals

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

hashCode

public int hashCode()
オーバーライド:
クラス ParallelText 内の 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