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.XmlAttribute;import javax.xml.bind.annotation.XmlElement;import javax.xml.bind.annotation.XmlRootElement;import javax.xml.bind.annotation.XmlType;import javax.xml.bind.annotation.XmlValue;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="{}ChipsetType" minOccurs="0"/>* <element name="ComponentMemoryStorageCapacity" minOccurs="0">* <complexType>* <simpleContent>* <extension base="<>PositiveInteger">* <attribute name="unitOfMeasure" use="required" type="{}MemorySizeUnitOfMeasure" />* </extension>* </simpleContent>* </complexType>* </element>* <element name="CompatibleProcessorTypes" type="{}StringNotNull" maxOccurs="4" minOccurs="0"/>* <element name="ComponentWirelessType" type="{}ComponentWirelessTypeValues" maxOccurs="3" minOccurs="0"/>* <element name="CommunicationInterface" type="{}StringNotNull" minOccurs="0"/>* <element ref="{}ComponentWriteSpeed" minOccurs="0"/>* <element name="ConnectorType" type="{}StringNotNull" minOccurs="0"/>* <element name="DigitalAudioCapacity" type="{}StringNotNull" minOccurs="0"/>* <element ref="{}DigitalMediaFormat" minOccurs="0"/>* <element ref="{}EffectiveInputArea" minOccurs="0"/>* <element name="FormFactor" type="{}StringNotNull" minOccurs="0"/>* <element name="HandOrientation" type="{}StringNotNull" minOccurs="0"/>* <element ref="{}HasAutoFocus" minOccurs="0"/>* <element ref="{}HasProgrammableButtons" minOccurs="0"/>* <element ref="{}HolderCapacity" minOccurs="0"/>* <element name="InputType" type="{}StringNotNull" minOccurs="0"/>* <element name="IsAmplifierIntegrated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>* <element name="KeyboardDescription" type="{}StringNotNull" minOccurs="0"/>* <element name="MaterialType" type="{}StringNotNull" minOccurs="0"/>* <element name="MaxOperatingDistance" type="{}LengthIntegerDimension" minOccurs="0"/>* <element ref="{}MaximumOperatingDistance" minOccurs="0"/>* <element ref="{}MemorySlotsAvailable" minOccurs="0"/>* <element ref="{}MemoryStorageCapacity" minOccurs="0"/>* <element ref="{}ModelNumber" minOccurs="0"/>* <element name="MovementDetectionTechnology" type="{}StringNotNull" minOccurs="0"/>* <element ref="{}NumberOfPorts" minOccurs="0"/>* <element ref="{}OutputWattage" minOccurs="0"/>* <element ref="{}RecordingCapacity" minOccurs="0"/>* <element name="ScannerResolution" type="{}StringNotNull" minOccurs="0"/>* <element ref="{}SpeakerDiameter" minOccurs="0"/>* <element name="SpeakersMaxOutputPower" type="{}PositiveInteger" minOccurs="0"/>* <element name="SpeakersNominalOutputPower" type="{}PositiveInteger" minOccurs="0"/>* <element name="SpeakerOutputChannelQuantity" type="{}PositiveInteger" minOccurs="0"/>* <element name="SpeakerSurroundSoundChannelConfiguration" type="{}StringNotNull" minOccurs="0"/>* <element name="SpeedRating" type="{}TenStringNotNull" minOccurs="0"/>* <element name="Voltage" type="{}PositiveInteger" minOccurs="0"/>* <element name="Wattage" type="{}PositiveInteger" minOccurs="0"/>* <element name="WriteSpeed" type="{}FiveStringNotNull" minOccurs="0"/>* </sequence>* </restriction>* </complexContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"variationData","additionalFeatures","audioOutputMode","chipsetType","componentMemoryStorageCapacity","compatibleProcessorTypes","componentWirelessType","communicationInterface","componentWriteSpeed","connectorType","digitalAudioCapacity","digitalMediaFormat","effectiveInputArea","formFactor","handOrientation","hasAutoFocus","hasProgrammableButtons","holderCapacity","inputType","isAmplifierIntegrated","keyboardDescription","materialType","maxOperatingDistance","maximumOperatingDistance","memorySlotsAvailable","memoryStorageCapacity","modelNumber","movementDetectionTechnology","numberOfPorts","outputWattage","recordingCapacity","scannerResolution","speakerDiameter","speakersMaxOutputPower","speakersNominalOutputPower","speakerOutputChannelQuantity","speakerSurroundSoundChannelConfiguration","speedRating","voltage","wattage","writeSpeed"})@XmlRootElement(name = "ComputerComponent")public class ComputerComponent {@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 = "ChipsetType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String chipsetType;@XmlElement(name = "ComponentMemoryStorageCapacity")protected ComputerComponent.ComponentMemoryStorageCapacity componentMemoryStorageCapacity;@XmlElement(name = "CompatibleProcessorTypes")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected List<String> compatibleProcessorTypes;@XmlElement(name = "ComponentWirelessType")protected List<String> componentWirelessType;@XmlElement(name = "CommunicationInterface")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String communicationInterface;@XmlElement(name = "ComponentWriteSpeed")protected BigInteger componentWriteSpeed;@XmlElement(name = "ConnectorType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String connectorType;@XmlElement(name = "DigitalAudioCapacity")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String digitalAudioCapacity;@XmlElement(name = "DigitalMediaFormat")protected String digitalMediaFormat;@XmlElement(name = "EffectiveInputArea")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String effectiveInputArea;@XmlElement(name = "FormFactor")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String formFactor;@XmlElement(name = "HandOrientation")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String handOrientation;@XmlElement(name = "HasAutoFocus")protected Boolean hasAutoFocus;@XmlElement(name = "HasProgrammableButtons")protected Boolean hasProgrammableButtons;@XmlElement(name = "HolderCapacity")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String holderCapacity;@XmlElement(name = "InputType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String inputType;@XmlElement(name = "IsAmplifierIntegrated")protected Boolean isAmplifierIntegrated;@XmlElement(name = "KeyboardDescription")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String keyboardDescription;@XmlElement(name = "MaterialType")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String materialType;@XmlElement(name = "MaxOperatingDistance")protected LengthIntegerDimension maxOperatingDistance;@XmlElement(name = "MaximumOperatingDistance")protected LengthIntegerDimension maximumOperatingDistance;@XmlElement(name = "MemorySlotsAvailable")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String memorySlotsAvailable;@XmlElement(name = "MemoryStorageCapacity")protected MemorySizeIntegerDimension memoryStorageCapacity;@XmlElement(name = "ModelNumber")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String modelNumber;@XmlElement(name = "MovementDetectionTechnology")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String movementDetectionTechnology;@XmlElement(name = "NumberOfPorts")protected BigInteger numberOfPorts;@XmlElement(name = "OutputWattage")protected BigInteger outputWattage;@XmlElement(name = "RecordingCapacity")protected TimeIntegerDimension recordingCapacity;@XmlElement(name = "ScannerResolution")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String scannerResolution;@XmlElement(name = "SpeakerDiameter")protected LengthDimension speakerDiameter;@XmlElement(name = "SpeakersMaxOutputPower")protected BigInteger speakersMaxOutputPower;@XmlElement(name = "SpeakersNominalOutputPower")protected BigInteger speakersNominalOutputPower;@XmlElement(name = "SpeakerOutputChannelQuantity")protected BigInteger speakerOutputChannelQuantity;@XmlElement(name = "SpeakerSurroundSoundChannelConfiguration")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String speakerSurroundSoundChannelConfiguration;@XmlElement(name = "SpeedRating")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String speedRating;@XmlElement(name = "Voltage")protected BigInteger voltage;@XmlElement(name = "Wattage")protected BigInteger wattage;@XmlElement(name = "WriteSpeed")@XmlJavaTypeAdapter(NormalizedStringAdapter.class)protected String writeSpeed;/*** 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 chipsetType property.** @return* possible object is* {@link String }**/public String getChipsetType() {return chipsetType;}/*** Sets the value of the chipsetType property.** @param value* allowed object is* {@link String }**/public void setChipsetType(String value) {this.chipsetType = value;}/*** Gets the value of the componentMemoryStorageCapacity property.** @return* possible object is* {@link ComputerComponent.ComponentMemoryStorageCapacity }**/public ComputerComponent.ComponentMemoryStorageCapacity getComponentMemoryStorageCapacity() {return componentMemoryStorageCapacity;}/*** Sets the value of the componentMemoryStorageCapacity property.** @param value* allowed object is* {@link ComputerComponent.ComponentMemoryStorageCapacity }**/public void setComponentMemoryStorageCapacity(ComputerComponent.ComponentMemoryStorageCapacity value) {this.componentMemoryStorageCapacity = value;}/*** Gets the value of the compatibleProcessorTypes 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 compatibleProcessorTypes property.** <p>* For example, to add a new item, do as follows:* <pre>* getCompatibleProcessorTypes().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getCompatibleProcessorTypes() {if (compatibleProcessorTypes == null) {compatibleProcessorTypes = new ArrayList<String>();}return this.compatibleProcessorTypes;}/*** Gets the value of the componentWirelessType 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 componentWirelessType property.** <p>* For example, to add a new item, do as follows:* <pre>* getComponentWirelessType().add(newItem);* </pre>*** <p>* Objects of the following type(s) are allowed in the list* {@link String }***/public List<String> getComponentWirelessType() {if (componentWirelessType == null) {componentWirelessType = new ArrayList<String>();}return this.componentWirelessType;}/*** 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 componentWriteSpeed property.** @return* possible object is* {@link BigInteger }**/public BigInteger getComponentWriteSpeed() {return componentWriteSpeed;}/*** Sets the value of the componentWriteSpeed property.** @param value* allowed object is* {@link BigInteger }**/public void setComponentWriteSpeed(BigInteger value) {this.componentWriteSpeed = value;}/*** Gets the value of the connectorType property.** @return* possible object is* {@link String }**/public String getConnectorType() {return connectorType;}/*** Sets the value of the connectorType property.** @param value* allowed object is* {@link String }**/public void setConnectorType(String value) {this.connectorType = 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 digitalMediaFormat property.** @return* possible object is* {@link String }**/public String getDigitalMediaFormat() {return digitalMediaFormat;}/*** Sets the value of the digitalMediaFormat property.** @param value* allowed object is* {@link String }**/public void setDigitalMediaFormat(String value) {this.digitalMediaFormat = value;}/*** Gets the value of the effectiveInputArea property.** @return* possible object is* {@link String }**/public String getEffectiveInputArea() {return effectiveInputArea;}/*** Sets the value of the effectiveInputArea property.** @param value* allowed object is* {@link String }**/public void setEffectiveInputArea(String value) {this.effectiveInputArea = value;}/*** Gets the value of the formFactor property.** @return* possible object is* {@link String }**/public String getFormFactor() {return formFactor;}/*** Sets the value of the formFactor property.** @param value* allowed object is* {@link String }**/public void setFormFactor(String value) {this.formFactor = value;}/*** Gets the value of the handOrientation property.** @return* possible object is* {@link String }**/public String getHandOrientation() {return handOrientation;}/*** Sets the value of the handOrientation property.** @param value* allowed object is* {@link String }**/public void setHandOrientation(String value) {this.handOrientation = value;}/*** Gets the value of the hasAutoFocus property.** @return* possible object is* {@link Boolean }**/public Boolean isHasAutoFocus() {return hasAutoFocus;}/*** Sets the value of the hasAutoFocus property.** @param value* allowed object is* {@link Boolean }**/public void setHasAutoFocus(Boolean value) {this.hasAutoFocus = value;}/*** Gets the value of the hasProgrammableButtons property.** @return* possible object is* {@link Boolean }**/public Boolean isHasProgrammableButtons() {return hasProgrammableButtons;}/*** Sets the value of the hasProgrammableButtons property.** @param value* allowed object is* {@link Boolean }**/public void setHasProgrammableButtons(Boolean value) {this.hasProgrammableButtons = value;}/*** Gets the value of the holderCapacity property.** @return* possible object is* {@link String }**/public String getHolderCapacity() {return holderCapacity;}/*** Sets the value of the holderCapacity property.** @param value* allowed object is* {@link String }**/public void setHolderCapacity(String value) {this.holderCapacity = value;}/*** Gets the value of the inputType property.** @return* possible object is* {@link String }**/public String getInputType() {return inputType;}/*** Sets the value of the inputType property.** @param value* allowed object is* {@link String }**/public void setInputType(String value) {this.inputType = value;}/*** Gets the value of the isAmplifierIntegrated property.** @return* possible object is* {@link Boolean }**/public Boolean isIsAmplifierIntegrated() {return isAmplifierIntegrated;}/*** Sets the value of the isAmplifierIntegrated property.** @param value* allowed object is* {@link Boolean }**/public void setIsAmplifierIntegrated(Boolean value) {this.isAmplifierIntegrated = value;}/*** Gets the value of the keyboardDescription property.** @return* possible object is* {@link String }**/public String getKeyboardDescription() {return keyboardDescription;}/*** Sets the value of the keyboardDescription property.** @param value* allowed object is* {@link String }**/public void setKeyboardDescription(String value) {this.keyboardDescription = value;}/*** Gets the value of the materialType property.** @return* possible object is* {@link String }**/public String getMaterialType() {return materialType;}/*** Sets the value of the materialType property.** @param value* allowed object is* {@link String }**/public void setMaterialType(String value) {this.materialType = value;}/*** Gets the value of the maxOperatingDistance property.** @return* possible object is* {@link LengthIntegerDimension }**/public LengthIntegerDimension getMaxOperatingDistance() {return maxOperatingDistance;}/*** Sets the value of the maxOperatingDistance property.** @param value* allowed object is* {@link LengthIntegerDimension }**/public void setMaxOperatingDistance(LengthIntegerDimension value) {this.maxOperatingDistance = 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 memoryStorageCapacity property.** @return* possible object is* {@link MemorySizeIntegerDimension }**/public MemorySizeIntegerDimension getMemoryStorageCapacity() {return memoryStorageCapacity;}/*** Sets the value of the memoryStorageCapacity property.** @param value* allowed object is* {@link MemorySizeIntegerDimension }**/public void setMemoryStorageCapacity(MemorySizeIntegerDimension value) {this.memoryStorageCapacity = 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 String }**/public String getMovementDetectionTechnology() {return movementDetectionTechnology;}/*** Sets the value of the movementDetectionTechnology property.** @param value* allowed object is* {@link String }**/public void setMovementDetectionTechnology(String value) {this.movementDetectionTechnology = value;}/*** Gets the value of the numberOfPorts property.** @return* possible object is* {@link BigInteger }**/public BigInteger getNumberOfPorts() {return numberOfPorts;}/*** Sets the value of the numberOfPorts property.** @param value* allowed object is* {@link BigInteger }**/public void setNumberOfPorts(BigInteger value) {this.numberOfPorts = 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 scannerResolution property.** @return* possible object is* {@link String }**/public String getScannerResolution() {return scannerResolution;}/*** Sets the value of the scannerResolution property.** @param value* allowed object is* {@link String }**/public void setScannerResolution(String value) {this.scannerResolution = 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 speakersMaxOutputPower property.** @return* possible object is* {@link BigInteger }**/public BigInteger getSpeakersMaxOutputPower() {return speakersMaxOutputPower;}/*** Sets the value of the speakersMaxOutputPower property.** @param value* allowed object is* {@link BigInteger }**/public void setSpeakersMaxOutputPower(BigInteger value) {this.speakersMaxOutputPower = value;}/*** Gets the value of the speakersNominalOutputPower property.** @return* possible object is* {@link BigInteger }**/public BigInteger getSpeakersNominalOutputPower() {return speakersNominalOutputPower;}/*** Sets the value of the speakersNominalOutputPower property.** @param value* allowed object is* {@link BigInteger }**/public void setSpeakersNominalOutputPower(BigInteger value) {this.speakersNominalOutputPower = 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 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 speedRating property.** @return* possible object is* {@link String }**/public String getSpeedRating() {return speedRating;}/*** Sets the value of the speedRating property.** @param value* allowed object is* {@link String }**/public void setSpeedRating(String value) {this.speedRating = value;}/*** 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 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;}/*** Gets the value of the writeSpeed property.** @return* possible object is* {@link String }**/public String getWriteSpeed() {return writeSpeed;}/*** Sets the value of the writeSpeed property.** @param value* allowed object is* {@link String }**/public void setWriteSpeed(String value) {this.writeSpeed = value;}/*** <p>Java class for anonymous complex type.** <p>The following schema fragment specifies the expected content contained within this class.** <pre>* <complexType>* <simpleContent>* <extension base="<>PositiveInteger">* <attribute name="unitOfMeasure" use="required" type="{}MemorySizeUnitOfMeasure" />* </extension>* </simpleContent>* </complexType>* </pre>***/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "", propOrder = {"value"})public static class ComponentMemoryStorageCapacity {@XmlValueprotected BigInteger value;@XmlAttribute(required = true)protected MemorySizeUnitOfMeasure unitOfMeasure;/*** Gets the value of the value property.** @return* possible object is* {@link BigInteger }**/public BigInteger getValue() {return value;}/*** Sets the value of the value property.** @param value* allowed object is* {@link BigInteger }**/public void setValue(BigInteger value) {this.value = value;}/*** Gets the value of the unitOfMeasure property.** @return* possible object is* {@link MemorySizeUnitOfMeasure }**/public MemorySizeUnitOfMeasure getUnitOfMeasure() {return unitOfMeasure;}/*** Sets the value of the unitOfMeasure property.** @param value* allowed object is* {@link MemorySizeUnitOfMeasure }**/public void setUnitOfMeasure(MemorySizeUnitOfMeasure value) {this.unitOfMeasure = value;}}}