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="{}AnalogRGBInput" maxOccurs="5" minOccurs="0"/>* <element ref="{}ScreenDimensions" minOccurs="0"/>* <element ref="{}HorizontalKeystoneCorrection" minOccurs="0"/>* <element ref="{}BuiltInMedia" maxOccurs="3" minOccurs="0"/>* <element name="Lens" type="{}StringNotNull" minOccurs="0"/>* <element name="LampWattage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>* <element ref="{}ThrowRatio" minOccurs="0"/>* <element name="MaximumHorizontalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>* <element name="MaximumThrowDistance" type="{}LengthDimension" minOccurs="0"/>* <element name="MaximumVerticalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>* <element ref="{}MinFocalLength" minOccurs="0"/>* <element name="MinimumHorizontalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>* <element name="MinimumThrowDistance" type="{}LengthDimension" minOccurs="0"/>* <element name="MinimumVerticalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>* <element name="LampLife" type="{}TimeIntegerDimension" minOccurs="0"/>* <element name="ImageDiagonalSize" type="{}LengthDimension" minOccurs="0"/>* <element ref="{}ParentalControlTechnology" minOccurs="0"/>* <element ref="{}ProjectionMethod" minOccurs="0"/>* <element ref="{}Resolution" minOccurs="0"/>* <element ref="{}SVideoInputType" 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 name="ScreenResolution" type="{}FortyStringNotNull" minOccurs="0"/>* <element name="ScreenTrigger" type="{}VoltageDecimalDimension" minOccurs="0"/>* <element ref="{}VerticalKeystoneCorrection" minOccurs="0"/>* <element name="WirelessTechnology" type="{}StringNotNull" maxOccurs="5" minOccurs="0"/>* <element name="ZoomRatio" type="{}StringNotNull" minOccurs="0"/>* <element ref="{}ZoomType" minOccurs="0"/>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"audibleNoise","threeDTechnology","analogRGBInput","screenDimensions","horizontalKeystoneCorrection","builtInMedia","lens","lampWattage","throwRatio","maximumHorizontalRefreshRate","maximumThrowDistance","maximumVerticalRefreshRate","minFocalLength","minimumHorizontalRefreshRate","minimumThrowDistance","minimumVerticalRefreshRate","lampLife","imageDiagonalSize","parentalControlTechnology","projectionMethod","resolution","sVideoInputType","numberOfSpeakers","internetApplications","totalCoaxialInputs","totalComponentInPorts","totalCompositePorts","totalEthernetPorts","totalHdmiPorts","totalSVideoInPorts","totalVgaInPorts","totalVideoOutPorts","screenResolution","screenTrigger","verticalKeystoneCorrection","wirelessTechnology","zoomRatio","zoomType"})@XmlRootElement(name = "CEVideoProjector")public class CEVideoProjector {@XmlElement(name = "AudibleNoise")@XmlSchemaType(name = "positiveInteger")protected BigInteger audibleNoise;@XmlElement(name = "ThreeDTechnology")protected ThreeDTechnologyValues threeDTechnology;@XmlElement(name = "AnalogRGBInput")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> analogRGBInput;@XmlElement(name = "ScreenDimensions")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String screenDimensions;@XmlElement(name = "HorizontalKeystoneCorrection")protected LengthDimension horizontalKeystoneCorrection;@XmlElement(name = "BuiltInMedia")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> builtInMedia;@XmlElement(name = "Lens")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String lens;@XmlElement(name = "LampWattage")@XmlSchemaType(name = "positiveInteger")protected BigInteger lampWattage;@XmlElement(name = "ThrowRatio")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String throwRatio;@XmlElement(name = "MaximumHorizontalRefreshRate")protected FrequencyDimension maximumHorizontalRefreshRate;@XmlElement(name = "MaximumThrowDistance")protected LengthDimension maximumThrowDistance;@XmlElement(name = "MaximumVerticalRefreshRate")protected FrequencyDimension maximumVerticalRefreshRate;@XmlElement(name = "MinFocalLength")protected LengthDimension minFocalLength;@XmlElement(name = "MinimumHorizontalRefreshRate")protected FrequencyDimension minimumHorizontalRefreshRate;@XmlElement(name = "MinimumThrowDistance")protected LengthDimension minimumThrowDistance;@XmlElement(name = "MinimumVerticalRefreshRate")protected FrequencyDimension minimumVerticalRefreshRate;@XmlElement(name = "LampLife")protected TimeIntegerDimension lampLife;@XmlElement(name = "ImageDiagonalSize")protected LengthDimension imageDiagonalSize;@XmlElement(name = "ParentalControlTechnology")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String parentalControlTechnology;@XmlElement(name = "ProjectionMethod")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String projectionMethod;@XmlElement(name = "Resolution")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String resolution;@XmlElement(name = "SVideoInputType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String sVideoInputType;@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 = "ScreenResolution")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String screenResolution;@XmlElement(name = "ScreenTrigger")protected VoltageDecimalDimension screenTrigger;@XmlElement(name = "VerticalKeystoneCorrection")protected LengthDimension verticalKeystoneCorrection;@XmlElement(name = "WirelessTechnology")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> wirelessTechnology;@XmlElement(name = "ZoomRatio")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String zoomRatio;@XmlElement(name = "ZoomType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String zoomType;/*** 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 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 horizontalKeystoneCorrection property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getHorizontalKeystoneCorrection() {return horizontalKeystoneCorrection;}/*** Sets the value of the horizontalKeystoneCorrection property.** @param value* allowed object is* {@link LengthDimension }**/public void setHorizontalKeystoneCorrection(LengthDimension value) {this.horizontalKeystoneCorrection = 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 lens property.** @return* possible object is* {@link String }**/public String getLens() {return lens;}/*** Sets the value of the lens property.** @param value* allowed object is* {@link String }**/public void setLens(String value) {this.lens = value;}/*** Gets the value of the lampWattage property.** @return* possible object is* {@link BigInteger }**/public BigInteger getLampWattage() {return lampWattage;}/*** Sets the value of the lampWattage property.** @param value* allowed object is* {@link BigInteger }**/public void setLampWattage(BigInteger value) {this.lampWattage = value;}/*** Gets the value of the throwRatio property.** @return* possible object is* {@link String }**/public String getThrowRatio() {return throwRatio;}/*** Sets the value of the throwRatio property.** @param value* allowed object is* {@link String }**/public void setThrowRatio(String value) {this.throwRatio = value;}/*** 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 maximumThrowDistance property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getMaximumThrowDistance() {return maximumThrowDistance;}/*** Sets the value of the maximumThrowDistance property.** @param value* allowed object is* {@link LengthDimension }**/public void setMaximumThrowDistance(LengthDimension value) {this.maximumThrowDistance = 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 minFocalLength property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getMinFocalLength() {return minFocalLength;}/*** Sets the value of the minFocalLength property.** @param value* allowed object is* {@link LengthDimension }**/public void setMinFocalLength(LengthDimension value) {this.minFocalLength = 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 minimumThrowDistance property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getMinimumThrowDistance() {return minimumThrowDistance;}/*** Sets the value of the minimumThrowDistance property.** @param value* allowed object is* {@link LengthDimension }**/public void setMinimumThrowDistance(LengthDimension value) {this.minimumThrowDistance = 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 lampLife property.** @return* possible object is* {@link TimeIntegerDimension }**/public TimeIntegerDimension getLampLife() {return lampLife;}/*** Sets the value of the lampLife property.** @param value* allowed object is* {@link TimeIntegerDimension }**/public void setLampLife(TimeIntegerDimension value) {this.lampLife = value;}/*** Gets the value of the imageDiagonalSize property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getImageDiagonalSize() {return imageDiagonalSize;}/*** Sets the value of the imageDiagonalSize property.** @param value* allowed object is* {@link LengthDimension }**/public void setImageDiagonalSize(LengthDimension value) {this.imageDiagonalSize = 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 projectionMethod property.** @return* possible object is* {@link String }**/public String getProjectionMethod() {return projectionMethod;}/*** Sets the value of the projectionMethod property.** @param value* allowed object is* {@link String }**/public void setProjectionMethod(String value) {this.projectionMethod = 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 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 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 screenTrigger property.** @return* possible object is* {@link VoltageDecimalDimension }**/public VoltageDecimalDimension getScreenTrigger() {return screenTrigger;}/*** Sets the value of the screenTrigger property.** @param value* allowed object is* {@link VoltageDecimalDimension }**/public void setScreenTrigger(VoltageDecimalDimension value) {this.screenTrigger = value;}/*** Gets the value of the verticalKeystoneCorrection property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getVerticalKeystoneCorrection() {return verticalKeystoneCorrection;}/*** Sets the value of the verticalKeystoneCorrection property.** @param value* allowed object is* {@link LengthDimension }**/public void setVerticalKeystoneCorrection(LengthDimension value) {this.verticalKeystoneCorrection = 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 zoomRatio property.** @return* possible object is* {@link String }**/public String getZoomRatio() {return zoomRatio;}/*** Sets the value of the zoomRatio property.** @param value* allowed object is* {@link String }**/public void setZoomRatio(String value) {this.zoomRatio = value;}/*** Gets the value of the zoomType property.** @return* possible object is* {@link String }**/public String getZoomType() {return zoomType;}/*** Sets the value of the zoomType property.** @param value* allowed object is* {@link String }**/public void setZoomType(String value) {this.zoomType = value;}}