com.amazon.webservices.awsecommerceservice._2007_04_04
Class SearchInside.Excerpt

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.SearchInside.Excerpt
Enclosing class:
SearchInside

public static class SearchInside.Excerpt
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="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>
 


Field Summary
protected  java.lang.String checksum
           
protected  java.lang.String pageNumber
           
protected  java.lang.String pageType
           
protected  java.lang.String sequenceNumber
           
protected  java.lang.String text
           
 
Constructor Summary
SearchInside.Excerpt()
           
 
Method Summary
 java.lang.String getChecksum()
          Gets the value of the checksum property.
 java.lang.String getPageNumber()
          Gets the value of the pageNumber property.
 java.lang.String getPageType()
          Gets the value of the pageType property.
 java.lang.String getSequenceNumber()
          Gets the value of the sequenceNumber property.
 java.lang.String getText()
          Gets the value of the text property.
 void setChecksum(java.lang.String value)
          Sets the value of the checksum property.
 void setPageNumber(java.lang.String value)
          Sets the value of the pageNumber property.
 void setPageType(java.lang.String value)
          Sets the value of the pageType property.
 void setSequenceNumber(java.lang.String value)
          Sets the value of the sequenceNumber property.
 void setText(java.lang.String value)
          Sets the value of the text property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checksum

protected java.lang.String checksum

pageType

protected java.lang.String pageType

pageNumber

protected java.lang.String pageNumber

sequenceNumber

protected java.lang.String sequenceNumber

text

protected java.lang.String text
Constructor Detail

SearchInside.Excerpt

public SearchInside.Excerpt()
Method Detail

getChecksum

public java.lang.String getChecksum()
Gets the value of the checksum property.

Returns:
possible object is String

setChecksum

public void setChecksum(java.lang.String value)
Sets the value of the checksum property.

Parameters:
value - allowed object is String

getPageType

public java.lang.String getPageType()
Gets the value of the pageType property.

Returns:
possible object is String

setPageType

public void setPageType(java.lang.String value)
Sets the value of the pageType property.

Parameters:
value - allowed object is String

getPageNumber

public java.lang.String getPageNumber()
Gets the value of the pageNumber property.

Returns:
possible object is String

setPageNumber

public void setPageNumber(java.lang.String value)
Sets the value of the pageNumber property.

Parameters:
value - allowed object is String

getSequenceNumber

public java.lang.String getSequenceNumber()
Gets the value of the sequenceNumber property.

Returns:
possible object is String

setSequenceNumber

public void setSequenceNumber(java.lang.String value)
Sets the value of the sequenceNumber property.

Parameters:
value - allowed object is String

getText

public java.lang.String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(java.lang.String value)
Sets the value of the text property.

Parameters:
value - allowed object is String


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