public class GetBulkUpdatesStatusResponseType extends Object implements Serializable
| Constructor and Description |
|---|
GetBulkUpdatesStatusResponseType() |
GetBulkUpdatesStatusResponseType(String rsLocator,
BulkStatus status) |
| 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
|
String |
getRsLocator()
Gets the rsLocator value for this GetBulkUpdatesStatusResponseType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
BulkStatus |
getStatus()
Gets the status value for this GetBulkUpdatesStatusResponseType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setRsLocator(String rsLocator)
Sets the rsLocator value for this GetBulkUpdatesStatusResponseType.
|
void |
setStatus(BulkStatus status)
Sets the status value for this GetBulkUpdatesStatusResponseType.
|
public GetBulkUpdatesStatusResponseType()
public GetBulkUpdatesStatusResponseType(String rsLocator, BulkStatus status)
public String getRsLocator()
public void setRsLocator(String rsLocator)
rsLocator - public BulkStatus getStatus()
public void setStatus(BulkStatus status)
status - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.