com.amazon.webservices.awsecommerceservice._2007_04_04
Class SearchInside

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.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" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Checksum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="PageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="SequenceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SearchInside.Excerpt
          Java class for anonymous complex type.
 
Field Summary
protected  SearchInside.Excerpt excerpt
           
protected  java.math.BigInteger totalExcerpts
           
 
Constructor Summary
SearchInside()
           
 
Method Summary
 SearchInside.Excerpt getExcerpt()
          Gets the value of the excerpt property.
 java.math.BigInteger getTotalExcerpts()
          Gets the value of the totalExcerpts property.
 void setExcerpt(SearchInside.Excerpt value)
          Sets the value of the excerpt property.
 void setTotalExcerpts(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 SearchInside.Excerpt 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

getExcerpt

public SearchInside.Excerpt getExcerpt()
Gets the value of the excerpt property.

Returns:
possible object is SearchInside.Excerpt

setExcerpt

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

Parameters:
value - allowed object is SearchInside.Excerpt


Copyright © 2007 orange-cafe.de. All Rights Reserved.