com.amazonaws.a2s.model
Class SearchInsideExcerpt

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

public class SearchInsideExcerpt
extends java.lang.Object

Java class for SearchInsideExcerpt complex type.

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

 <complexType name="SearchInsideExcerpt">
   <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>
 
Generated by AWS Code Generator

Thu Jan 10 05:27:59 PST 2008


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
SearchInsideExcerpt()
           
 
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.
 boolean isSetChecksum()
           
 boolean isSetPageNumber()
           
 boolean isSetPageType()
           
 boolean isSetSequenceNumber()
           
 boolean isSetText()
           
 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.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 SearchInsideExcerpt withChecksum(java.lang.String value)
          Sets the value of the Checksum property.
 SearchInsideExcerpt withPageNumber(java.lang.String value)
          Sets the value of the PageNumber property.
 SearchInsideExcerpt withPageType(java.lang.String value)
          Sets the value of the PageType property.
 SearchInsideExcerpt withSequenceNumber(java.lang.String value)
          Sets the value of the SequenceNumber property.
 SearchInsideExcerpt withText(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

SearchInsideExcerpt

public SearchInsideExcerpt()
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

isSetChecksum

public boolean isSetChecksum()

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

isSetPageType

public boolean isSetPageType()

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

isSetPageNumber

public boolean isSetPageNumber()

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

isSetSequenceNumber

public boolean isSetSequenceNumber()

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

isSetText

public boolean isSetText()

withChecksum

public SearchInsideExcerpt withChecksum(java.lang.String value)
Sets the value of the Checksum property.

Parameters:
value -
Returns:
this instance

withPageType

public SearchInsideExcerpt withPageType(java.lang.String value)
Sets the value of the PageType property.

Parameters:
value -
Returns:
this instance

withPageNumber

public SearchInsideExcerpt withPageNumber(java.lang.String value)
Sets the value of the PageNumber property.

Parameters:
value -
Returns:
this instance

withSequenceNumber

public SearchInsideExcerpt withSequenceNumber(java.lang.String value)
Sets the value of the SequenceNumber property.

Parameters:
value -
Returns:
this instance

withText

public SearchInsideExcerpt withText(java.lang.String value)
Sets the value of the Text 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