jp.go.nict.langrid.ws_1_2.templateparalleltext
クラス Template

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

public class Template
extends Object
implements Serializable

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

コンストラクタの概要
Template()
           
Template(Category[] categories, ChoiceParameter[] choiceParameters, String template, String templateId, ValueParameter[] valueParameters)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 Category[] getCategories()
          Gets the categories value for this Template.
 ChoiceParameter[] getChoiceParameters()
          Gets the choiceParameters value for this Template.
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
 String getTemplate()
          Gets the template value for this Template.
 String getTemplateId()
          Gets the templateId value for this Template.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 ValueParameter[] getValueParameters()
          Gets the valueParameters value for this Template.
 int hashCode()
           
 void setCategories(Category[] categories)
          Sets the categories value for this Template.
 void setChoiceParameters(ChoiceParameter[] choiceParameters)
          Sets the choiceParameters value for this Template.
 void setTemplate(String template)
          Sets the template value for this Template.
 void setTemplateId(String templateId)
          Sets the templateId value for this Template.
 void setValueParameters(ValueParameter[] valueParameters)
          Sets the valueParameters value for this Template.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Template

public Template()

Template

public Template(Category[] categories,
                ChoiceParameter[] choiceParameters,
                String template,
                String templateId,
                ValueParameter[] valueParameters)
メソッドの詳細

getCategories

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

戻り値:
categories

setCategories

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

パラメータ:
categories -

getChoiceParameters

public ChoiceParameter[] getChoiceParameters()
Gets the choiceParameters value for this Template.

戻り値:
choiceParameters

setChoiceParameters

public void setChoiceParameters(ChoiceParameter[] choiceParameters)
Sets the choiceParameters value for this Template.

パラメータ:
choiceParameters -

getTemplate

public String getTemplate()
Gets the template value for this Template.

戻り値:
template

setTemplate

public void setTemplate(String template)
Sets the template value for this Template.

パラメータ:
template -

getTemplateId

public String getTemplateId()
Gets the templateId value for this Template.

戻り値:
templateId

setTemplateId

public void setTemplateId(String templateId)
Sets the templateId value for this Template.

パラメータ:
templateId -

getValueParameters

public ValueParameter[] getValueParameters()
Gets the valueParameters value for this Template.

戻り値:
valueParameters

setValueParameters

public void setValueParameters(ValueParameter[] valueParameters)
Sets the valueParameters value for this Template.

パラメータ:
valueParameters -

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