com.amazon.soap
Class BlendedRequest

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

public class BlendedRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BlendedRequest()
           
BlendedRequest(String blended, String tag, String type, String devtag, String locale)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBlended()
          Gets the blended value for this BlendedRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDevtag()
          Gets the devtag value for this BlendedRequest.
 String getLocale()
          Gets the locale value for this BlendedRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTag()
          Gets the tag value for this BlendedRequest.
 String getType()
          Gets the type value for this BlendedRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBlended(String blended)
          Sets the blended value for this BlendedRequest.
 void setDevtag(String devtag)
          Sets the devtag value for this BlendedRequest.
 void setLocale(String locale)
          Sets the locale value for this BlendedRequest.
 void setTag(String tag)
          Sets the tag value for this BlendedRequest.
 void setType(String type)
          Sets the type value for this BlendedRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlendedRequest

public BlendedRequest()

BlendedRequest

public BlendedRequest(String blended,
                      String tag,
                      String type,
                      String devtag,
                      String locale)
Method Detail

getBlended

public String getBlended()
Gets the blended value for this BlendedRequest.

Returns:
blended

setBlended

public void setBlended(String blended)
Sets the blended value for this BlendedRequest.

Parameters:
blended -

getTag

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

Returns:
tag

setTag

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

Parameters:
tag -

getType

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

Returns:
type

setType

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

Parameters:
type -

getDevtag

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

Returns:
devtag

setDevtag

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

Parameters:
devtag -

getLocale

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

Returns:
locale

setLocale

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

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