|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.SearchInsideExcerpt
public class SearchInsideExcerpt
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 |
|---|
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 SearchInsideExcerpt()
| Method Detail |
|---|
public java.lang.String getChecksum()
Stringpublic void setChecksum(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetChecksum()
public java.lang.String getPageType()
Stringpublic void setPageType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPageType()
public java.lang.String getPageNumber()
Stringpublic void setPageNumber(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPageNumber()
public java.lang.String getSequenceNumber()
Stringpublic void setSequenceNumber(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSequenceNumber()
public java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetText()
public SearchInsideExcerpt withChecksum(java.lang.String value)
value -
public SearchInsideExcerpt withPageType(java.lang.String value)
value -
public SearchInsideExcerpt withPageNumber(java.lang.String value)
value -
public SearchInsideExcerpt withSequenceNumber(java.lang.String value)
value -
public SearchInsideExcerpt withText(java.lang.String value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||