com.amazon.soap
Class KeyPhrase

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

public class KeyPhrase
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
KeyPhrase()
           
KeyPhrase(String keyPhrase, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getKeyPhrase()
          Gets the keyPhrase value for this KeyPhrase.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this KeyPhrase.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setKeyPhrase(String keyPhrase)
          Sets the keyPhrase value for this KeyPhrase.
 void setType(String type)
          Sets the type value for this KeyPhrase.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPhrase

public KeyPhrase()

KeyPhrase

public KeyPhrase(String keyPhrase,
                 String type)
Method Detail

getKeyPhrase

public String getKeyPhrase()
Gets the keyPhrase value for this KeyPhrase.

Returns:
keyPhrase

setKeyPhrase

public void setKeyPhrase(String keyPhrase)
Sets the keyPhrase value for this KeyPhrase.

Parameters:
keyPhrase -

getType

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

Returns:
type

setType

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

Parameters:
type -

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