public abstract class ContentBundleAction extends Object implements Serializable
ContentBundle
objects.| Constructor and Description |
|---|
ContentBundleAction() |
ContentBundleAction(String contentBundleActionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContentBundleActionType()
Gets the contentBundleActionType value for this ContentBundleAction.
|
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 |
setContentBundleActionType(String contentBundleActionType)
Sets the contentBundleActionType value for this ContentBundleAction.
|
public ContentBundleAction()
public ContentBundleAction(String contentBundleActionType)
public String getContentBundleActionType()
public void setContentBundleActionType(String contentBundleActionType)
contentBundleActionType - * Indicates that this instance is a subtype of ContentBundleAction.
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.