com.amazonaws.mturk.requester
Class SetHITTypeNotificationRequest

java.lang.Object
  extended by com.amazonaws.mturk.requester.SetHITTypeNotificationRequest
All Implemented Interfaces:
java.io.Serializable

public class SetHITTypeNotificationRequest
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SetHITTypeNotificationRequest()
           
SetHITTypeNotificationRequest(java.lang.String HITTypeId, NotificationSpecification notification, java.lang.Boolean active)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getActive()
          Gets the active value for this SetHITTypeNotificationRequest.
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.String getHITTypeId()
          Gets the HITTypeId value for this SetHITTypeNotificationRequest.
 NotificationSpecification getNotification()
          Gets the notification value for this SetHITTypeNotificationRequest.
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 setActive(java.lang.Boolean active)
          Sets the active value for this SetHITTypeNotificationRequest.
 void setHITTypeId(java.lang.String HITTypeId)
          Sets the HITTypeId value for this SetHITTypeNotificationRequest.
 void setNotification(NotificationSpecification notification)
          Sets the notification value for this SetHITTypeNotificationRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetHITTypeNotificationRequest

public SetHITTypeNotificationRequest()

SetHITTypeNotificationRequest

public SetHITTypeNotificationRequest(java.lang.String HITTypeId,
                                     NotificationSpecification notification,
                                     java.lang.Boolean active)
Method Detail

getHITTypeId

public java.lang.String getHITTypeId()
Gets the HITTypeId value for this SetHITTypeNotificationRequest.

Returns:
HITTypeId

setHITTypeId

public void setHITTypeId(java.lang.String HITTypeId)
Sets the HITTypeId value for this SetHITTypeNotificationRequest.

Parameters:
HITTypeId -

getNotification

public NotificationSpecification getNotification()
Gets the notification value for this SetHITTypeNotificationRequest.

Returns:
notification

setNotification

public void setNotification(NotificationSpecification notification)
Sets the notification value for this SetHITTypeNotificationRequest.

Parameters:
notification -

getActive

public java.lang.Boolean getActive()
Gets the active value for this SetHITTypeNotificationRequest.

Returns:
active

setActive

public void setActive(java.lang.Boolean active)
Sets the active value for this SetHITTypeNotificationRequest.

Parameters:
active -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer