|
||||||||||
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
public class SearchInside
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 |
---|
protected java.math.BigInteger totalExcerpts
protected SearchInside.Excerpt excerpt
Constructor Detail |
---|
public SearchInside()
Method Detail |
---|
public java.math.BigInteger getTotalExcerpts()
BigInteger
public void setTotalExcerpts(java.math.BigInteger value)
value
- allowed object is
BigInteger
public SearchInside.Excerpt getExcerpt()
SearchInside.Excerpt
public void setExcerpt(SearchInside.Excerpt value)
value
- allowed object is
SearchInside.Excerpt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |