com.amazon.soap
Class ActorRequest

java.lang.Object
  extended by com.amazon.soap.ActorRequest
All Implemented Interfaces:
Serializable

public class ActorRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ActorRequest()
           
ActorRequest(String actor, String page, String mode, String tag, String type, String devtag, String sort, String variations, String locale)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getActor()
          Gets the actor value for this ActorRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDevtag()
          Gets the devtag value for this ActorRequest.
 String getLocale()
          Gets the locale value for this ActorRequest.
 String getMode()
          Gets the mode value for this ActorRequest.
 String getPage()
          Gets the page value for this ActorRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSort()
          Gets the sort value for this ActorRequest.
 String getTag()
          Gets the tag value for this ActorRequest.
 String getType()
          Gets the type value for this ActorRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVariations()
          Gets the variations value for this ActorRequest.
 int hashCode()
           
 void setActor(String actor)
          Sets the actor value for this ActorRequest.
 void setDevtag(String devtag)
          Sets the devtag value for this ActorRequest.
 void setLocale(String locale)
          Sets the locale value for this ActorRequest.
 void setMode(String mode)
          Sets the mode value for this ActorRequest.
 void setPage(String page)
          Sets the page value for this ActorRequest.
 void setSort(String sort)
          Sets the sort value for this ActorRequest.
 void setTag(String tag)
          Sets the tag value for this ActorRequest.
 void setType(String type)
          Sets the type value for this ActorRequest.
 void setVariations(String variations)
          Sets the variations value for this ActorRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorRequest

public ActorRequest()

ActorRequest

public ActorRequest(String actor,
                    String page,
                    String mode,
                    String tag,
                    String type,
                    String devtag,
                    String sort,
                    String variations,
                    String locale)
Method Detail

getActor

public String getActor()
Gets the actor value for this ActorRequest.

Returns:
actor

setActor

public void setActor(String actor)
Sets the actor value for this ActorRequest.

Parameters:
actor -

getPage

public String getPage()
Gets the page value for this ActorRequest.

Returns:
page

setPage

public void setPage(String page)
Sets the page value for this ActorRequest.

Parameters:
page -

getMode

public String getMode()
Gets the mode value for this ActorRequest.

Returns:
mode

setMode

public void setMode(String mode)
Sets the mode value for this ActorRequest.

Parameters:
mode -

getTag

public String getTag()
Gets the tag value for this ActorRequest.

Returns:
tag

setTag

public void setTag(String tag)
Sets the tag value for this ActorRequest.

Parameters:
tag -

getType

public String getType()
Gets the type value for this ActorRequest.

Returns:
type

setType

public void setType(String type)
Sets the type value for this ActorRequest.

Parameters:
type -

getDevtag

public String getDevtag()
Gets the devtag value for this ActorRequest.

Returns:
devtag

setDevtag

public void setDevtag(String devtag)
Sets the devtag value for this ActorRequest.

Parameters:
devtag -

getSort

public String getSort()
Gets the sort value for this ActorRequest.

Returns:
sort

setSort

public void setSort(String sort)
Sets the sort value for this ActorRequest.

Parameters:
sort -

getVariations

public String getVariations()
Gets the variations value for this ActorRequest.

Returns:
variations

setVariations

public void setVariations(String variations)
Sets the variations value for this ActorRequest.

Parameters:
variations -

getLocale

public String getLocale()
Gets the locale value for this ActorRequest.

Returns:
locale

setLocale

public void setLocale(String locale)
Sets the locale value for this ActorRequest.

Parameters:
locale -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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