public class ChangeHistoryValue extends ObjectValue implements Serializable
| Constructor and Description |
|---|
ChangeHistoryValue() |
ChangeHistoryValue(ChangeHistoryEntityType entityType,
ChangeHistoryOperation operation) |
| 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
|
ChangeHistoryEntityType |
getEntityType()
Gets the entityType value for this ChangeHistoryValue.
|
ChangeHistoryOperation |
getOperation()
Gets the operation value for this ChangeHistoryValue.
|
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 |
setEntityType(ChangeHistoryEntityType entityType)
Sets the entityType value for this ChangeHistoryValue.
|
void |
setOperation(ChangeHistoryOperation operation)
Sets the operation value for this ChangeHistoryValue.
|
String |
toString() |
public ChangeHistoryValue()
public ChangeHistoryValue(ChangeHistoryEntityType entityType, ChangeHistoryOperation operation)
public String toString()
toString in class ObjectValuepublic ChangeHistoryEntityType getEntityType()
public void setEntityType(ChangeHistoryEntityType entityType)
entityType - public ChangeHistoryOperation getOperation()
public void setOperation(ChangeHistoryOperation operation)
operation - public boolean equals(Object obj)
equals in class ObjectValuepublic int hashCode()
hashCode in class ObjectValuepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.