public class DeltaFileInfoType extends Object implements Serializable
| Constructor and Description |
|---|
DeltaFileInfoType() |
DeltaFileInfoType(DeltaActionType deltaAction,
String deltaFileID,
int documentCount,
String indexTypeID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DeltaActionType |
getDeltaAction()
Gets the deltaAction value for this DeltaFileInfoType.
|
String |
getDeltaFileID()
Gets the deltaFileID value for this DeltaFileInfoType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getDocumentCount()
Gets the documentCount value for this DeltaFileInfoType.
|
String |
getIndexTypeID()
Gets the indexTypeID value for this DeltaFileInfoType.
|
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 |
setDeltaAction(DeltaActionType deltaAction)
Sets the deltaAction value for this DeltaFileInfoType.
|
void |
setDeltaFileID(String deltaFileID)
Sets the deltaFileID value for this DeltaFileInfoType.
|
void |
setDocumentCount(int documentCount)
Sets the documentCount value for this DeltaFileInfoType.
|
void |
setIndexTypeID(String indexTypeID)
Sets the indexTypeID value for this DeltaFileInfoType.
|
public DeltaFileInfoType()
public DeltaFileInfoType(DeltaActionType deltaAction, String deltaFileID, int documentCount, String indexTypeID)
public String getDeltaFileID()
public void setDeltaFileID(String deltaFileID)
deltaFileID - public DeltaActionType getDeltaAction()
public void setDeltaAction(DeltaActionType deltaAction)
deltaAction - public int getDocumentCount()
public void setDocumentCount(int documentCount)
documentCount - public String getIndexTypeID()
public void setIndexTypeID(String indexTypeID)
indexTypeID - 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.