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.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="AudibleNoise" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>* <element ref="{}ThreeDTechnology" minOccurs="0"/>* <element ref="{}BaseLength" minOccurs="0"/>* <element ref="{}BaseWidth" minOccurs="0"/>* <element ref="{}AnalogRGBInput" maxOccurs="5" minOccurs="0"/>* <element ref="{}ScreenDimensions" minOccurs="0"/>* <element name="ScreenResolution" type="{}FortyStringNotNull" minOccurs="0"/>* <element ref="{}BuiltInMedia" maxOccurs="3" minOccurs="0"/>* <element name="MaximumHorizontalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>* <element name="MaximumVerticalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>* <element name="MinimumHorizontalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>* <element name="MinimumVerticalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>* <element ref="{}MountingPattern" minOccurs="0"/>* <element ref="{}ParentalControlTechnology" minOccurs="0"/>* <element ref="{}Resolution" minOccurs="0"/>* <element ref="{}SVideoInputType" minOccurs="0"/>* <element ref="{}ScreenFinish" minOccurs="0"/>* <element name="ScreenSize" type="{}LengthDimension" minOccurs="0"/>* <element ref="{}NumberOfSpeakers" minOccurs="0"/>* <element ref="{}InternetApplications" maxOccurs="5" minOccurs="0"/>* <element ref="{}TotalCoaxialInputs" minOccurs="0"/>* <element ref="{}TotalComponentInPorts" minOccurs="0"/>* <element name="TotalCompositePorts" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>* <element ref="{}TotalEthernetPorts" minOccurs="0"/>* <element ref="{}TotalHdmiPorts" minOccurs="0"/>* <element ref="{}TotalSVideoInPorts" minOccurs="0"/>* <element ref="{}TotalVgaInPorts" minOccurs="0"/>* <element ref="{}TotalVideoOutPorts" minOccurs="0"/>* <element ref="{}UniversalRemoteCode" minOccurs="0"/>* <element name="WirelessTechnology" type="{}StringNotNull" maxOccurs="5" minOccurs="0"/>* <element name="WirelessType" type="{}WirelessTypeValues" minOccurs="0"/>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"audibleNoise","threeDTechnology","baseLength","baseWidth","analogRGBInput","screenDimensions","screenResolution","builtInMedia","maximumHorizontalRefreshRate","maximumVerticalRefreshRate","minimumHorizontalRefreshRate","minimumVerticalRefreshRate","mountingPattern","parentalControlTechnology","resolution","sVideoInputType","screenFinish","screenSize","numberOfSpeakers","internetApplications","totalCoaxialInputs","totalComponentInPorts","totalCompositePorts","totalEthernetPorts","totalHdmiPorts","totalSVideoInPorts","totalVgaInPorts","totalVideoOutPorts","universalRemoteCode","wirelessTechnology","wirelessType"})@XmlRootElement(name = "TVCombos")public class TVCombos {@XmlElement(name = "AudibleNoise")@XmlSchemaType(name = "positiveInteger")protected BigInteger audibleNoise;@XmlElement(name = "ThreeDTechnology")protected ThreeDTechnologyValues threeDTechnology;@XmlElement(name = "BaseLength")protected LengthDimension baseLength;@XmlElement(name = "BaseWidth")protected LengthDimension baseWidth;@XmlElement(name = "AnalogRGBInput")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> analogRGBInput;@XmlElement(name = "ScreenDimensions")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String screenDimensions;@XmlElement(name = "ScreenResolution")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String screenResolution;@XmlElement(name = "BuiltInMedia")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> builtInMedia;@XmlElement(name = "MaximumHorizontalRefreshRate")protected FrequencyDimension maximumHorizontalRefreshRate;@XmlElement(name = "MaximumVerticalRefreshRate")protected FrequencyDimension maximumVerticalRefreshRate;@XmlElement(name = "MinimumHorizontalRefreshRate")protected FrequencyDimension minimumHorizontalRefreshRate;@XmlElement(name = "MinimumVerticalRefreshRate")protected FrequencyDimension minimumVerticalRefreshRate;@XmlElement(name = "MountingPattern")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String mountingPattern;@XmlElement(name = "ParentalControlTechnology")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String parentalControlTechnology;@XmlElement(name = "Resolution")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String resolution;@XmlElement(name = "SVideoInputType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String sVideoInputType;@XmlElement(name = "ScreenFinish")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String screenFinish;@XmlElement(name = "ScreenSize")protected LengthDimension screenSize;@XmlElement(name = "NumberOfSpeakers")@XmlSchemaType(name = "positiveInteger")protected BigInteger numberOfSpeakers;@XmlElement(name = "InternetApplications")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> internetApplications;@XmlElement(name = "TotalCoaxialInputs")@XmlSchemaType(name = "positiveInteger")protected BigInteger totalCoaxialInputs;@XmlElement(name = "TotalComponentInPorts")@XmlSchemaType(name = "positiveInteger")protected BigInteger totalComponentInPorts;@XmlElement(name = "TotalCompositePorts")@XmlSchemaType(name = "positiveInteger")protected BigInteger totalCompositePorts;@XmlElement(name = "TotalEthernetPorts")@XmlSchemaType(name = "positiveInteger")protected BigInteger totalEthernetPorts;@XmlElement(name = "TotalHdmiPorts")@XmlSchemaType(name = "positiveInteger")protected BigInteger totalHdmiPorts;@XmlElement(name = "TotalSVideoInPorts")@XmlSchemaType(name = "positiveInteger")protected BigInteger totalSVideoInPorts;@XmlElement(name = "TotalVgaInPorts")@XmlSchemaType(name = "positiveInteger")protected BigInteger totalVgaInPorts;@XmlElement(name = "TotalVideoOutPorts")@XmlSchemaType(name = "positiveInteger")protected BigInteger totalVideoOutPorts;@XmlElement(name = "UniversalRemoteCode")@XmlSchemaType(name = "positiveInteger")protected BigInteger universalRemoteCode;@XmlElement(name = "WirelessTechnology")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> wirelessTechnology;@XmlElement(name = "WirelessType")protected String wirelessType;/*** Gets the value of the audibleNoise property.** @return* possible object is* {@link BigInteger }**/public BigInteger getAudibleNoise() {return audibleNoise;}/*** Sets the value of the audibleNoise property.** @param value* allowed object is* {@link BigInteger }**/public void setAudibleNoise(BigInteger value) {this.audibleNoise = value;}/*** Gets the value of the threeDTechnology property.** @return* possible object is* {@link ThreeDTechnologyValues }**/public ThreeDTechnologyValues getThreeDTechnology() {return threeDTechnology;}/*** Sets the value of the threeDTechnology property.** @param value* allowed object is* {@link ThreeDTechnologyValues }**/public void setThreeDTechnology(ThreeDTechnologyValues value) {this.threeDTechnology = value;}/*** Gets the value of the baseLength property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getBaseLength() {return baseLength;}/*** Sets the value of the baseLength property.** @param value* allowed object is* {@link LengthDimension }**/public void setBaseLength(LengthDimension value) {this.baseLength = value;}/*** Gets the value of the baseWidth property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getBaseWidth() {return baseWidth;}/*** Sets the value of the baseWidth property.** @param value* allowed object is* {@link LengthDimension }**/public void setBaseWidth(LengthDimension value) {this.baseWidth = value;}/*** Gets the value of the analogRGBInput 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 analogRGBInput property.** <p>* For example, to add a new item, do as follows:* <pre>* getAnalogRGBInput().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getAnalogRGBInput() {if (analogRGBInput == null) {analogRGBInput = new ArrayList<String>();}return this.analogRGBInput;}/*** Gets the value of the screenDimensions property.** @return* possible object is* {@link String }**/public String getScreenDimensions() {return screenDimensions;}/*** Sets the value of the screenDimensions property.** @param value* allowed object is* {@link String }**/public void setScreenDimensions(String value) {this.screenDimensions = 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 builtInMedia 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 builtInMedia property.** <p>* For example, to add a new item, do as follows:* <pre>* getBuiltInMedia().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getBuiltInMedia() {if (builtInMedia == null) {builtInMedia = new ArrayList<String>();}return this.builtInMedia;}/*** Gets the value of the maximumHorizontalRefreshRate property.** @return* possible object is* {@link FrequencyDimension }**/public FrequencyDimension getMaximumHorizontalRefreshRate() {return maximumHorizontalRefreshRate;}/*** Sets the value of the maximumHorizontalRefreshRate property.** @param value* allowed object is* {@link FrequencyDimension }**/public void setMaximumHorizontalRefreshRate(FrequencyDimension value) {this.maximumHorizontalRefreshRate = value;}/*** Gets the value of the maximumVerticalRefreshRate property.** @return* possible object is* {@link FrequencyDimension }**/public FrequencyDimension getMaximumVerticalRefreshRate() {return maximumVerticalRefreshRate;}/*** Sets the value of the maximumVerticalRefreshRate property.** @param value* allowed object is* {@link FrequencyDimension }**/public void setMaximumVerticalRefreshRate(FrequencyDimension value) {this.maximumVerticalRefreshRate = value;}/*** Gets the value of the minimumHorizontalRefreshRate property.** @return* possible object is* {@link FrequencyDimension }**/public FrequencyDimension getMinimumHorizontalRefreshRate() {return minimumHorizontalRefreshRate;}/*** Sets the value of the minimumHorizontalRefreshRate property.** @param value* allowed object is* {@link FrequencyDimension }**/public void setMinimumHorizontalRefreshRate(FrequencyDimension value) {this.minimumHorizontalRefreshRate = value;}/*** Gets the value of the minimumVerticalRefreshRate property.** @return* possible object is* {@link FrequencyDimension }**/public FrequencyDimension getMinimumVerticalRefreshRate() {return minimumVerticalRefreshRate;}/*** Sets the value of the minimumVerticalRefreshRate property.** @param value* allowed object is* {@link FrequencyDimension }**/public void setMinimumVerticalRefreshRate(FrequencyDimension value) {this.minimumVerticalRefreshRate = value;}/*** Gets the value of the mountingPattern property.** @return* possible object is* {@link String }**/public String getMountingPattern() {return mountingPattern;}/*** Sets the value of the mountingPattern property.** @param value* allowed object is* {@link String }**/public void setMountingPattern(String value) {this.mountingPattern = value;}/*** Gets the value of the parentalControlTechnology property.** @return* possible object is* {@link String }**/public String getParentalControlTechnology() {return parentalControlTechnology;}/*** Sets the value of the parentalControlTechnology property.** @param value* allowed object is* {@link String }**/public void setParentalControlTechnology(String value) {this.parentalControlTechnology = value;}/*** Gets the value of the resolution property.** @return* possible object is* {@link String }**/public String getResolution() {return resolution;}/*** Sets the value of the resolution property.** @param value* allowed object is* {@link String }**/public void setResolution(String value) {this.resolution = value;}/*** Gets the value of the sVideoInputType property.** @return* possible object is* {@link String }**/public String getSVideoInputType() {return sVideoInputType;}/*** Sets the value of the sVideoInputType property.** @param value* allowed object is* {@link String }**/public void setSVideoInputType(String value) {this.sVideoInputType = value;}/*** Gets the value of the screenFinish property.** @return* possible object is* {@link String }**/public String getScreenFinish() {return screenFinish;}/*** Sets the value of the screenFinish property.** @param value* allowed object is* {@link String }**/public void setScreenFinish(String value) {this.screenFinish = 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 numberOfSpeakers property.** @return* possible object is* {@link BigInteger }**/public BigInteger getNumberOfSpeakers() {return numberOfSpeakers;}/*** Sets the value of the numberOfSpeakers property.** @param value* allowed object is* {@link BigInteger }**/public void setNumberOfSpeakers(BigInteger value) {this.numberOfSpeakers = value;}/*** Gets the value of the internetApplications 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 internetApplications property.** <p>* For example, to add a new item, do as follows:* <pre>* getInternetApplications().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getInternetApplications() {if (internetApplications == null) {internetApplications = new ArrayList<String>();}return this.internetApplications;}/*** Gets the value of the totalCoaxialInputs property.** @return* possible object is* {@link BigInteger }**/public BigInteger getTotalCoaxialInputs() {return totalCoaxialInputs;}/*** Sets the value of the totalCoaxialInputs property.** @param value* allowed object is* {@link BigInteger }**/public void setTotalCoaxialInputs(BigInteger value) {this.totalCoaxialInputs = value;}/*** Gets the value of the totalComponentInPorts property.** @return* possible object is* {@link BigInteger }**/public BigInteger getTotalComponentInPorts() {return totalComponentInPorts;}/*** Sets the value of the totalComponentInPorts property.** @param value* allowed object is* {@link BigInteger }**/public void setTotalComponentInPorts(BigInteger value) {this.totalComponentInPorts = value;}/*** Gets the value of the totalCompositePorts property.** @return* possible object is* {@link BigInteger }**/public BigInteger getTotalCompositePorts() {return totalCompositePorts;}/*** Sets the value of the totalCompositePorts property.** @param value* allowed object is* {@link BigInteger }**/public void setTotalCompositePorts(BigInteger value) {this.totalCompositePorts = value;}/*** Gets the value of the totalEthernetPorts property.** @return* possible object is* {@link BigInteger }**/public BigInteger getTotalEthernetPorts() {return totalEthernetPorts;}/*** Sets the value of the totalEthernetPorts property.** @param value* allowed object is* {@link BigInteger }**/public void setTotalEthernetPorts(BigInteger value) {this.totalEthernetPorts = value;}/*** Gets the value of the totalHdmiPorts property.** @return* possible object is* {@link BigInteger }**/public BigInteger getTotalHdmiPorts() {return totalHdmiPorts;}/*** Sets the value of the totalHdmiPorts property.** @param value* allowed object is* {@link BigInteger }**/public void setTotalHdmiPorts(BigInteger value) {this.totalHdmiPorts = value;}/*** Gets the value of the totalSVideoInPorts property.** @return* possible object is* {@link BigInteger }**/public BigInteger getTotalSVideoInPorts() {return totalSVideoInPorts;}/*** Sets the value of the totalSVideoInPorts property.** @param value* allowed object is* {@link BigInteger }**/public void setTotalSVideoInPorts(BigInteger value) {this.totalSVideoInPorts = value;}/*** Gets the value of the totalVgaInPorts property.** @return* possible object is* {@link BigInteger }**/public BigInteger getTotalVgaInPorts() {return totalVgaInPorts;}/*** Sets the value of the totalVgaInPorts property.** @param value* allowed object is* {@link BigInteger }**/public void setTotalVgaInPorts(BigInteger value) {this.totalVgaInPorts = value;}/*** Gets the value of the totalVideoOutPorts property.** @return* possible object is* {@link BigInteger }**/public BigInteger getTotalVideoOutPorts() {return totalVideoOutPorts;}/*** Sets the value of the totalVideoOutPorts property.** @param value* allowed object is* {@link BigInteger }**/public void setTotalVideoOutPorts(BigInteger value) {this.totalVideoOutPorts = value;}/*** Gets the value of the universalRemoteCode property.** @return* possible object is* {@link BigInteger }**/public BigInteger getUniversalRemoteCode() {return universalRemoteCode;}/*** Sets the value of the universalRemoteCode property.** @param value* allowed object is* {@link BigInteger }**/public void setUniversalRemoteCode(BigInteger value) {this.universalRemoteCode = value;}/*** Gets the value of the wirelessTechnology 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 wirelessTechnology property.** <p>* For example, to add a new item, do as follows:* <pre>* getWirelessTechnology().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getWirelessTechnology() {if (wirelessTechnology == null) {wirelessTechnology = new ArrayList<String>();}return this.wirelessTechnology;}/*** Gets the value of the wirelessType property.** @return* possible object is* {@link String }**/public String getWirelessType() {return wirelessType;}/*** Sets the value of the wirelessType property.** @param value* allowed object is* {@link String }**/public void setWirelessType(String value) {this.wirelessType = value;}}