|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.mturk.requester.NotificationSpecification
public class NotificationSpecification
| Constructor Summary | |
|---|---|
NotificationSpecification()
|
|
NotificationSpecification(java.lang.String destination,
NotificationTransport transport,
java.lang.String version,
EventType[] eventType)
|
|
| Method Summary | |
|---|---|
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.String |
getDestination()
Gets the destination value for this NotificationSpecification. |
EventType[] |
getEventType()
Gets the eventType value for this NotificationSpecification. |
EventType |
getEventType(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
NotificationTransport |
getTransport()
Gets the transport value for this NotificationSpecification. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getVersion()
Gets the version value for this NotificationSpecification. |
int |
hashCode()
|
void |
setDestination(java.lang.String destination)
Sets the destination value for this NotificationSpecification. |
void |
setEventType(EventType[] eventType)
Sets the eventType value for this NotificationSpecification. |
void |
setEventType(int i,
EventType _value)
|
void |
setTransport(NotificationTransport transport)
Sets the transport value for this NotificationSpecification. |
void |
setVersion(java.lang.String version)
Sets the version value for this NotificationSpecification. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationSpecification()
public NotificationSpecification(java.lang.String destination,
NotificationTransport transport,
java.lang.String version,
EventType[] eventType)
| Method Detail |
|---|
public java.lang.String getDestination()
public void setDestination(java.lang.String destination)
destination - public NotificationTransport getTransport()
public void setTransport(NotificationTransport transport)
transport - public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - public EventType[] getEventType()
public void setEventType(EventType[] eventType)
eventType - public EventType getEventType(int i)
public void setEventType(int i,
EventType _value)
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||