public class RelatedItems extends Object implements Serializable
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="Relationship" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Parents"/>
<enumeration value="Children"/>
</restriction>
</simpleType>
</element>
<element name="RelationshipType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RelatedItemCount" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="RelatedItemPageCount" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="RelatedItemPage" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}RelatedItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<RelatedItem> |
relatedItem |
protected BigInteger |
relatedItemCount |
protected BigInteger |
relatedItemPage |
protected BigInteger |
relatedItemPageCount |
protected String |
relationship |
protected String |
relationshipType |
| Constructor and Description |
|---|
RelatedItems() |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedItem> |
getRelatedItem()
Gets the value of the relatedItem property.
|
BigInteger |
getRelatedItemCount()
Gets the value of the relatedItemCount property.
|
BigInteger |
getRelatedItemPage()
Gets the value of the relatedItemPage property.
|
BigInteger |
getRelatedItemPageCount()
Gets the value of the relatedItemPageCount property.
|
String |
getRelationship()
Gets the value of the relationship property.
|
String |
getRelationshipType()
Gets the value of the relationshipType property.
|
void |
setRelatedItemCount(BigInteger value)
Sets the value of the relatedItemCount property.
|
void |
setRelatedItemPage(BigInteger value)
Sets the value of the relatedItemPage property.
|
void |
setRelatedItemPageCount(BigInteger value)
Sets the value of the relatedItemPageCount property.
|
void |
setRelationship(String value)
Sets the value of the relationship property.
|
void |
setRelationshipType(String value)
Sets the value of the relationshipType property.
|
protected String relationship
protected String relationshipType
protected BigInteger relatedItemCount
protected BigInteger relatedItemPageCount
protected BigInteger relatedItemPage
protected List<RelatedItem> relatedItem
public String getRelationship()
Stringpublic void setRelationship(String value)
value - allowed object is
Stringpublic String getRelationshipType()
Stringpublic void setRelationshipType(String value)
value - allowed object is
Stringpublic BigInteger getRelatedItemCount()
BigIntegerpublic void setRelatedItemCount(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getRelatedItemPageCount()
BigIntegerpublic void setRelatedItemPageCount(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getRelatedItemPage()
BigIntegerpublic void setRelatedItemPage(BigInteger value)
value - allowed object is
BigIntegerpublic List<RelatedItem> getRelatedItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatedItem property.
For example, to add a new item, do as follows:
getRelatedItem().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedItem
Copyright © 2013. All Rights Reserved.