jp.go.nict.langrid.ws_1_2.texttospeech
クラス Speech

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

public class Speech
extends Object
implements Serializable

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

コンストラクタの概要
Speech()
           
Speech(byte[] audio, String audioType, String voiceType)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 byte[] getAudio()
          Gets the audio value for this Speech.
 String getAudioType()
          Gets the audioType value for this Speech.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 getVoiceType()
          Gets the voiceType value for this Speech.
 int hashCode()
           
 void setAudio(byte[] audio)
          Sets the audio value for this Speech.
 void setAudioType(String audioType)
          Sets the audioType value for this Speech.
 void setVoiceType(String voiceType)
          Sets the voiceType value for this Speech.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Speech

public Speech()

Speech

public Speech(byte[] audio,
              String audioType,
              String voiceType)
メソッドの詳細

getAudio

public byte[] getAudio()
Gets the audio value for this Speech.

戻り値:
audio

setAudio

public void setAudio(byte[] audio)
Sets the audio value for this Speech.

パラメータ:
audio -

getAudioType

public String getAudioType()
Gets the audioType value for this Speech.

戻り値:
audioType

setAudioType

public void setAudioType(String audioType)
Sets the audioType value for this Speech.

パラメータ:
audioType -

getVoiceType

public String getVoiceType()
Gets the voiceType value for this Speech.

戻り値:
voiceType

setVoiceType

public void setVoiceType(String voiceType)
Sets the voiceType value for this Speech.

パラメータ:
voiceType -

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