|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.SearchInside.Excerpt
public static class SearchInside.Excerpt
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 |
|---|
protected java.lang.String checksum
protected java.lang.String pageType
protected java.lang.String pageNumber
protected java.lang.String sequenceNumber
protected java.lang.String text
| Constructor Detail |
|---|
public SearchInside.Excerpt()
| Method Detail |
|---|
public java.lang.String getChecksum()
Stringpublic void setChecksum(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPageType()
Stringpublic void setPageType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPageNumber()
Stringpublic void setPageNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSequenceNumber()
Stringpublic void setSequenceNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||