public class AckEventsResponse
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private APIError[] |
errors |
private EventNotification[] |
events |
private ReplyBase |
replyBase |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
AckEventsResponse() |
AckEventsResponse(APIError[] errors,
EventNotification[] events,
ReplyBase replyBase) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
APIError[] |
getErrors()
Gets the errors value for this AckEventsResponse.
|
APIError |
getErrors(int i) |
EventNotification[] |
getEvents()
Gets the events value for this AckEventsResponse.
|
EventNotification |
getEvents(int i) |
ReplyBase |
getReplyBase()
Gets the replyBase value for this AckEventsResponse.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setErrors(APIError[] errors)
Sets the errors value for this AckEventsResponse.
|
void |
setErrors(int i,
APIError _value) |
void |
setEvents(EventNotification[] events)
Sets the events value for this AckEventsResponse.
|
void |
setEvents(int i,
EventNotification _value) |
void |
setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this AckEventsResponse.
|
private APIError[] errors
private EventNotification[] events
private ReplyBase replyBase
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public AckEventsResponse()
public AckEventsResponse(APIError[] errors, EventNotification[] events, ReplyBase replyBase)
public APIError[] getErrors()
public void setErrors(APIError[] errors)
errors
- public APIError getErrors(int i)
public void setErrors(int i, APIError _value)
public EventNotification[] getEvents()
public void setEvents(EventNotification[] events)
events
- public EventNotification getEvents(int i)
public void setEvents(int i, EventNotification _value)
public ReplyBase getReplyBase()
public void setReplyBase(ReplyBase replyBase)
replyBase
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)