public class UpdateNotificationMessageType extends Object implements Serializable
| Constructor and Description |
|---|
UpdateNotificationMessageType() |
UpdateNotificationMessageType(int deltaFileIdx,
DeltaFileInfoType deltaFileInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDeltaFileIdx()
Gets the deltaFileIdx value for this UpdateNotificationMessageType.
|
DeltaFileInfoType |
getDeltaFileInfo()
Gets the deltaFileInfo value for this UpdateNotificationMessageType.
|
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 |
setDeltaFileIdx(int deltaFileIdx)
Sets the deltaFileIdx value for this UpdateNotificationMessageType.
|
void |
setDeltaFileInfo(DeltaFileInfoType deltaFileInfo)
Sets the deltaFileInfo value for this UpdateNotificationMessageType.
|
public UpdateNotificationMessageType()
public UpdateNotificationMessageType(int deltaFileIdx,
DeltaFileInfoType deltaFileInfo)
public DeltaFileInfoType getDeltaFileInfo()
public void setDeltaFileInfo(DeltaFileInfoType deltaFileInfo)
deltaFileInfo - public int getDeltaFileIdx()
public void setDeltaFileIdx(int deltaFileIdx)
deltaFileIdx - 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.