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 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="{}AdditionalFeatures" minOccurs="0"/>* <element ref="{}AudioOutputMode" minOccurs="0"/>* <element ref="{}CommunicationInterface" minOccurs="0"/>* <element ref="{}DigitalAudioCapacity" minOccurs="0"/>* <element ref="{}FrequencyRange" minOccurs="0"/>* <element ref="{}InputType" minOccurs="0"/>* <element ref="{}MaximumOperatingDistance" minOccurs="0"/>* <element ref="{}MemorySlotsAvailable" minOccurs="0"/>* <element ref="{}ModelNumber" minOccurs="0"/>* <element ref="{}MovementDetectionTechnology" minOccurs="0"/>* <element ref="{}NumberOfSatelliteSpeakers" minOccurs="0"/>* <element ref="{}OutputWattage" minOccurs="0"/>* <element ref="{}RecordingCapacity" minOccurs="0"/>* <element ref="{}RemoteIncluded" minOccurs="0"/>* <element ref="{}SpeakerDiameter" minOccurs="0"/>* <element ref="{}SpeakerOutputChannelQuantity" minOccurs="0"/>* <element ref="{}SpeakersMaximumOutputPower" minOccurs="0"/>* <element ref="{}SpeakersNominalOutputPower" minOccurs="0"/>* <element ref="{}SpeakerSurroundSoundChannelConfiguration" minOccurs="0"/>* <element ref="{}Voltage" minOccurs="0"/>* <element ref="{}Wattage" minOccurs="0"/>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"variationData","additionalFeatures","audioOutputMode","communicationInterface","digitalAudioCapacity","frequencyRange","inputType","maximumOperatingDistance","memorySlotsAvailable","modelNumber","movementDetectionTechnology","numberOfSatelliteSpeakers","outputWattage","recordingCapacity","remoteIncluded","speakerDiameter","speakerOutputChannelQuantity","speakersMaximumOutputPower","speakersNominalOutputPower","speakerSurroundSoundChannelConfiguration","voltage","wattage"})@XmlRootElement(name = "ComputerSpeaker")public class ComputerSpeaker {@XmlElement(name = "VariationData")protected VariationData variationData;@XmlElement(name = "AdditionalFeatures")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String additionalFeatures;@XmlElement(name = "AudioOutputMode")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String audioOutputMode;@XmlElement(name = "CommunicationInterface")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String communicationInterface;@XmlElement(name = "DigitalAudioCapacity")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String digitalAudioCapacity;@XmlElement(name = "FrequencyRange")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String frequencyRange;@XmlElement(name = "InputType")protected InputTypeValues inputType;@XmlElement(name = "MaximumOperatingDistance")protected LengthIntegerDimension maximumOperatingDistance;@XmlElement(name = "MemorySlotsAvailable")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String memorySlotsAvailable;@XmlElement(name = "ModelNumber")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String modelNumber;@XmlElement(name = "MovementDetectionTechnology")protected Boolean movementDetectionTechnology;@XmlElement(name = "NumberOfSatelliteSpeakers")protected BigDecimal numberOfSatelliteSpeakers;@XmlElement(name = "OutputWattage")protected BigInteger outputWattage;@XmlElement(name = "RecordingCapacity")protected TimeIntegerDimension recordingCapacity;@XmlElement(name = "RemoteIncluded")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String remoteIncluded;@XmlElement(name = "SpeakerDiameter")protected LengthDimension speakerDiameter;@XmlElement(name = "SpeakerOutputChannelQuantity")protected BigInteger speakerOutputChannelQuantity;@XmlElement(name = "SpeakersMaximumOutputPower")protected WattageDimension speakersMaximumOutputPower;@XmlElement(name = "SpeakersNominalOutputPower")protected WattageDimension speakersNominalOutputPower;@XmlElement(name = "SpeakerSurroundSoundChannelConfiguration")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String speakerSurroundSoundChannelConfiguration;@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 additionalFeatures property.** @return* possible object is* {@link String }**/public String getAdditionalFeatures() {return additionalFeatures;}/*** Sets the value of the additionalFeatures property.** @param value* allowed object is* {@link String }**/public void setAdditionalFeatures(String value) {this.additionalFeatures = value;}/*** Gets the value of the audioOutputMode property.** @return* possible object is* {@link String }**/public String getAudioOutputMode() {return audioOutputMode;}/*** Sets the value of the audioOutputMode property.** @param value* allowed object is* {@link String }**/public void setAudioOutputMode(String value) {this.audioOutputMode = value;}/*** Gets the value of the communicationInterface property.** @return* possible object is* {@link String }**/public String getCommunicationInterface() {return communicationInterface;}/*** Sets the value of the communicationInterface property.** @param value* allowed object is* {@link String }**/public void setCommunicationInterface(String value) {this.communicationInterface = value;}/*** Gets the value of the digitalAudioCapacity property.** @return* possible object is* {@link String }**/public String getDigitalAudioCapacity() {return digitalAudioCapacity;}/*** Sets the value of the digitalAudioCapacity property.** @param value* allowed object is* {@link String }**/public void setDigitalAudioCapacity(String value) {this.digitalAudioCapacity = value;}/*** Gets the value of the frequencyRange property.** @return* possible object is* {@link String }**/public String getFrequencyRange() {return frequencyRange;}/*** Sets the value of the frequencyRange property.** @param value* allowed object is* {@link String }**/public void setFrequencyRange(String value) {this.frequencyRange = value;}/*** Gets the value of the inputType property.** @return* possible object is* {@link InputTypeValues }**/public InputTypeValues getInputType() {return inputType;}/*** Sets the value of the inputType property.** @param value* allowed object is* {@link InputTypeValues }**/public void setInputType(InputTypeValues value) {this.inputType = value;}/*** Gets the value of the maximumOperatingDistance property.** @return* possible object is* {@link LengthIntegerDimension }**/public LengthIntegerDimension getMaximumOperatingDistance() {return maximumOperatingDistance;}/*** Sets the value of the maximumOperatingDistance property.** @param value* allowed object is* {@link LengthIntegerDimension }**/public void setMaximumOperatingDistance(LengthIntegerDimension value) {this.maximumOperatingDistance = value;}/*** Gets the value of the memorySlotsAvailable property.** @return* possible object is* {@link String }**/public String getMemorySlotsAvailable() {return memorySlotsAvailable;}/*** Sets the value of the memorySlotsAvailable property.** @param value* allowed object is* {@link String }**/public void setMemorySlotsAvailable(String value) {this.memorySlotsAvailable = 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 movementDetectionTechnology property.** @return* possible object is* {@link Boolean }**/public Boolean isMovementDetectionTechnology() {return movementDetectionTechnology;}/*** Sets the value of the movementDetectionTechnology property.** @param value* allowed object is* {@link Boolean }**/public void setMovementDetectionTechnology(Boolean value) {this.movementDetectionTechnology = value;}/*** Gets the value of the numberOfSatelliteSpeakers property.** @return* possible object is* {@link BigDecimal }**/public BigDecimal getNumberOfSatelliteSpeakers() {return numberOfSatelliteSpeakers;}/*** Sets the value of the numberOfSatelliteSpeakers property.** @param value* allowed object is* {@link BigDecimal }**/public void setNumberOfSatelliteSpeakers(BigDecimal value) {this.numberOfSatelliteSpeakers = value;}/*** Gets the value of the outputWattage property.** @return* possible object is* {@link BigInteger }**/public BigInteger getOutputWattage() {return outputWattage;}/*** Sets the value of the outputWattage property.** @param value* allowed object is* {@link BigInteger }**/public void setOutputWattage(BigInteger value) {this.outputWattage = value;}/*** Gets the value of the recordingCapacity property.** @return* possible object is* {@link TimeIntegerDimension }**/public TimeIntegerDimension getRecordingCapacity() {return recordingCapacity;}/*** Sets the value of the recordingCapacity property.** @param value* allowed object is* {@link TimeIntegerDimension }**/public void setRecordingCapacity(TimeIntegerDimension value) {this.recordingCapacity = value;}/*** Gets the value of the remoteIncluded property.** @return* possible object is* {@link String }**/public String getRemoteIncluded() {return remoteIncluded;}/*** Sets the value of the remoteIncluded property.** @param value* allowed object is* {@link String }**/public void setRemoteIncluded(String value) {this.remoteIncluded = value;}/*** Gets the value of the speakerDiameter property.** @return* possible object is* {@link LengthDimension }**/public LengthDimension getSpeakerDiameter() {return speakerDiameter;}/*** Sets the value of the speakerDiameter property.** @param value* allowed object is* {@link LengthDimension }**/public void setSpeakerDiameter(LengthDimension value) {this.speakerDiameter = value;}/*** Gets the value of the speakerOutputChannelQuantity property.** @return* possible object is* {@link BigInteger }**/public BigInteger getSpeakerOutputChannelQuantity() {return speakerOutputChannelQuantity;}/*** Sets the value of the speakerOutputChannelQuantity property.** @param value* allowed object is* {@link BigInteger }**/public void setSpeakerOutputChannelQuantity(BigInteger value) {this.speakerOutputChannelQuantity = value;}/*** Gets the value of the speakersMaximumOutputPower property.** @return* possible object is* {@link WattageDimension }**/public WattageDimension getSpeakersMaximumOutputPower() {return speakersMaximumOutputPower;}/*** Sets the value of the speakersMaximumOutputPower property.** @param value* allowed object is* {@link WattageDimension }**/public void setSpeakersMaximumOutputPower(WattageDimension value) {this.speakersMaximumOutputPower = value;}/*** Gets the value of the speakersNominalOutputPower property.** @return* possible object is* {@link WattageDimension }**/public WattageDimension getSpeakersNominalOutputPower() {return speakersNominalOutputPower;}/*** Sets the value of the speakersNominalOutputPower property.** @param value* allowed object is* {@link WattageDimension }**/public void setSpeakersNominalOutputPower(WattageDimension value) {this.speakersNominalOutputPower = value;}/*** Gets the value of the speakerSurroundSoundChannelConfiguration property.** @return* possible object is* {@link String }**/public String getSpeakerSurroundSoundChannelConfiguration() {return speakerSurroundSoundChannelConfiguration;}/*** Sets the value of the speakerSurroundSoundChannelConfiguration property.** @param value* allowed object is* {@link String }**/public void setSpeakerSurroundSoundChannelConfiguration(String value) {this.speakerSurroundSoundChannelConfiguration = 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;}}