public class CatalogProductRequestAttributes extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductRequestAttributes() |
CatalogProductRequestAttributes(String[] attributes,
String[] additional_attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getAdditional_attributes()
Gets the additional_attributes value for this CatalogProductRequestAttributes.
|
String[] |
getAttributes()
Gets the attributes value for this CatalogProductRequestAttributes.
|
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()
Return type metadata object
|
int |
hashCode() |
void |
setAdditional_attributes(String[] additional_attributes)
Sets the additional_attributes value for this CatalogProductRequestAttributes.
|
void |
setAttributes(String[] attributes)
Sets the attributes value for this CatalogProductRequestAttributes.
|
public String[] getAttributes()
public void setAttributes(String[] attributes)
attributes - public String[] getAdditional_attributes()
public void setAdditional_attributes(String[] additional_attributes)
additional_attributes - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.