public abstract class ProductAction extends Object implements Serializable
| Constructor and Description |
|---|
ProductAction() |
ProductAction(String productActionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getProductActionType()
Gets the productActionType value for this ProductAction.
|
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 |
setProductActionType(String productActionType)
Sets the productActionType value for this ProductAction.
|
public ProductAction()
public ProductAction(String productActionType)
public String getProductActionType()
public void setProductActionType(String productActionType)
productActionType - * Indicates that this instance is a subtype of ProductAction.
Although this field is returned in the response, it is ignored on
input
and cannot be selected. Specify xsi:type instead.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.