public class AckEventsParams
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.Integer[] |
eventsId |
private AckEventsOptions |
options |
private static org.apache.axis.description.TypeDesc |
typeDesc |
| Constructor and Description |
|---|
AckEventsParams() |
AckEventsParams(java.lang.Integer[] eventsId,
AckEventsOptions options) |
| 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
|
java.lang.Integer[] |
getEventsId()
Gets the eventsId value for this AckEventsParams.
|
java.lang.Integer |
getEventsId(int i) |
AckEventsOptions |
getOptions()
Gets the options value for this AckEventsParams.
|
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 |
setEventsId(java.lang.Integer[] eventsId)
Sets the eventsId value for this AckEventsParams.
|
void |
setEventsId(int i,
java.lang.Integer _value) |
void |
setOptions(AckEventsOptions options)
Sets the options value for this AckEventsParams.
|
private java.lang.Integer[] eventsId
private AckEventsOptions options
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public AckEventsParams()
public AckEventsParams(java.lang.Integer[] eventsId,
AckEventsOptions options)
public java.lang.Integer[] getEventsId()
public void setEventsId(java.lang.Integer[] eventsId)
eventsId - public java.lang.Integer getEventsId(int i)
public void setEventsId(int i,
java.lang.Integer _value)
public AckEventsOptions getOptions()
public void setOptions(AckEventsOptions options)
options - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)