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.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 ref="{}VariationData" minOccurs="0"/>* <element ref="{}BuiltinSpeaker" minOccurs="0"/>* <element ref="{}ContrastRatio" minOccurs="0"/>* <element ref="{}DisplayResolutionMaximum" minOccurs="0"/>* <element name="DisplayTechnology" type="{}StringNotNull" minOccurs="0"/>* <element ref="{}HasColorScreen" minOccurs="0"/>* <element ref="{}ModelNumber" minOccurs="0"/>* <element name="MonitorTunerTechnology" type="{}StringNotNull" minOccurs="0"/>* <element ref="{}MonitorBrightness" minOccurs="0"/>* <element ref="{}MonitorConnectors" maxOccurs="5" minOccurs="0"/>* <element ref="{}ResponseTime" minOccurs="0"/>* <element ref="{}ScreenResolution" minOccurs="0"/>* <element ref="{}ScreenSize" minOccurs="0"/>* <element ref="{}TunerTechnology" minOccurs="0"/>* <element ref="{}ViewingAngle" minOccurs="0"/>* <element ref="{}Voltage" minOccurs="0"/>* <element ref="{}Wattage" minOccurs="0"/>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"variationData","builtinSpeaker","contrastRatio","displayResolutionMaximum","displayTechnology","hasColorScreen","modelNumber","monitorTunerTechnology","monitorBrightness","monitorConnectors","responseTime","screenResolution","screenSize","tunerTechnology","viewingAngle","voltage","wattage"})@XmlRootElement(name = "Monitor")public class Monitor {@XmlElement(name = "VariationData")protected VariationData variationData;@XmlElement(name = "BuiltinSpeaker")protected BigInteger builtinSpeaker;@XmlElement(name = "ContrastRatio")protected String contrastRatio;@XmlElement(name = "DisplayResolutionMaximum")protected String displayResolutionMaximum;@XmlElement(name = "DisplayTechnology")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String displayTechnology;@XmlElement(name = "HasColorScreen")protected Boolean hasColorScreen;@XmlElement(name = "ModelNumber")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String modelNumber;@XmlElement(name = "MonitorTunerTechnology")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String monitorTunerTechnology;@XmlElement(name = "MonitorBrightness")protected LuminanceFiveDigitDimension monitorBrightness;@XmlElement(name = "MonitorConnectors")protected List<MonitorConnectorsTypeValues> monitorConnectors;@XmlElement(name = "ResponseTime")protected BigInteger responseTime;@XmlElement(name = "ScreenResolution")protected String screenResolution;@XmlElement(name = "ScreenSize")protected LengthDimension screenSize;@XmlElement(name = "TunerTechnology")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String tunerTechnology;@XmlElement(name = "ViewingAngle")protected BigInteger viewingAngle;@XmlElement(name = "Voltage")protected BigDecimal voltage;@XmlElement(name = "Wattage")protected BigInteger wattage;/*** Gets the value of the variationData property.** @return* possible object is* {@link VariationData }**/public VariationData getVariationData() {return variationData;}/*** Sets the value of the variationData property.** @param value* allowed object is* {@link VariationData }**/public void setVariationData(VariationData value) {this.variationData = value;}/*** Gets the value of the builtinSpeaker property.** @return* possible object is* {@link BigInteger }**/public BigInteger getBuiltinSpeaker() {return builtinSpeaker;}/*** Sets the value of the builtinSpeaker property.** @param value* allowed object is* {@link BigInteger }**/public void setBuiltinSpeaker(BigInteger value) {this.builtinSpeaker = value;}/*** Gets the value of the contrastRatio property.** @return* possible object is* {@link String }**/public String getContrastRatio() {return contrastRatio;}/*** Sets the value of the contrastRatio property.** @param value* allowed object is* {@link String }**/public void setContrastRatio(String value) {this.contrastRatio = value;}/*** Gets the value of the displayResolutionMaximum property.** @return* possible object is* {@link String }**/public String getDisplayResolutionMaximum() {return displayResolutionMaximum;}/*** Sets the value of the displayResolutionMaximum property.** @param value* allowed object is* {@link String }**/public void setDisplayResolutionMaximum(String value) {this.displayResolutionMaximum = value;}/*** Gets the value of the displayTechnology property.** @return* possible object is* {@link String }**/public String getDisplayTechnology() {return displayTechnology;}/*** Sets the value of the displayTechnology property.** @param value* allowed object is* {@link String }**/public void setDisplayTechnology(String value) {this.displayTechnology = value;}/*** Gets the value of the hasColorScreen property.** @return* possible object is* {@link Boolean }**/public Boolean isHasColorScreen() {return hasColorScreen;}/*** Sets the value of the hasColorScreen property.** @param value* allowed object is* {@link Boolean }**/public void setHasColorScreen(Boolean value) {this.hasColorScreen = value;}/*** Gets the value of the modelNumber property.** @return* possible object is* {@link String }**/public String getModelNumber() {return modelNumber;}/*** Sets the value of the modelNumber property.** @param value* allowed object is* {@link String }**/public void setModelNumber(String value) {this.modelNumber = value;}/*** Gets the value of the monitorTunerTechnology property.** @return* possible object is* {@link String }**/public String getMonitorTunerTechnology() {return monitorTunerTechnology;}/*** Sets the value of the monitorTunerTechnology property.** @param value* allowed object is* {@link String }**/public void setMonitorTunerTechnology(String value) {this.monitorTunerTechnology = value;}/*** Gets the value of the monitorBrightness property.** @return* possible object is* {@link LuminanceFiveDigitDimension }**/public LuminanceFiveDigitDimension getMonitorBrightness() {return monitorBrightness;}/*** Sets the value of the monitorBrightness property.** @param value* allowed object is* {@link LuminanceFiveDigitDimension }**/public void setMonitorBrightness(LuminanceFiveDigitDimension value) {this.monitorBrightness = value;}/*** Gets the value of the monitorConnectors 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 monitorConnectors property.** <p>* For example, to add a new item, do as follows:* <pre>* getMonitorConnectors().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link MonitorConnectorsTypeValues }***/public List<MonitorConnectorsTypeValues> getMonitorConnectors() {if (monitorConnectors == null) {monitorConnectors = new ArrayList<MonitorConnectorsTypeValues>();}return this.monitorConnectors;}/*** Gets the value of the responseTime property.** @return* possible object is* {@link BigInteger }**/public BigInteger getResponseTime() {return responseTime;}/*** Sets the value of the responseTime property.** @param value* allowed object is* {@link BigInteger }**/public void setResponseTime(BigInteger value) {this.responseTime = value;}/*** Gets the value of the screenResolution property.** @return* possible object is* {@link String }**/public String getScreenResolution() {return screenResolution;}/*** Sets the value of the screenResolution property.** @param value* allowed object is* {@link String }**/public void setScreenResolution(String value) {this.screenResolution = value;}/*** Gets the value of the screenSize property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getScreenSize() {return screenSize;}/*** Sets the value of the screenSize property.** @param value* allowed object is* {@link LengthDimension }**/public void setScreenSize(LengthDimension value) {this.screenSize = value;}/*** Gets the value of the tunerTechnology property.** @return* possible object is* {@link String }**/public String getTunerTechnology() {return tunerTechnology;}/*** Sets the value of the tunerTechnology property.** @param value* allowed object is* {@link String }**/public void setTunerTechnology(String value) {this.tunerTechnology = value;}/*** Gets the value of the viewingAngle property.** @return* possible object is* {@link BigInteger }**/public BigInteger getViewingAngle() {return viewingAngle;}/*** Sets the value of the viewingAngle property.** @param value* allowed object is* {@link BigInteger }**/public void setViewingAngle(BigInteger value) {this.viewingAngle = value;}/*** Gets the value of the voltage property.** @return* possible object is* {@link BigDecimal }**/public BigDecimal getVoltage() {return voltage;}/*** Sets the value of the voltage property.** @param value* allowed object is* {@link BigDecimal }**/public void setVoltage(BigDecimal value) {this.voltage = value;}/*** Gets the value of the wattage property.** @return* possible object is* {@link BigInteger }**/public BigInteger getWattage() {return wattage;}/*** Sets the value of the wattage property.** @param value* allowed object is* {@link BigInteger }**/public void setWattage(BigInteger value) {this.wattage = value;}}