Blame | Last modification | View Log | RSS feed
//// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>// Any modifications to this file will be lost upon recompilation of the source schema.// Generated on: 2013.03.04 at 03:49:29 PM IST//package in.shop2020.feeds.products;import javax.xml.bind.annotation.XmlAccessType;import javax.xml.bind.annotation.XmlAccessorType;import javax.xml.bind.annotation.XmlElement;import javax.xml.bind.annotation.XmlRootElement;import javax.xml.bind.annotation.XmlSchemaType;import javax.xml.bind.annotation.XmlType;import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;import javax.xml.datatype.XMLGregorianCalendar;/*** <p>Java class for anonymous complex type.** <p>The following schema fragment specifies the expected content contained within this class.** <pre>* <complexType>* <complexContent>* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">* <sequence>* <element name="Author" type="{}StringNotNull" minOccurs="0"/>* <element name="Binding" type="{}BindingTypes"/>* <element name="DustJacket" type="{}DustJacketTypes" minOccurs="0"/>* <element name="Edition" type="{}StringNotNull" minOccurs="0"/>* <element name="Illustrator" type="{}StringNotNull" minOccurs="0"/>* <element name="IsAdultProduct" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>* <element name="IsFixedPrice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>* <element name="Language" type="{}LanguageStringType" minOccurs="0"/>* <element name="PublicationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>* <element name="SignedBy" type="{}SignedByValues" minOccurs="0"/>* <element name="SourcedCountryCode" type="{}SourceCountryCodeValues" minOccurs="0"/>* <element name="Subject" type="{}StringNotNull" minOccurs="0"/>* <element name="Volume" type="{}StringNotNull" minOccurs="0"/>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"author","binding","dustJacket","edition","illustrator","isAdultProduct","isFixedPrice","language","publicationDate","signedBy","sourcedCountryCode","subject","volume"})@XmlRootElement(name = "BooksMisc")public class BooksMisc {@XmlElement(name = "Author")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String author;@XmlElement(name = "Binding", required = true)protected BindingTypes binding;@XmlElement(name = "DustJacket")protected DustJacketTypes dustJacket;@XmlElement(name = "Edition")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String edition;@XmlElement(name = "Illustrator")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String illustrator;@XmlElement(name = "IsAdultProduct")protected Boolean isAdultProduct;@XmlElement(name = "IsFixedPrice")protected Boolean isFixedPrice;@XmlElement(name = "Language")protected LanguageStringType language;@XmlElement(name = "PublicationDate")@XmlSchemaType(name = "dateTime")protected XMLGregorianCalendar publicationDate;@XmlElement(name = "SignedBy")protected SignedByValues signedBy;@XmlElement(name = "SourcedCountryCode")protected SourceCountryCodeValues sourcedCountryCode;@XmlElement(name = "Subject")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String subject;@XmlElement(name = "Volume")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String volume;/*** 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 binding property.** @return* possible object is* {@link BindingTypes }**/public BindingTypes getBinding() {return binding;}/*** Sets the value of the binding property.** @param value* allowed object is* {@link BindingTypes }**/public void setBinding(BindingTypes value) {this.binding = value;}/*** Gets the value of the dustJacket property.** @return* possible object is* {@link DustJacketTypes }**/public DustJacketTypes getDustJacket() {return dustJacket;}/*** Sets the value of the dustJacket property.** @param value* allowed object is* {@link DustJacketTypes }**/public void setDustJacket(DustJacketTypes value) {this.dustJacket = value;}/*** Gets the value of the edition property.** @return* possible object is* {@link String }**/public String getEdition() {return edition;}/*** Sets the value of the edition property.** @param value* allowed object is* {@link String }**/public void setEdition(String value) {this.edition = value;}/*** Gets the value of the illustrator property.** @return* possible object is* {@link String }**/public String getIllustrator() {return illustrator;}/*** Sets the value of the illustrator property.** @param value* allowed object is* {@link String }**/public void setIllustrator(String value) {this.illustrator = value;}/*** Gets the value of the isAdultProduct property.** @return* possible object is* {@link Boolean }**/public Boolean isIsAdultProduct() {return isAdultProduct;}/*** Sets the value of the isAdultProduct property.** @param value* allowed object is* {@link Boolean }**/public void setIsAdultProduct(Boolean value) {this.isAdultProduct = value;}/*** Gets the value of the isFixedPrice property.** @return* possible object is* {@link Boolean }**/public Boolean isIsFixedPrice() {return isFixedPrice;}/*** Sets the value of the isFixedPrice property.** @param value* allowed object is* {@link Boolean }**/public void setIsFixedPrice(Boolean value) {this.isFixedPrice = value;}/*** Gets the value of the language property.** @return* possible object is* {@link LanguageStringType }**/public LanguageStringType getLanguage() {return language;}/*** Sets the value of the language property.** @param value* allowed object is* {@link LanguageStringType }**/public void setLanguage(LanguageStringType value) {this.language = value;}/*** Gets the value of the publicationDate property.** @return* possible object is* {@link XMLGregorianCalendar }**/public XMLGregorianCalendar getPublicationDate() {return publicationDate;}/*** Sets the value of the publicationDate property.** @param value* allowed object is* {@link XMLGregorianCalendar }**/public void setPublicationDate(XMLGregorianCalendar value) {this.publicationDate = value;}/*** Gets the value of the signedBy property.** @return* possible object is* {@link SignedByValues }**/public SignedByValues getSignedBy() {return signedBy;}/*** Sets the value of the signedBy property.** @param value* allowed object is* {@link SignedByValues }**/public void setSignedBy(SignedByValues value) {this.signedBy = value;}/*** Gets the value of the sourcedCountryCode property.** @return* possible object is* {@link SourceCountryCodeValues }**/public SourceCountryCodeValues getSourcedCountryCode() {return sourcedCountryCode;}/*** Sets the value of the sourcedCountryCode property.** @param value* allowed object is* {@link SourceCountryCodeValues }**/public void setSourcedCountryCode(SourceCountryCodeValues value) {this.sourcedCountryCode = value;}/*** Gets the value of the subject property.** @return* possible object is* {@link String }**/public String getSubject() {return subject;}/*** Sets the value of the subject property.** @param value* allowed object is* {@link String }**/public void setSubject(String value) {this.subject = value;}/*** Gets the value of the volume property.** @return* possible object is* {@link String }**/public String getVolume() {return volume;}/*** Sets the value of the volume property.** @param value* allowed object is* {@link String }**/public void setVolume(String value) {this.volume = value;}}