public class Template extends Object implements Serializable
Constructor and Description |
---|
Template() |
Template(Category[] categories,
ChoiceParameter[] choiceParameters,
String template,
String templateId,
ValueParameter[] valueParameters) |
Modifier and Type | Method and Description |
---|---|
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.
|
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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)