com.amazon.soap
Class BrowseNode

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

public class BrowseNode
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

BrowseNode

public BrowseNode()

BrowseNode

public BrowseNode(String browseId,
                  String browseName)
Method Detail

getBrowseId

public String getBrowseId()
Gets the browseId value for this BrowseNode.

Returns:
browseId

setBrowseId

public void setBrowseId(String browseId)
Sets the browseId value for this BrowseNode.

Parameters:
browseId -

getBrowseName

public String getBrowseName()
Gets the browseName value for this BrowseNode.

Returns:
browseName

setBrowseName

public void setBrowseName(String browseName)
Sets the browseName value for this BrowseNode.

Parameters:
browseName -

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