com.amazonaws.a2s.model
Class SearchInside

java.lang.Object
  extended by com.amazonaws.a2s.model.SearchInside

public class SearchInside
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TotalExcerpts" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="Excerpt" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}SearchInsideExcerpt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Generated by AWS Code Generator

Thu Jan 10 05:27:59 PST 2008


Field Summary
protected  SearchInsideExcerpt excerpt
           
protected  java.math.BigInteger totalExcerpts
           
 
Constructor Summary
SearchInside()
           
 
Method Summary
 SearchInsideExcerpt getExcerpt()
          Gets the value of the excerpt property.
 java.math.BigInteger getTotalExcerpts()
          Gets the value of the totalExcerpts property.
 boolean isSetExcerpt()
           
 boolean isSetTotalExcerpts()
           
 void setExcerpt(SearchInsideExcerpt value)
          Sets the value of the excerpt property.
 void setTotalExcerpts(java.math.BigInteger value)
          Sets the value of the totalExcerpts property.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 SearchInside withExcerpt(SearchInsideExcerpt value)
          Sets the value of the Excerpt property.
 SearchInside withTotalExcerpts(java.math.BigInteger value)
          Sets the value of the TotalExcerpts property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalExcerpts

protected java.math.BigInteger totalExcerpts

excerpt

protected SearchInsideExcerpt excerpt
Constructor Detail

SearchInside

public SearchInside()
Method Detail

getTotalExcerpts

public java.math.BigInteger getTotalExcerpts()
Gets the value of the totalExcerpts property.

Returns:
possible object is BigInteger

setTotalExcerpts

public void setTotalExcerpts(java.math.BigInteger value)
Sets the value of the totalExcerpts property.

Parameters:
value - allowed object is BigInteger

isSetTotalExcerpts

public boolean isSetTotalExcerpts()

getExcerpt

public SearchInsideExcerpt getExcerpt()
Gets the value of the excerpt property.

Returns:
possible object is SearchInsideExcerpt

setExcerpt

public void setExcerpt(SearchInsideExcerpt value)
Sets the value of the excerpt property.

Parameters:
value - allowed object is SearchInsideExcerpt

isSetExcerpt

public boolean isSetExcerpt()

withTotalExcerpts

public SearchInside withTotalExcerpts(java.math.BigInteger value)
Sets the value of the TotalExcerpts property.

Parameters:
value -
Returns:
this instance

withExcerpt

public SearchInside withExcerpt(SearchInsideExcerpt value)
Sets the value of the Excerpt property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only