public class CatalogProductCustomOptionToAdd extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductCustomOptionToAdd() |
CatalogProductCustomOptionToAdd(String title,
String type,
String sort_order,
Integer is_require,
CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CatalogProductCustomOptionAdditionalFieldsEntity[] |
getAdditional_fields()
Gets the additional_fields value for this CatalogProductCustomOptionToAdd.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getIs_require()
Gets the is_require value for this CatalogProductCustomOptionToAdd.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSort_order()
Gets the sort_order value for this CatalogProductCustomOptionToAdd.
|
String |
getTitle()
Gets the title value for this CatalogProductCustomOptionToAdd.
|
String |
getType()
Gets the type value for this CatalogProductCustomOptionToAdd.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdditional_fields(CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields)
Sets the additional_fields value for this CatalogProductCustomOptionToAdd.
|
void |
setIs_require(Integer is_require)
Sets the is_require value for this CatalogProductCustomOptionToAdd.
|
void |
setSort_order(String sort_order)
Sets the sort_order value for this CatalogProductCustomOptionToAdd.
|
void |
setTitle(String title)
Sets the title value for this CatalogProductCustomOptionToAdd.
|
void |
setType(String type)
Sets the type value for this CatalogProductCustomOptionToAdd.
|
public CatalogProductCustomOptionToAdd()
public CatalogProductCustomOptionToAdd(String title, String type, String sort_order, Integer is_require, CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields)
public String getTitle()
public void setTitle(String title)
title - public String getType()
public void setType(String type)
type - public String getSort_order()
public void setSort_order(String sort_order)
sort_order - public Integer getIs_require()
public void setIs_require(Integer is_require)
is_require - public CatalogProductCustomOptionAdditionalFieldsEntity[] getAdditional_fields()
public void setAdditional_fields(CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields)
additional_fields - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.