|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.ws_1_2.templateparalleltext.Template
public class Template
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public Template()
public Template(Category[] categories, ChoiceParameter[] choiceParameters, String template, String templateId, ValueParameter[] valueParameters)
メソッドの詳細 |
---|
public Category[] getCategories()
public void setCategories(Category[] categories)
categories
- public ChoiceParameter[] getChoiceParameters()
public void setChoiceParameters(ChoiceParameter[] choiceParameters)
choiceParameters
- public String getTemplate()
public void setTemplate(String template)
template
- public String getTemplateId()
public void setTemplateId(String templateId)
templateId
- public ValueParameter[] getValueParameters()
public void setValueParameters(ValueParameter[] valueParameters)
valueParameters
- public boolean equals(Object obj)
Object
内の equals
public int hashCode()
Object
内の hashCode
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |