public class ConnectUpdaterResponse extends Object implements Serializable
| Constructor and Description |
|---|
ConnectUpdaterResponse() |
ConnectUpdaterResponse(int connectionID,
String deltaFileCollectionID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getConnectionID()
Gets the connectionID value for this ConnectUpdaterResponse.
|
String |
getDeltaFileCollectionID()
Gets the deltaFileCollectionID value for this ConnectUpdaterResponse.
|
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 |
setConnectionID(int connectionID)
Sets the connectionID value for this ConnectUpdaterResponse.
|
void |
setDeltaFileCollectionID(String deltaFileCollectionID)
Sets the deltaFileCollectionID value for this ConnectUpdaterResponse.
|
public ConnectUpdaterResponse()
public ConnectUpdaterResponse(int connectionID,
String deltaFileCollectionID)
public int getConnectionID()
public void setConnectionID(int connectionID)
connectionID - public String getDeltaFileCollectionID()
public void setDeltaFileCollectionID(String deltaFileCollectionID)
deltaFileCollectionID - 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.