Project 4

com.amazon.soap.AWSECommerceService
Class SearchInside

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.SearchInside
All Implemented Interfaces:
java.io.Serializable

public class SearchInside
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  SearchInsideExcerpt excerpt
           
private  org.apache.axis.types.NonNegativeInteger totalExcerpts
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SearchInside()
           
SearchInside(org.apache.axis.types.NonNegativeInteger totalExcerpts, SearchInsideExcerpt excerpt)
           
 
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
 SearchInsideExcerpt getExcerpt()
          Gets the excerpt value for this SearchInside.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.NonNegativeInteger getTotalExcerpts()
          Gets the totalExcerpts value for this SearchInside.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExcerpt(SearchInsideExcerpt excerpt)
          Sets the excerpt value for this SearchInside.
 void setTotalExcerpts(org.apache.axis.types.NonNegativeInteger totalExcerpts)
          Sets the totalExcerpts value for this SearchInside.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

excerpt

private SearchInsideExcerpt excerpt

totalExcerpts

private org.apache.axis.types.NonNegativeInteger totalExcerpts

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

SearchInside

public SearchInside()

SearchInside

public SearchInside(org.apache.axis.types.NonNegativeInteger totalExcerpts,
                    SearchInsideExcerpt excerpt)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getDeserializer

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


getExcerpt

public SearchInsideExcerpt getExcerpt()
Gets the excerpt value for this SearchInside.

Returns:
excerpt

getSerializer

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


getTotalExcerpts

public org.apache.axis.types.NonNegativeInteger getTotalExcerpts()
Gets the totalExcerpts value for this SearchInside.

Returns:
totalExcerpts

getTypeDesc

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


hashCode

public int hashCode()

setExcerpt

public void setExcerpt(SearchInsideExcerpt excerpt)
Sets the excerpt value for this SearchInside.

Parameters:
excerpt -

setTotalExcerpts

public void setTotalExcerpts(org.apache.axis.types.NonNegativeInteger totalExcerpts)
Sets the totalExcerpts value for this SearchInside.

Parameters:
totalExcerpts -

Project 4