|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}SearchInsideExcerpt" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected SearchInsideExcerpt |
excerpt
|
protected java.math.BigInteger |
totalExcerpts
|
| Constructor Summary | |
|---|---|
SearchInside()
|
|
| Method Summary | |
|---|---|
SearchInsideExcerpt |
getExcerpt()
Gets the value of the excerpt property. |
java.math.BigInteger |
getTotalExcerpts()
Gets the value of the totalExcerpts property. |
boolean |
isSetExcerpt()
|
boolean |
isSetTotalExcerpts()
|
void |
setExcerpt(SearchInsideExcerpt value)
Sets the value of the excerpt property. |
void |
setTotalExcerpts(java.math.BigInteger value)
Sets the value of the totalExcerpts property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
SearchInside |
withExcerpt(SearchInsideExcerpt value)
Sets the value of the Excerpt property. |
SearchInside |
withTotalExcerpts(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 SearchInsideExcerpt excerpt
| Constructor Detail |
|---|
public SearchInside()
| Method Detail |
|---|
public java.math.BigInteger getTotalExcerpts()
BigIntegerpublic void setTotalExcerpts(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalExcerpts()
public SearchInsideExcerpt getExcerpt()
SearchInsideExcerptpublic void setExcerpt(SearchInsideExcerpt value)
value - allowed object is
SearchInsideExcerptpublic boolean isSetExcerpt()
public SearchInside withTotalExcerpts(java.math.BigInteger value)
value -
public SearchInside withExcerpt(SearchInsideExcerpt value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||