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.XmlType;/*** <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="StorageAndPresentationMaterials" minOccurs="0">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="hanging-bars"/>* <enumeration value="pages-general"/>* <enumeration value="negative-and-unmounted-slides-pages"/>* <enumeration value="mounted-slides-pages"/>* <enumeration value="prints-pages"/>* <enumeration value="other-media-pages"/>* <enumeration value="sleeves-general"/>* <enumeration value="negative-and-unmounted-slides-sleeves"/>* <enumeration value="mounted-slides-sleeves"/>* <enumeration value="prints-sleeves"/>* <enumeration value="other-media-sleeves"/>* <enumeration value="storage-binders-general"/>* <enumeration value="storage-binders-with-rings"/>* <enumeration value="storage-binders-without-rings"/>* <enumeration value="negatives-boxes"/>* <enumeration value="slides-boxes"/>* <enumeration value="prints-boxes"/>* <enumeration value="other-boxes"/>* <enumeration value="portfolios"/>* <enumeration value="presentation-boards"/>* <enumeration value="glassine-envelopes"/>* <enumeration value="kraft-envelopes"/>* <enumeration value="mailers"/>* <enumeration value="professional-photo-albums"/>* <enumeration value="other-professional-albums"/>* <enumeration value="sectional-frames"/>* <enumeration value="digital-frames"/>* <enumeration value="other-professional-frames"/>* </restriction>* </simpleType>* </element>* <element name="StudioSupplies" minOccurs="0">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="laminating-machines"/>* <enumeration value="mounting-press"/>* <enumeration value="mat-boards-general"/>* <enumeration value="pre-cut-mat-boards"/>* <enumeration value="heat-activated-boards"/>* <enumeration value="pressure-sensitive-boards"/>* <enumeration value="slide-mounters"/>* <enumeration value="copystands-general"/>* <enumeration value="tabletop-copystands"/>* <enumeration value="instant-copystands"/>* <enumeration value="other-copystands"/>* </restriction>* </simpleType>* </element>* <element name="PhotoBackgrounds" minOccurs="0">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="ceiling-to-floor"/>* <enumeration value="collapsible-discs"/>* <enumeration value="free-standing"/>* <enumeration value="graduated"/>* <enumeration value="wall-mounted"/>* <enumeration value="other-background-styles"/>* </restriction>* </simpleType>* </element>* <element name="PhotoBackgroundAccessories" minOccurs="0">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="posing-props"/>* <enumeration value="shooting-tables"/>* <enumeration value="shooting-tents"/>* <enumeration value="studio-accessories"/>* <enumeration value="support-equipment"/>* <enumeration value="other-background-accessories"/>* </restriction>* </simpleType>* </element>* <element name="PhotoBackgroundFabrics" minOccurs="0">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="canvas"/>* <enumeration value="muslins"/>* <enumeration value="seamless-paper"/>* <enumeration value="velour"/>* <enumeration value="other-background-fabrics"/>* </restriction>* </simpleType>* </element>* <element name="PhotoStudioAccessories" minOccurs="0">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="mounting-corners"/>* <enumeration value="mounting-squares"/>* <enumeration value="photographic-tapes"/>* <enumeration value="wire"/>* <enumeration value="picture-hangers"/>* <enumeration value="mats"/>* <enumeration value="mat-cutters"/>* <enumeration value="trimmers"/>* <enumeration value="replacement-blades"/>* <enumeration value="other-framing-accessories"/>* <enumeration value="mounts-general"/>* <enumeration value="slide-mounts"/>* <enumeration value="other-mounts"/>* <enumeration value="dry-mount-press-accessories"/>* <enumeration value="mounting-adhesives-general"/>* <enumeration value="dry-mount-tissue"/>* <enumeration value="laminating-film"/>* <enumeration value="print-finishing-lacquers"/>* </restriction>* </simpleType>* </element>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"storageAndPresentationMaterials","studioSupplies","photoBackgrounds","photoBackgroundAccessories","photoBackgroundFabrics","photoStudioAccessories"})@XmlRootElement(name = "PhotoStudio")public class PhotoStudio {@XmlElement(name = "StorageAndPresentationMaterials")protected String storageAndPresentationMaterials;@XmlElement(name = "StudioSupplies")protected String studioSupplies;@XmlElement(name = "PhotoBackgrounds")protected String photoBackgrounds;@XmlElement(name = "PhotoBackgroundAccessories")protected String photoBackgroundAccessories;@XmlElement(name = "PhotoBackgroundFabrics")protected String photoBackgroundFabrics;@XmlElement(name = "PhotoStudioAccessories")protected String photoStudioAccessories;/*** Gets the value of the storageAndPresentationMaterials property.** @return* possible object is* {@link String }**/public String getStorageAndPresentationMaterials() {return storageAndPresentationMaterials;}/*** Sets the value of the storageAndPresentationMaterials property.** @param value* allowed object is* {@link String }**/public void setStorageAndPresentationMaterials(String value) {this.storageAndPresentationMaterials = value;}/*** Gets the value of the studioSupplies property.** @return* possible object is* {@link String }**/public String getStudioSupplies() {return studioSupplies;}/*** Sets the value of the studioSupplies property.** @param value* allowed object is* {@link String }**/public void setStudioSupplies(String value) {this.studioSupplies = value;}/*** Gets the value of the photoBackgrounds property.** @return* possible object is* {@link String }**/public String getPhotoBackgrounds() {return photoBackgrounds;}/*** Sets the value of the photoBackgrounds property.** @param value* allowed object is* {@link String }**/public void setPhotoBackgrounds(String value) {this.photoBackgrounds = value;}/*** Gets the value of the photoBackgroundAccessories property.** @return* possible object is* {@link String }**/public String getPhotoBackgroundAccessories() {return photoBackgroundAccessories;}/*** Sets the value of the photoBackgroundAccessories property.** @param value* allowed object is* {@link String }**/public void setPhotoBackgroundAccessories(String value) {this.photoBackgroundAccessories = value;}/*** Gets the value of the photoBackgroundFabrics property.** @return* possible object is* {@link String }**/public String getPhotoBackgroundFabrics() {return photoBackgroundFabrics;}/*** Sets the value of the photoBackgroundFabrics property.** @param value* allowed object is* {@link String }**/public void setPhotoBackgroundFabrics(String value) {this.photoBackgroundFabrics = value;}/*** Gets the value of the photoStudioAccessories property.** @return* possible object is* {@link String }**/public String getPhotoStudioAccessories() {return photoStudioAccessories;}/*** Sets the value of the photoStudioAccessories property.** @param value* allowed object is* {@link String }**/public void setPhotoStudioAccessories(String value) {this.photoStudioAccessories = value;}}