jp.go.nict.langrid.ws_1_2.pictogramdictionary
クラス Pictogram

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

public class Pictogram
extends Object
implements Serializable

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

コンストラクタの概要
Pictogram()
           
Pictogram(byte[] image, String imageType, String word)
           
 
メソッドの概要
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 byte[] getImage()
          Gets the image value for this Pictogram.
 String getImageType()
          Gets the imageType value for this Pictogram.
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)
 String getWord()
          Gets the word value for this Pictogram.
 int hashCode()
           
 void setImage(byte[] image)
          Sets the image value for this Pictogram.
 void setImageType(String imageType)
          Sets the imageType value for this Pictogram.
 void setWord(String word)
          Sets the word value for this Pictogram.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Pictogram

public Pictogram()

Pictogram

public Pictogram(byte[] image,
                 String imageType,
                 String word)
メソッドの詳細

getImage

public byte[] getImage()
Gets the image value for this Pictogram.

戻り値:
image

setImage

public void setImage(byte[] image)
Sets the image value for this Pictogram.

パラメータ:
image -

getImageType

public String getImageType()
Gets the imageType value for this Pictogram.

戻り値:
imageType

setImageType

public void setImageType(String imageType)
Sets the imageType value for this Pictogram.

パラメータ:
imageType -

getWord

public String getWord()
Gets the word value for this Pictogram.

戻り値:
word

setWord

public void setWord(String word)
Sets the word value for this Pictogram.

パラメータ:
word -

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