package com.ECS.client.jax; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for ItemSearchRequest complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ItemSearchRequest"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="Actor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Artist" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Availability" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Available"/> * </restriction> * </simpleType> * </element> * <element ref="{http://webservices.amazon.com/AWSECommerceService/2010-11-01}AudienceRating" maxOccurs="unbounded" minOccurs="0"/> * <element name="Author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Brand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="BrowseNode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Composer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element ref="{http://webservices.amazon.com/AWSECommerceService/2010-11-01}Condition" minOccurs="0"/> * <element name="Conductor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Count" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> * <element name="Cuisine" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element ref="{http://webservices.amazon.com/AWSECommerceService/2010-11-01}DeliveryMethod" minOccurs="0"/> * <element name="Director" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="FutureLaunchDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ISPUPostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ItemPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> * <element name="Keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="MaximumPrice" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> * <element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="MinimumPrice" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> * <element name="MusicLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Neighborhood" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Orchestra" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Power" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Publisher" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="RelatedItemPage" type="{http://webservices.amazon.com/AWSECommerceService/2010-11-01}positiveIntegerOrAll" minOccurs="0"/> * <element name="RelationshipType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> * <element name="ResponseGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> * <element name="ReviewSort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="SearchIndex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Sort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="TagPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> * <element name="TagsPerPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> * <element name="TagSort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="TextStream" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ReleaseDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="IncludeReviewsSummary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="TruncateReviewsAt" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ItemSearchRequest", propOrder = { "actor", "artist", "availability", "audienceRating", "author", "brand", "browseNode", "city", "composer", "condition", "conductor", "count", "cuisine", "deliveryMethod", "director", "futureLaunchDate", "ispuPostalCode", "itemPage", "keywords", "manufacturer", "maximumPrice", "merchantId", "minimumPrice", "musicLabel", "neighborhood", "orchestra", "postalCode", "power", "publisher", "relatedItemPage", "relationshipType", "responseGroup", "reviewSort", "searchIndex", "sort", "state", "tagPage", "tagsPerPage", "tagSort", "textStream", "title", "releaseDate", "includeReviewsSummary", "truncateReviewsAt" }) public class ItemSearchRequest { @XmlElement(name = "Actor") protected String actor; @XmlElement(name = "Artist") protected String artist; @XmlElement(name = "Availability") protected String availability; @XmlElement(name = "AudienceRating") protected List<String> audienceRating; @XmlElement(name = "Author") protected String author; @XmlElement(name = "Brand") protected String brand; @XmlElement(name = "BrowseNode") protected String browseNode; @XmlElement(name = "City") protected String city; @XmlElement(name = "Composer") protected String composer; @XmlElement(name = "Condition") protected String condition; @XmlElement(name = "Conductor") protected String conductor; @XmlElement(name = "Count") @XmlSchemaType(name = "positiveInteger") protected BigInteger count; @XmlElement(name = "Cuisine") protected String cuisine; @XmlElement(name = "DeliveryMethod") protected String deliveryMethod; @XmlElement(name = "Director") protected String director; @XmlElement(name = "FutureLaunchDate") protected String futureLaunchDate; @XmlElement(name = "ISPUPostalCode") protected String ispuPostalCode; @XmlElement(name = "ItemPage") @XmlSchemaType(name = "positiveInteger") protected BigInteger itemPage; @XmlElement(name = "Keywords") protected String keywords; @XmlElement(name = "Manufacturer") protected String manufacturer; @XmlElement(name = "MaximumPrice") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger maximumPrice; @XmlElement(name = "MerchantId") protected String merchantId; @XmlElement(name = "MinimumPrice") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger minimumPrice; @XmlElement(name = "MusicLabel") protected String musicLabel; @XmlElement(name = "Neighborhood") protected String neighborhood; @XmlElement(name = "Orchestra") protected String orchestra; @XmlElement(name = "PostalCode") protected String postalCode; @XmlElement(name = "Power") protected String power; @XmlElement(name = "Publisher") protected String publisher; @XmlElement(name = "RelatedItemPage") protected String relatedItemPage; @XmlElement(name = "RelationshipType") protected List<String> relationshipType; @XmlElement(name = "ResponseGroup") protected List<String> responseGroup; @XmlElement(name = "ReviewSort") protected String reviewSort; @XmlElement(name = "SearchIndex") protected String searchIndex; @XmlElement(name = "Sort") protected String sort; @XmlElement(name = "State") protected String state; @XmlElement(name = "TagPage") @XmlSchemaType(name = "positiveInteger") protected BigInteger tagPage; @XmlElement(name = "TagsPerPage") @XmlSchemaType(name = "positiveInteger") protected BigInteger tagsPerPage; @XmlElement(name = "TagSort") protected String tagSort; @XmlElement(name = "TextStream") protected String textStream; @XmlElement(name = "Title") protected String title; @XmlElement(name = "ReleaseDate") protected String releaseDate; @XmlElement(name = "IncludeReviewsSummary") protected String includeReviewsSummary; @XmlElement(name = "TruncateReviewsAt") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger truncateReviewsAt; /** * Gets the value of the actor property. * * @return * possible object is * {@link String } * */ public String getActor() { return actor; } /** * Sets the value of the actor property. * * @param value * allowed object is * {@link String } * */ public void setActor(String value) { this.actor = value; } /** * Gets the value of the artist property. * * @return * possible object is * {@link String } * */ public String getArtist() { return artist; } /** * Sets the value of the artist property. * * @param value * allowed object is * {@link String } * */ public void setArtist(String value) { this.artist = value; } /** * Gets the value of the availability property. * * @return * possible object is * {@link String } * */ public String getAvailability() { return availability; } /** * Sets the value of the availability property. * * @param value * allowed object is * {@link String } * */ public void setAvailability(String value) { this.availability = value; } /** * Gets the value of the audienceRating property. * * <p> * 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 <CODE>set</CODE> method for the audienceRating property. * * <p> * For example, to add a new item, do as follows: * <pre> * getAudienceRating().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link String } * * */ public List<String> getAudienceRating() { if (audienceRating == null) { audienceRating = new ArrayList<String>(); } return this.audienceRating; } /** * Gets the value of the author property. * * @return * possible object is * {@link String } * */ public String getAuthor() { return author; } /** * Sets the value of the author property. * * @param value * allowed object is * {@link String } * */ public void setAuthor(String value) { this.author = value; } /** * Gets the value of the brand property. * * @return * possible object is * {@link String } * */ public String getBrand() { return brand; } /** * Sets the value of the brand property. * * @param value * allowed object is * {@link String } * */ public void setBrand(String value) { this.brand = value; } /** * Gets the value of the browseNode property. * * @return * possible object is * {@link String } * */ public String getBrowseNode() { return browseNode; } /** * Sets the value of the browseNode property. * * @param value * allowed object is * {@link String } * */ public void setBrowseNode(String value) { this.browseNode = value; } /** * Gets the value of the city property. * * @return * possible object is * {@link String } * */ public String getCity() { return city; } /** * Sets the value of the city property. * * @param value * allowed object is * {@link String } * */ public void setCity(String value) { this.city = value; } /** * Gets the value of the composer property. * * @return * possible object is * {@link String } * */ public String getComposer() { return composer; } /** * Sets the value of the composer property. * * @param value * allowed object is * {@link String } * */ public void setComposer(String value) { this.composer = value; } /** * Gets the value of the condition property. * * @return * possible object is * {@link String } * */ public String getCondition() { return condition; } /** * Sets the value of the condition property. * * @param value * allowed object is * {@link String } * */ public void setCondition(String value) { this.condition = value; } /** * Gets the value of the conductor property. * * @return * possible object is * {@link String } * */ public String getConductor() { return conductor; } /** * Sets the value of the conductor property. * * @param value * allowed object is * {@link String } * */ public void setConductor(String value) { this.conductor = value; } /** * Gets the value of the count property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getCount() { return count; } /** * Sets the value of the count property. * * @param value * allowed object is * {@link BigInteger } * */ public void setCount(BigInteger value) { this.count = value; } /** * Gets the value of the cuisine property. * * @return * possible object is * {@link String } * */ public String getCuisine() { return cuisine; } /** * Sets the value of the cuisine property. * * @param value * allowed object is * {@link String } * */ public void setCuisine(String value) { this.cuisine = value; } /** * Gets the value of the deliveryMethod property. * * @return * possible object is * {@link String } * */ public String getDeliveryMethod() { return deliveryMethod; } /** * Sets the value of the deliveryMethod property. * * @param value * allowed object is * {@link String } * */ public void setDeliveryMethod(String value) { this.deliveryMethod = value; } /** * Gets the value of the director property. * * @return * possible object is * {@link String } * */ public String getDirector() { return director; } /** * Sets the value of the director property. * * @param value * allowed object is * {@link String } * */ public void setDirector(String value) { this.director = value; } /** * Gets the value of the futureLaunchDate property. * * @return * possible object is * {@link String } * */ public String getFutureLaunchDate() { return futureLaunchDate; } /** * Sets the value of the futureLaunchDate property. * * @param value * allowed object is * {@link String } * */ public void setFutureLaunchDate(String value) { this.futureLaunchDate = value; } /** * Gets the value of the ispuPostalCode property. * * @return * possible object is * {@link String } * */ public String getISPUPostalCode() { return ispuPostalCode; } /** * Sets the value of the ispuPostalCode property. * * @param value * allowed object is * {@link String } * */ public void setISPUPostalCode(String value) { this.ispuPostalCode = value; } /** * Gets the value of the itemPage property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getItemPage() { return itemPage; } /** * Sets the value of the itemPage property. * * @param value * allowed object is * {@link BigInteger } * */ public void setItemPage(BigInteger value) { this.itemPage = value; } /** * Gets the value of the keywords property. * * @return * possible object is * {@link String } * */ public String getKeywords() { return keywords; } /** * Sets the value of the keywords property. * * @param value * allowed object is * {@link String } * */ public void setKeywords(String value) { this.keywords = value; } /** * Gets the value of the manufacturer property. * * @return * possible object is * {@link String } * */ public String getManufacturer() { return manufacturer; } /** * Sets the value of the manufacturer property. * * @param value * allowed object is * {@link String } * */ public void setManufacturer(String value) { this.manufacturer = value; } /** * Gets the value of the maximumPrice property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getMaximumPrice() { return maximumPrice; } /** * Sets the value of the maximumPrice property. * * @param value * allowed object is * {@link BigInteger } * */ public void setMaximumPrice(BigInteger value) { this.maximumPrice = value; } /** * Gets the value of the merchantId property. * * @return * possible object is * {@link String } * */ public String getMerchantId() { return merchantId; } /** * Sets the value of the merchantId property. * * @param value * allowed object is * {@link String } * */ public void setMerchantId(String value) { this.merchantId = value; } /** * Gets the value of the minimumPrice property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getMinimumPrice() { return minimumPrice; } /** * Sets the value of the minimumPrice property. * * @param value * allowed object is * {@link BigInteger } * */ public void setMinimumPrice(BigInteger value) { this.minimumPrice = value; } /** * Gets the value of the musicLabel property. * * @return * possible object is * {@link String } * */ public String getMusicLabel() { return musicLabel; } /** * Sets the value of the musicLabel property. * * @param value * allowed object is * {@link String } * */ public void setMusicLabel(String value) { this.musicLabel = value; } /** * Gets the value of the neighborhood property. * * @return * possible object is * {@link String } * */ public String getNeighborhood() { return neighborhood; } /** * Sets the value of the neighborhood property. * * @param value * allowed object is * {@link String } * */ public void setNeighborhood(String value) { this.neighborhood = value; } /** * Gets the value of the orchestra property. * * @return * possible object is * {@link String } * */ public String getOrchestra() { return orchestra; } /** * Sets the value of the orchestra property. * * @param value * allowed object is * {@link String } * */ public void setOrchestra(String value) { this.orchestra = value; } /** * Gets the value of the postalCode property. * * @return * possible object is * {@link String } * */ public String getPostalCode() { return postalCode; } /** * Sets the value of the postalCode property. * * @param value * allowed object is * {@link String } * */ public void setPostalCode(String value) { this.postalCode = value; } /** * Gets the value of the power property. * * @return * possible object is * {@link String } * */ public String getPower() { return power; } /** * Sets the value of the power property. * * @param value * allowed object is * {@link String } * */ public void setPower(String value) { this.power = value; } /** * Gets the value of the publisher property. * * @return * possible object is * {@link String } * */ public String getPublisher() { return publisher; } /** * Sets the value of the publisher property. * * @param value * allowed object is * {@link String } * */ public void setPublisher(String value) { this.publisher = value; } /** * Gets the value of the relatedItemPage property. * * @return * possible object is * {@link String } * */ public String getRelatedItemPage() { return relatedItemPage; } /** * Sets the value of the relatedItemPage property. * * @param value * allowed object is * {@link String } * */ public void setRelatedItemPage(String value) { this.relatedItemPage = value; } /** * Gets the value of the relationshipType property. * * <p> * 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 <CODE>set</CODE> method for the relationshipType property. * * <p> * For example, to add a new item, do as follows: * <pre> * getRelationshipType().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link String } * * */ public List<String> getRelationshipType() { if (relationshipType == null) { relationshipType = new ArrayList<String>(); } return this.relationshipType; } /** * Gets the value of the responseGroup property. * * <p> * 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 <CODE>set</CODE> method for the responseGroup property. * * <p> * For example, to add a new item, do as follows: * <pre> * getResponseGroup().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link String } * * */ public List<String> getResponseGroup() { if (responseGroup == null) { responseGroup = new ArrayList<String>(); } return this.responseGroup; } /** * Gets the value of the reviewSort property. * * @return * possible object is * {@link String } * */ public String getReviewSort() { return reviewSort; } /** * Sets the value of the reviewSort property. * * @param value * allowed object is * {@link String } * */ public void setReviewSort(String value) { this.reviewSort = value; } /** * Gets the value of the searchIndex property. * * @return * possible object is * {@link String } * */ public String getSearchIndex() { return searchIndex; } /** * Sets the value of the searchIndex property. * * @param value * allowed object is * {@link String } * */ public void setSearchIndex(String value) { this.searchIndex = value; } /** * Gets the value of the sort property. * * @return * possible object is * {@link String } * */ public String getSort() { return sort; } /** * Sets the value of the sort property. * * @param value * allowed object is * {@link String } * */ public void setSort(String value) { this.sort = value; } /** * Gets the value of the state property. * * @return * possible object is * {@link String } * */ public String getState() { return state; } /** * Sets the value of the state property. * * @param value * allowed object is * {@link String } * */ public void setState(String value) { this.state = value; } /** * Gets the value of the tagPage property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTagPage() { return tagPage; } /** * Sets the value of the tagPage property. * * @param value * allowed object is * {@link BigInteger } * */ public void setTagPage(BigInteger value) { this.tagPage = value; } /** * Gets the value of the tagsPerPage property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTagsPerPage() { return tagsPerPage; } /** * Sets the value of the tagsPerPage property. * * @param value * allowed object is * {@link BigInteger } * */ public void setTagsPerPage(BigInteger value) { this.tagsPerPage = value; } /** * Gets the value of the tagSort property. * * @return * possible object is * {@link String } * */ public String getTagSort() { return tagSort; } /** * Sets the value of the tagSort property. * * @param value * allowed object is * {@link String } * */ public void setTagSort(String value) { this.tagSort = value; } /** * Gets the value of the textStream property. * * @return * possible object is * {@link String } * */ public String getTextStream() { return textStream; } /** * Sets the value of the textStream property. * * @param value * allowed object is * {@link String } * */ public void setTextStream(String value) { this.textStream = value; } /** * Gets the value of the title property. * * @return * possible object is * {@link String } * */ public String getTitle() { return title; } /** * Sets the value of the title property. * * @param value * allowed object is * {@link String } * */ public void setTitle(String value) { this.title = value; } /** * Gets the value of the releaseDate property. * * @return * possible object is * {@link String } * */ public String getReleaseDate() { return releaseDate; } /** * Sets the value of the releaseDate property. * * @param value * allowed object is * {@link String } * */ public void setReleaseDate(String value) { this.releaseDate = value; } /** * Gets the value of the includeReviewsSummary property. * * @return * possible object is * {@link String } * */ public String getIncludeReviewsSummary() { return includeReviewsSummary; } /** * Sets the value of the includeReviewsSummary property. * * @param value * allowed object is * {@link String } * */ public void setIncludeReviewsSummary(String value) { this.includeReviewsSummary = value; } /** * Gets the value of the truncateReviewsAt property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTruncateReviewsAt() { return truncateReviewsAt; } /** * Sets the value of the truncateReviewsAt property. * * @param value * allowed object is * {@link BigInteger } * */ public void setTruncateReviewsAt(BigInteger value) { this.truncateReviewsAt = value; } }