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 java.math.BigDecimal;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.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;/*** <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="VariationData" minOccurs="0">* <complexType>* <complexContent>* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">* <sequence>* <element name="Parentage">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="parent"/>* <enumeration value="child"/>* </restriction>* </simpleType>* </element>* <element name="VariationTheme" minOccurs="0">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="Wattage"/>* </restriction>* </simpleType>* </element>* </sequence>* </restriction>* </complexContent>* </complexType>* </element>* <element ref="{}Battery" minOccurs="0"/>* <element name="BeamAngle" type="{}DegreeDimension" minOccurs="0"/>* <element name="BulbDiameter" type="{}LengthDimension" minOccurs="0"/>* <element name="BulbLength" type="{}LengthDimension" minOccurs="0"/>* <element name="BulbLifeSpan" type="{}TimeDimension" minOccurs="0"/>* <element name="BulbPowerFactor" type="{}Dimension" minOccurs="0"/>* <element name="BulbSpecialFeatures" type="{}String" maxOccurs="5" minOccurs="0"/>* <element name="BulbSwitchingCycles" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>* <element name="BulbType" type="{}String" minOccurs="0"/>* <element name="BulbWattage" type="{}Dimension" minOccurs="0"/>* <element name="CapType" type="{}String" minOccurs="0"/>* <element name="Certification" type="{}String" maxOccurs="4" minOccurs="0"/>* <element name="Color" type="{}String" minOccurs="0"/>* <element name="ColorMap" type="{}String" minOccurs="0"/>* <element name="ColorRenderingIndex" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>* <element name="ColorTemperature" type="{}TemperatureRatingDimension" minOccurs="0"/>* <element name="CountryOfOrigin" type="{}CountryOfOriginType" minOccurs="0"/>* <element name="DisplayDepth" type="{}LengthDimension" minOccurs="0"/>* <element name="DisplayDiameter" type="{}LengthDimension" minOccurs="0"/>* <element name="DisplayHeight" type="{}LengthDimension" minOccurs="0"/>* <element name="DisplayLength" type="{}LengthDimension" minOccurs="0"/>* <element name="DisplayWeight" type="{}WeightDimension" minOccurs="0"/>* <element name="DisplayWidth" type="{}LengthDimension" minOccurs="0"/>* <element name="EnergyEfficiencyRating" type="{}String" minOccurs="0"/>* <element name="IncandescentEquivalentWattage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>* <element name="ItemShape" type="{}String" minOccurs="0"/>* <element name="LampStartupTime" type="{}MediumStringNotNull" minOccurs="0"/>* <element name="LampWarmupTime" type="{}MediumStringNotNull" minOccurs="0"/>* <element name="LightOutputLuminance" type="{}LuminanceDimension" minOccurs="0"/>* <element name="LumenMaintenanceFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>* <element name="LuminousIntensity" type="{}LuminiousIntensityDimension" minOccurs="0"/>* <element name="MercuryContent" type="{}WeightDimension" minOccurs="0"/>* <element name="PPUCount" type="{}Dimension" minOccurs="0"/>* <element name="PPUCountType" type="{}String" minOccurs="0"/>* <element name="SpecificUses" type="{}String" maxOccurs="2" minOccurs="0"/>* <element name="Voltage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>* <element name="Volume" type="{}VolumeDimension" minOccurs="0"/>* <element name="Wattage" type="{}Dimension" minOccurs="0"/>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"variationData","battery","beamAngle","bulbDiameter","bulbLength","bulbLifeSpan","bulbPowerFactor","bulbSpecialFeatures","bulbSwitchingCycles","bulbType","bulbWattage","capType","certification","color","colorMap","colorRenderingIndex","colorTemperature","countryOfOrigin","displayDepth","displayDiameter","displayHeight","displayLength","displayWeight","displayWidth","energyEfficiencyRating","incandescentEquivalentWattage","itemShape","lampStartupTime","lampWarmupTime","lightOutputLuminance","lumenMaintenanceFactor","luminousIntensity","mercuryContent","ppuCount","ppuCountType","specificUses","voltage","volume","wattage"})@XmlRootElement(name = "LightBulbs")public class LightBulbs {@XmlElement(name = "VariationData")protected LightBulbs.VariationData variationData;@XmlElement(name = "Battery")protected Battery battery;@XmlElement(name = "BeamAngle")protected DegreeDimension beamAngle;@XmlElement(name = "BulbDiameter")protected LengthDimension bulbDiameter;@XmlElement(name = "BulbLength")protected LengthDimension bulbLength;@XmlElement(name = "BulbLifeSpan")protected TimeDimension bulbLifeSpan;@XmlElement(name = "BulbPowerFactor")protected BigDecimal bulbPowerFactor;@XmlElement(name = "BulbSpecialFeatures")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> bulbSpecialFeatures;@XmlElement(name = "BulbSwitchingCycles")@XmlSchemaType(name = "positiveInteger")protected BigInteger bulbSwitchingCycles;@XmlElement(name = "BulbType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String bulbType;@XmlElement(name = "BulbWattage")protected BigDecimal bulbWattage;@XmlElement(name = "CapType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String capType;@XmlElement(name = "Certification")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> certification;@XmlElement(name = "Color")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String color;@XmlElement(name = "ColorMap")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String colorMap;@XmlElement(name = "ColorRenderingIndex")@XmlSchemaType(name = "positiveInteger")protected BigInteger colorRenderingIndex;@XmlElement(name = "ColorTemperature")protected TemperatureRatingDimension colorTemperature;@XmlElement(name = "CountryOfOrigin")protected String countryOfOrigin;@XmlElement(name = "DisplayDepth")protected LengthDimension displayDepth;@XmlElement(name = "DisplayDiameter")protected LengthDimension displayDiameter;@XmlElement(name = "DisplayHeight")protected LengthDimension displayHeight;@XmlElement(name = "DisplayLength")protected LengthDimension displayLength;@XmlElement(name = "DisplayWeight")protected WeightDimension displayWeight;@XmlElement(name = "DisplayWidth")protected LengthDimension displayWidth;@XmlElement(name = "EnergyEfficiencyRating")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String energyEfficiencyRating;@XmlElement(name = "IncandescentEquivalentWattage")@XmlSchemaType(name = "positiveInteger")protected BigInteger incandescentEquivalentWattage;@XmlElement(name = "ItemShape")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String itemShape;@XmlElement(name = "LampStartupTime")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String lampStartupTime;@XmlElement(name = "LampWarmupTime")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String lampWarmupTime;@XmlElement(name = "LightOutputLuminance")protected LuminanceDimension lightOutputLuminance;@XmlElement(name = "LumenMaintenanceFactor")protected BigDecimal lumenMaintenanceFactor;@XmlElement(name = "LuminousIntensity")protected LuminiousIntensityDimension luminousIntensity;@XmlElement(name = "MercuryContent")protected WeightDimension mercuryContent;@XmlElement(name = "PPUCount")protected BigDecimal ppuCount;@XmlElement(name = "PPUCountType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String ppuCountType;@XmlElement(name = "SpecificUses")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> specificUses;@XmlElement(name = "Voltage")@XmlSchemaType(name = "positiveInteger")protected BigInteger voltage;@XmlElement(name = "Volume")protected VolumeDimension volume;@XmlElement(name = "Wattage")protected BigDecimal wattage;/*** Gets the value of the variationData property.** @return* possible object is* {@link LightBulbs.VariationData }**/public LightBulbs.VariationData getVariationData() {return variationData;}/*** Sets the value of the variationData property.** @param value* allowed object is* {@link LightBulbs.VariationData }**/public void setVariationData(LightBulbs.VariationData value) {this.variationData = value;}/*** Gets the value of the battery property.** @return* possible object is* {@link Battery }**/public Battery getBattery() {return battery;}/*** Sets the value of the battery property.** @param value* allowed object is* {@link Battery }**/public void setBattery(Battery value) {this.battery = value;}/*** Gets the value of the beamAngle property.** @return* possible object is* {@link DegreeDimension }**/public DegreeDimension getBeamAngle() {return beamAngle;}/*** Sets the value of the beamAngle property.** @param value* allowed object is* {@link DegreeDimension }**/public void setBeamAngle(DegreeDimension value) {this.beamAngle = value;}/*** Gets the value of the bulbDiameter property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getBulbDiameter() {return bulbDiameter;}/*** Sets the value of the bulbDiameter property.** @param value* allowed object is* {@link LengthDimension }**/public void setBulbDiameter(LengthDimension value) {this.bulbDiameter = value;}/*** Gets the value of the bulbLength property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getBulbLength() {return bulbLength;}/*** Sets the value of the bulbLength property.** @param value* allowed object is* {@link LengthDimension }**/public void setBulbLength(LengthDimension value) {this.bulbLength = value;}/*** Gets the value of the bulbLifeSpan property.** @return* possible object is* {@link TimeDimension }**/public TimeDimension getBulbLifeSpan() {return bulbLifeSpan;}/*** Sets the value of the bulbLifeSpan property.** @param value* allowed object is* {@link TimeDimension }**/public void setBulbLifeSpan(TimeDimension value) {this.bulbLifeSpan = value;}/*** Gets the value of the bulbPowerFactor property.** @return* possible object is* {@link BigDecimal }**/public BigDecimal getBulbPowerFactor() {return bulbPowerFactor;}/*** Sets the value of the bulbPowerFactor property.** @param value* allowed object is* {@link BigDecimal }**/public void setBulbPowerFactor(BigDecimal value) {this.bulbPowerFactor = value;}/*** Gets the value of the bulbSpecialFeatures 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 bulbSpecialFeatures property.** <p>* For example, to add a new item, do as follows:* <pre>* getBulbSpecialFeatures().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getBulbSpecialFeatures() {if (bulbSpecialFeatures == null) {bulbSpecialFeatures = new ArrayList<String>();}return this.bulbSpecialFeatures;}/*** Gets the value of the bulbSwitchingCycles property.** @return* possible object is* {@link BigInteger }**/public BigInteger getBulbSwitchingCycles() {return bulbSwitchingCycles;}/*** Sets the value of the bulbSwitchingCycles property.** @param value* allowed object is* {@link BigInteger }**/public void setBulbSwitchingCycles(BigInteger value) {this.bulbSwitchingCycles = value;}/*** Gets the value of the bulbType property.** @return* possible object is* {@link String }**/public String getBulbType() {return bulbType;}/*** Sets the value of the bulbType property.** @param value* allowed object is* {@link String }**/public void setBulbType(String value) {this.bulbType = value;}/*** Gets the value of the bulbWattage property.** @return* possible object is* {@link BigDecimal }**/public BigDecimal getBulbWattage() {return bulbWattage;}/*** Sets the value of the bulbWattage property.** @param value* allowed object is* {@link BigDecimal }**/public void setBulbWattage(BigDecimal value) {this.bulbWattage = value;}/*** Gets the value of the capType property.** @return* possible object is* {@link String }**/public String getCapType() {return capType;}/*** Sets the value of the capType property.** @param value* allowed object is* {@link String }**/public void setCapType(String value) {this.capType = value;}/*** Gets the value of the certification 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 certification property.** <p>* For example, to add a new item, do as follows:* <pre>* getCertification().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getCertification() {if (certification == null) {certification = new ArrayList<String>();}return this.certification;}/*** Gets the value of the color property.** @return* possible object is* {@link String }**/public String getColor() {return color;}/*** Sets the value of the color property.** @param value* allowed object is* {@link String }**/public void setColor(String value) {this.color = value;}/*** Gets the value of the colorMap property.** @return* possible object is* {@link String }**/public String getColorMap() {return colorMap;}/*** Sets the value of the colorMap property.** @param value* allowed object is* {@link String }**/public void setColorMap(String value) {this.colorMap = value;}/*** Gets the value of the colorRenderingIndex property.** @return* possible object is* {@link BigInteger }**/public BigInteger getColorRenderingIndex() {return colorRenderingIndex;}/*** Sets the value of the colorRenderingIndex property.** @param value* allowed object is* {@link BigInteger }**/public void setColorRenderingIndex(BigInteger value) {this.colorRenderingIndex = value;}/*** Gets the value of the colorTemperature property.** @return* possible object is* {@link TemperatureRatingDimension }**/public TemperatureRatingDimension getColorTemperature() {return colorTemperature;}/*** Sets the value of the colorTemperature property.** @param value* allowed object is* {@link TemperatureRatingDimension }**/public void setColorTemperature(TemperatureRatingDimension value) {this.colorTemperature = value;}/*** Gets the value of the countryOfOrigin property.** @return* possible object is* {@link String }**/public String getCountryOfOrigin() {return countryOfOrigin;}/*** Sets the value of the countryOfOrigin property.** @param value* allowed object is* {@link String }**/public void setCountryOfOrigin(String value) {this.countryOfOrigin = value;}/*** Gets the value of the displayDepth property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getDisplayDepth() {return displayDepth;}/*** Sets the value of the displayDepth property.** @param value* allowed object is* {@link LengthDimension }**/public void setDisplayDepth(LengthDimension value) {this.displayDepth = value;}/*** Gets the value of the displayDiameter property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getDisplayDiameter() {return displayDiameter;}/*** Sets the value of the displayDiameter property.** @param value* allowed object is* {@link LengthDimension }**/public void setDisplayDiameter(LengthDimension value) {this.displayDiameter = value;}/*** Gets the value of the displayHeight property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getDisplayHeight() {return displayHeight;}/*** Sets the value of the displayHeight property.** @param value* allowed object is* {@link LengthDimension }**/public void setDisplayHeight(LengthDimension value) {this.displayHeight = value;}/*** Gets the value of the displayLength property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getDisplayLength() {return displayLength;}/*** Sets the value of the displayLength property.** @param value* allowed object is* {@link LengthDimension }**/public void setDisplayLength(LengthDimension value) {this.displayLength = value;}/*** Gets the value of the displayWeight property.** @return* possible object is* {@link WeightDimension }**/public WeightDimension getDisplayWeight() {return displayWeight;}/*** Sets the value of the displayWeight property.** @param value* allowed object is* {@link WeightDimension }**/public void setDisplayWeight(WeightDimension value) {this.displayWeight = value;}/*** Gets the value of the displayWidth property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getDisplayWidth() {return displayWidth;}/*** Sets the value of the displayWidth property.** @param value* allowed object is* {@link LengthDimension }**/public void setDisplayWidth(LengthDimension value) {this.displayWidth = value;}/*** Gets the value of the energyEfficiencyRating property.** @return* possible object is* {@link String }**/public String getEnergyEfficiencyRating() {return energyEfficiencyRating;}/*** Sets the value of the energyEfficiencyRating property.** @param value* allowed object is* {@link String }**/public void setEnergyEfficiencyRating(String value) {this.energyEfficiencyRating = value;}/*** Gets the value of the incandescentEquivalentWattage property.** @return* possible object is* {@link BigInteger }**/public BigInteger getIncandescentEquivalentWattage() {return incandescentEquivalentWattage;}/*** Sets the value of the incandescentEquivalentWattage property.** @param value* allowed object is* {@link BigInteger }**/public void setIncandescentEquivalentWattage(BigInteger value) {this.incandescentEquivalentWattage = value;}/*** Gets the value of the itemShape property.** @return* possible object is* {@link String }**/public String getItemShape() {return itemShape;}/*** Sets the value of the itemShape property.** @param value* allowed object is* {@link String }**/public void setItemShape(String value) {this.itemShape = value;}/*** Gets the value of the lampStartupTime property.** @return* possible object is* {@link String }**/public String getLampStartupTime() {return lampStartupTime;}/*** Sets the value of the lampStartupTime property.** @param value* allowed object is* {@link String }**/public void setLampStartupTime(String value) {this.lampStartupTime = value;}/*** Gets the value of the lampWarmupTime property.** @return* possible object is* {@link String }**/public String getLampWarmupTime() {return lampWarmupTime;}/*** Sets the value of the lampWarmupTime property.** @param value* allowed object is* {@link String }**/public void setLampWarmupTime(String value) {this.lampWarmupTime = value;}/*** Gets the value of the lightOutputLuminance property.** @return* possible object is* {@link LuminanceDimension }**/public LuminanceDimension getLightOutputLuminance() {return lightOutputLuminance;}/*** Sets the value of the lightOutputLuminance property.** @param value* allowed object is* {@link LuminanceDimension }**/public void setLightOutputLuminance(LuminanceDimension value) {this.lightOutputLuminance = value;}/*** Gets the value of the lumenMaintenanceFactor property.** @return* possible object is* {@link BigDecimal }**/public BigDecimal getLumenMaintenanceFactor() {return lumenMaintenanceFactor;}/*** Sets the value of the lumenMaintenanceFactor property.** @param value* allowed object is* {@link BigDecimal }**/public void setLumenMaintenanceFactor(BigDecimal value) {this.lumenMaintenanceFactor = value;}/*** Gets the value of the luminousIntensity property.** @return* possible object is* {@link LuminiousIntensityDimension }**/public LuminiousIntensityDimension getLuminousIntensity() {return luminousIntensity;}/*** Sets the value of the luminousIntensity property.** @param value* allowed object is* {@link LuminiousIntensityDimension }**/public void setLuminousIntensity(LuminiousIntensityDimension value) {this.luminousIntensity = value;}/*** Gets the value of the mercuryContent property.** @return* possible object is* {@link WeightDimension }**/public WeightDimension getMercuryContent() {return mercuryContent;}/*** Sets the value of the mercuryContent property.** @param value* allowed object is* {@link WeightDimension }**/public void setMercuryContent(WeightDimension value) {this.mercuryContent = value;}/*** Gets the value of the ppuCount property.** @return* possible object is* {@link BigDecimal }**/public BigDecimal getPPUCount() {return ppuCount;}/*** Sets the value of the ppuCount property.** @param value* allowed object is* {@link BigDecimal }**/public void setPPUCount(BigDecimal value) {this.ppuCount = value;}/*** Gets the value of the ppuCountType property.** @return* possible object is* {@link String }**/public String getPPUCountType() {return ppuCountType;}/*** Sets the value of the ppuCountType property.** @param value* allowed object is* {@link String }**/public void setPPUCountType(String value) {this.ppuCountType = value;}/*** Gets the value of the specificUses 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 specificUses property.** <p>* For example, to add a new item, do as follows:* <pre>* getSpecificUses().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getSpecificUses() {if (specificUses == null) {specificUses = new ArrayList<String>();}return this.specificUses;}/*** Gets the value of the voltage property.** @return* possible object is* {@link BigInteger }**/public BigInteger getVoltage() {return voltage;}/*** Sets the value of the voltage property.** @param value* allowed object is* {@link BigInteger }**/public void setVoltage(BigInteger value) {this.voltage = value;}/*** Gets the value of the volume property.** @return* possible object is* {@link VolumeDimension }**/public VolumeDimension getVolume() {return volume;}/*** Sets the value of the volume property.** @param value* allowed object is* {@link VolumeDimension }**/public void setVolume(VolumeDimension value) {this.volume = value;}/*** Gets the value of the wattage property.** @return* possible object is* {@link BigDecimal }**/public BigDecimal getWattage() {return wattage;}/*** Sets the value of the wattage property.** @param value* allowed object is* {@link BigDecimal }**/public void setWattage(BigDecimal value) {this.wattage = value;}/*** <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="Parentage">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="parent"/>* <enumeration value="child"/>* </restriction>* </simpleType>* </element>* <element name="VariationTheme" minOccurs="0">* <simpleType>* <restriction base="{http://www.w3.org/2001/XMLSchema}string">* <enumeration value="Wattage"/>* </restriction>* </simpleType>* </element>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"parentage","variationTheme"})public static class VariationData {@XmlElement(name = "Parentage", required = true)protected String parentage;@XmlElement(name = "VariationTheme")protected String variationTheme;/*** Gets the value of the parentage property.** @return* possible object is* {@link String }**/public String getParentage() {return parentage;}/*** Sets the value of the parentage property.** @param value* allowed object is* {@link String }**/public void setParentage(String value) {this.parentage = value;}/*** Gets the value of the variationTheme property.** @return* possible object is* {@link String }**/public String getVariationTheme() {return variationTheme;}/*** Sets the value of the variationTheme property.** @param value* allowed object is* {@link String }**/public void setVariationTheme(String value) {this.variationTheme = value;}}}