2015-11-09 04:58:17 +00:00
|
|
|
//
|
2020-07-12 21:55:37 +01:00
|
|
|
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802
|
|
|
|
|
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
2017-06-08 21:53:29 +01:00
|
|
|
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen.
|
2020-07-12 22:44:22 +01:00
|
|
|
// Generado el: 2020.07.12 a las 10:42:39 PM WEST
|
2015-11-09 04:58:17 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package generated;
|
|
|
|
|
|
2019-04-23 00:10:05 +01:00
|
|
|
import java.math.BigInteger;
|
2015-11-09 04:58:17 +00:00
|
|
|
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;
|
2019-04-23 00:10:05 +01:00
|
|
|
import javax.xml.bind.annotation.XmlSchemaType;
|
2015-11-09 04:58:17 +00:00
|
|
|
import javax.xml.bind.annotation.XmlType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Describes a dump of a block (sector) layered media
|
|
|
|
|
*
|
2017-06-08 21:53:29 +01:00
|
|
|
* <p>Clase Java para BlockMediaType complex type.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
2017-06-08 21:53:29 +01:00
|
|
|
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* <pre>
|
2020-07-12 21:55:37 +01:00
|
|
|
* <complexType name="BlockMediaType">
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Image" type="{}ImageType"/>
|
|
|
|
|
* <element name="Size" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
|
|
|
|
* <element name="Checksums" type="{}ChecksumsType"/>
|
|
|
|
|
* <element name="ContentChecksums" type="{}ChecksumsType"/>
|
|
|
|
|
* <element name="Sequence" type="{}SequenceType"/>
|
|
|
|
|
* <element name="Manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="Model" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="Serial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="Firmware" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="Interface" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="PartNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="PhysicalBlockSize" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
|
|
|
|
* <element name="LogicalBlockSize" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
|
|
|
|
* <element name="LogicalBlocks" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
|
|
|
|
* <element name="VariableBlockSize" type="{}VariableBlockSizeType" minOccurs="0"/>
|
|
|
|
|
* <element name="TapeInformation" type="{}TapeInformationType" minOccurs="0"/>
|
|
|
|
|
* <element name="Scans" type="{}ScansType" minOccurs="0"/>
|
|
|
|
|
* <element name="ATA" type="{}ATAType" minOccurs="0"/>
|
|
|
|
|
* <element name="PCI" type="{}PCIType" minOccurs="0"/>
|
|
|
|
|
* <element name="PCMCIA" type="{}PCMCIAType" minOccurs="0"/>
|
|
|
|
|
* <element name="SecureDigital" type="{}SecureDigitalType" minOccurs="0"/>
|
|
|
|
|
* <element name="MultiMediaCard" type="{}MultiMediaCardType" minOccurs="0"/>
|
|
|
|
|
* <element name="SCSI" type="{}SCSIType" minOccurs="0"/>
|
|
|
|
|
* <element name="USB" type="{}USBType" minOccurs="0"/>
|
|
|
|
|
* <element name="MAM" type="{}DumpType" minOccurs="0"/>
|
|
|
|
|
* <element name="Heads" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
|
|
|
|
* <element name="Cylinders" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
|
|
|
|
|
* <element name="SectorsPerTrack" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
|
|
|
|
* <element name="Track" type="{}BlockTrackType" maxOccurs="unbounded" minOccurs="0"/>
|
|
|
|
|
* <element name="CopyProtection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="Dimensions" type="{}DimensionsType"/>
|
|
|
|
|
* <element name="FileSystemInformation" type="{}FileSystemInformationType" minOccurs="0"/>
|
|
|
|
|
* <element name="DumpHardwareArray" type="{}DumpHardwareArrayType" minOccurs="0"/>
|
|
|
|
|
* <element name="DiskType" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="DiskSubType" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
2015-11-09 04:58:17 +00:00
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
|
|
@XmlType(name = "BlockMediaType", propOrder = {
|
|
|
|
|
"image",
|
|
|
|
|
"size",
|
|
|
|
|
"checksums",
|
2017-06-20 05:41:41 +01:00
|
|
|
"contentChecksums",
|
2015-11-09 04:58:17 +00:00
|
|
|
"sequence",
|
|
|
|
|
"manufacturer",
|
|
|
|
|
"model",
|
|
|
|
|
"serial",
|
|
|
|
|
"firmware",
|
|
|
|
|
"_interface",
|
2017-06-20 06:22:00 +01:00
|
|
|
"partNumber",
|
|
|
|
|
"serialNumber",
|
2015-11-09 04:58:17 +00:00
|
|
|
"physicalBlockSize",
|
|
|
|
|
"logicalBlockSize",
|
|
|
|
|
"logicalBlocks",
|
2016-10-12 00:06:27 +01:00
|
|
|
"variableBlockSize",
|
|
|
|
|
"tapeInformation",
|
2015-11-09 04:58:17 +00:00
|
|
|
"scans",
|
|
|
|
|
"ata",
|
|
|
|
|
"pci",
|
|
|
|
|
"pcmcia",
|
|
|
|
|
"secureDigital",
|
2017-09-29 14:24:22 +01:00
|
|
|
"multiMediaCard",
|
2015-11-09 04:58:17 +00:00
|
|
|
"scsi",
|
|
|
|
|
"usb",
|
2016-01-16 07:49:57 +00:00
|
|
|
"mam",
|
2015-11-09 04:58:17 +00:00
|
|
|
"heads",
|
|
|
|
|
"cylinders",
|
|
|
|
|
"sectorsPerTrack",
|
|
|
|
|
"track",
|
|
|
|
|
"copyProtection",
|
|
|
|
|
"dimensions",
|
2015-11-09 05:10:02 +00:00
|
|
|
"fileSystemInformation",
|
2015-12-31 17:30:11 +00:00
|
|
|
"dumpHardwareArray",
|
|
|
|
|
"diskType",
|
|
|
|
|
"diskSubType"
|
2015-11-09 04:58:17 +00:00
|
|
|
})
|
|
|
|
|
public class BlockMediaType {
|
|
|
|
|
|
|
|
|
|
@XmlElement(name = "Image", required = true)
|
|
|
|
|
protected ImageType image;
|
2019-04-23 00:10:05 +01:00
|
|
|
@XmlElement(name = "Size", required = true)
|
|
|
|
|
@XmlSchemaType(name = "unsignedLong")
|
|
|
|
|
protected BigInteger size;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "Checksums", required = true)
|
|
|
|
|
protected ChecksumsType checksums;
|
2017-06-20 05:41:41 +01:00
|
|
|
@XmlElement(name = "ContentChecksums", required = true)
|
|
|
|
|
protected ChecksumsType contentChecksums;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "Sequence", required = true)
|
|
|
|
|
protected SequenceType sequence;
|
|
|
|
|
@XmlElement(name = "Manufacturer")
|
|
|
|
|
protected String manufacturer;
|
|
|
|
|
@XmlElement(name = "Model")
|
|
|
|
|
protected String model;
|
|
|
|
|
@XmlElement(name = "Serial")
|
|
|
|
|
protected String serial;
|
|
|
|
|
@XmlElement(name = "Firmware")
|
|
|
|
|
protected String firmware;
|
|
|
|
|
@XmlElement(name = "Interface")
|
|
|
|
|
protected String _interface;
|
2017-06-20 06:22:00 +01:00
|
|
|
@XmlElement(name = "PartNumber")
|
|
|
|
|
protected String partNumber;
|
|
|
|
|
@XmlElement(name = "SerialNumber")
|
|
|
|
|
protected String serialNumber;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "PhysicalBlockSize")
|
2019-04-23 00:10:05 +01:00
|
|
|
@XmlSchemaType(name = "unsignedInt")
|
|
|
|
|
protected long physicalBlockSize;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "LogicalBlockSize")
|
2019-04-23 00:10:05 +01:00
|
|
|
@XmlSchemaType(name = "unsignedInt")
|
|
|
|
|
protected long logicalBlockSize;
|
|
|
|
|
@XmlElement(name = "LogicalBlocks", required = true)
|
|
|
|
|
@XmlSchemaType(name = "unsignedLong")
|
|
|
|
|
protected BigInteger logicalBlocks;
|
2016-10-12 00:06:27 +01:00
|
|
|
@XmlElement(name = "VariableBlockSize")
|
|
|
|
|
protected VariableBlockSizeType variableBlockSize;
|
|
|
|
|
@XmlElement(name = "TapeInformation")
|
|
|
|
|
protected TapeInformationType tapeInformation;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "Scans")
|
|
|
|
|
protected ScansType scans;
|
|
|
|
|
@XmlElement(name = "ATA")
|
|
|
|
|
protected ATAType ata;
|
|
|
|
|
@XmlElement(name = "PCI")
|
|
|
|
|
protected PCIType pci;
|
|
|
|
|
@XmlElement(name = "PCMCIA")
|
|
|
|
|
protected PCMCIAType pcmcia;
|
|
|
|
|
@XmlElement(name = "SecureDigital")
|
|
|
|
|
protected SecureDigitalType secureDigital;
|
2017-09-29 14:24:22 +01:00
|
|
|
@XmlElement(name = "MultiMediaCard")
|
|
|
|
|
protected MultiMediaCardType multiMediaCard;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "SCSI")
|
|
|
|
|
protected SCSIType scsi;
|
|
|
|
|
@XmlElement(name = "USB")
|
|
|
|
|
protected USBType usb;
|
2016-01-16 07:49:57 +00:00
|
|
|
@XmlElement(name = "MAM")
|
|
|
|
|
protected DumpType mam;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "Heads")
|
2019-04-23 00:10:05 +01:00
|
|
|
@XmlSchemaType(name = "unsignedShort")
|
|
|
|
|
protected Integer heads;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "Cylinders")
|
2019-04-23 00:10:05 +01:00
|
|
|
@XmlSchemaType(name = "unsignedInt")
|
2015-11-09 04:58:17 +00:00
|
|
|
protected Long cylinders;
|
|
|
|
|
@XmlElement(name = "SectorsPerTrack")
|
2019-04-23 00:10:05 +01:00
|
|
|
@XmlSchemaType(name = "unsignedLong")
|
|
|
|
|
protected BigInteger sectorsPerTrack;
|
2015-11-09 04:58:17 +00:00
|
|
|
@XmlElement(name = "Track")
|
|
|
|
|
protected List<BlockTrackType> track;
|
|
|
|
|
@XmlElement(name = "CopyProtection")
|
|
|
|
|
protected String copyProtection;
|
|
|
|
|
@XmlElement(name = "Dimensions", required = true)
|
|
|
|
|
protected DimensionsType dimensions;
|
|
|
|
|
@XmlElement(name = "FileSystemInformation")
|
|
|
|
|
protected FileSystemInformationType fileSystemInformation;
|
2015-11-09 05:10:02 +00:00
|
|
|
@XmlElement(name = "DumpHardwareArray")
|
|
|
|
|
protected DumpHardwareArrayType dumpHardwareArray;
|
2015-12-31 17:30:11 +00:00
|
|
|
@XmlElement(name = "DiskType", required = true)
|
|
|
|
|
protected String diskType;
|
|
|
|
|
@XmlElement(name = "DiskSubType", required = true)
|
|
|
|
|
protected String diskSubType;
|
2015-11-09 04:58:17 +00:00
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad image.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link ImageType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public ImageType getImage() {
|
|
|
|
|
return image;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad image.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link ImageType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setImage(ImageType value) {
|
|
|
|
|
this.image = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad size.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
2019-04-23 00:10:05 +01:00
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link BigInteger }
|
|
|
|
|
*
|
2015-11-09 04:58:17 +00:00
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public BigInteger getSize() {
|
2015-11-09 04:58:17 +00:00
|
|
|
return size;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad size.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
2019-04-23 00:10:05 +01:00
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link BigInteger }
|
|
|
|
|
*
|
2015-11-09 04:58:17 +00:00
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public void setSize(BigInteger value) {
|
2015-11-09 04:58:17 +00:00
|
|
|
this.size = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad checksums.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link ChecksumsType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public ChecksumsType getChecksums() {
|
|
|
|
|
return checksums;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad checksums.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link ChecksumsType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setChecksums(ChecksumsType value) {
|
|
|
|
|
this.checksums = value;
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-20 05:41:41 +01:00
|
|
|
/**
|
|
|
|
|
* Obtiene el valor de la propiedad contentChecksums.
|
|
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link ChecksumsType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public ChecksumsType getContentChecksums() {
|
|
|
|
|
return contentChecksums;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Define el valor de la propiedad contentChecksums.
|
|
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link ChecksumsType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setContentChecksums(ChecksumsType value) {
|
|
|
|
|
this.contentChecksums = value;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-09 04:58:17 +00:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad sequence.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link SequenceType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public SequenceType getSequence() {
|
|
|
|
|
return sequence;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad sequence.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link SequenceType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setSequence(SequenceType value) {
|
|
|
|
|
this.sequence = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad manufacturer.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getManufacturer() {
|
|
|
|
|
return manufacturer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad manufacturer.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setManufacturer(String value) {
|
|
|
|
|
this.manufacturer = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad model.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getModel() {
|
|
|
|
|
return model;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad model.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setModel(String value) {
|
|
|
|
|
this.model = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad serial.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getSerial() {
|
|
|
|
|
return serial;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad serial.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setSerial(String value) {
|
|
|
|
|
this.serial = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad firmware.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getFirmware() {
|
|
|
|
|
return firmware;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad firmware.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setFirmware(String value) {
|
|
|
|
|
this.firmware = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad interface.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getInterface() {
|
|
|
|
|
return _interface;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad interface.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setInterface(String value) {
|
|
|
|
|
this._interface = value;
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-20 06:22:00 +01:00
|
|
|
/**
|
|
|
|
|
* Obtiene el valor de la propiedad partNumber.
|
|
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getPartNumber() {
|
|
|
|
|
return partNumber;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Define el valor de la propiedad partNumber.
|
|
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setPartNumber(String value) {
|
|
|
|
|
this.partNumber = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Obtiene el valor de la propiedad serialNumber.
|
|
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getSerialNumber() {
|
|
|
|
|
return serialNumber;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Define el valor de la propiedad serialNumber.
|
|
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setSerialNumber(String value) {
|
|
|
|
|
this.serialNumber = value;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-09 04:58:17 +00:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad physicalBlockSize.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public long getPhysicalBlockSize() {
|
2015-11-09 04:58:17 +00:00
|
|
|
return physicalBlockSize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad physicalBlockSize.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public void setPhysicalBlockSize(long value) {
|
2015-11-09 04:58:17 +00:00
|
|
|
this.physicalBlockSize = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad logicalBlockSize.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public long getLogicalBlockSize() {
|
2015-11-09 04:58:17 +00:00
|
|
|
return logicalBlockSize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad logicalBlockSize.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public void setLogicalBlockSize(long value) {
|
2015-11-09 04:58:17 +00:00
|
|
|
this.logicalBlockSize = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad logicalBlocks.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
2019-04-23 00:10:05 +01:00
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link BigInteger }
|
|
|
|
|
*
|
2015-11-09 04:58:17 +00:00
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public BigInteger getLogicalBlocks() {
|
2015-11-09 04:58:17 +00:00
|
|
|
return logicalBlocks;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad logicalBlocks.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
2019-04-23 00:10:05 +01:00
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link BigInteger }
|
|
|
|
|
*
|
2015-11-09 04:58:17 +00:00
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public void setLogicalBlocks(BigInteger value) {
|
2015-11-09 04:58:17 +00:00
|
|
|
this.logicalBlocks = value;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-12 00:06:27 +01:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad variableBlockSize.
|
2016-10-12 00:06:27 +01:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link VariableBlockSizeType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public VariableBlockSizeType getVariableBlockSize() {
|
|
|
|
|
return variableBlockSize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad variableBlockSize.
|
2016-10-12 00:06:27 +01:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link VariableBlockSizeType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setVariableBlockSize(VariableBlockSizeType value) {
|
|
|
|
|
this.variableBlockSize = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad tapeInformation.
|
2016-10-12 00:06:27 +01:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link TapeInformationType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public TapeInformationType getTapeInformation() {
|
|
|
|
|
return tapeInformation;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad tapeInformation.
|
2016-10-12 00:06:27 +01:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link TapeInformationType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setTapeInformation(TapeInformationType value) {
|
|
|
|
|
this.tapeInformation = value;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-09 04:58:17 +00:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad scans.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link ScansType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public ScansType getScans() {
|
|
|
|
|
return scans;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad scans.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link ScansType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setScans(ScansType value) {
|
|
|
|
|
this.scans = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad ata.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link ATAType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public ATAType getATA() {
|
|
|
|
|
return ata;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad ata.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link ATAType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setATA(ATAType value) {
|
|
|
|
|
this.ata = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad pci.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link PCIType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public PCIType getPCI() {
|
|
|
|
|
return pci;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad pci.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link PCIType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setPCI(PCIType value) {
|
|
|
|
|
this.pci = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad pcmcia.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link PCMCIAType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public PCMCIAType getPCMCIA() {
|
|
|
|
|
return pcmcia;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad pcmcia.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link PCMCIAType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setPCMCIA(PCMCIAType value) {
|
|
|
|
|
this.pcmcia = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad secureDigital.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link SecureDigitalType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public SecureDigitalType getSecureDigital() {
|
|
|
|
|
return secureDigital;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad secureDigital.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link SecureDigitalType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setSecureDigital(SecureDigitalType value) {
|
|
|
|
|
this.secureDigital = value;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-29 14:24:22 +01:00
|
|
|
/**
|
|
|
|
|
* Obtiene el valor de la propiedad multiMediaCard.
|
|
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link MultiMediaCardType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public MultiMediaCardType getMultiMediaCard() {
|
|
|
|
|
return multiMediaCard;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Define el valor de la propiedad multiMediaCard.
|
|
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link MultiMediaCardType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setMultiMediaCard(MultiMediaCardType value) {
|
|
|
|
|
this.multiMediaCard = value;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-09 04:58:17 +00:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad scsi.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link SCSIType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public SCSIType getSCSI() {
|
|
|
|
|
return scsi;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad scsi.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link SCSIType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setSCSI(SCSIType value) {
|
|
|
|
|
this.scsi = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad usb.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link USBType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public USBType getUSB() {
|
|
|
|
|
return usb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad usb.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link USBType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setUSB(USBType value) {
|
|
|
|
|
this.usb = value;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-16 07:49:57 +00:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad mam.
|
2016-01-16 07:49:57 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link DumpType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public DumpType getMAM() {
|
|
|
|
|
return mam;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad mam.
|
2016-01-16 07:49:57 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link DumpType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setMAM(DumpType value) {
|
|
|
|
|
this.mam = value;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-09 04:58:17 +00:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad heads.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
2019-04-23 00:10:05 +01:00
|
|
|
* {@link Integer }
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public Integer getHeads() {
|
2015-11-09 04:58:17 +00:00
|
|
|
return heads;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad heads.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
2019-04-23 00:10:05 +01:00
|
|
|
* {@link Integer }
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public void setHeads(Integer value) {
|
2015-11-09 04:58:17 +00:00
|
|
|
this.heads = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad cylinders.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link Long }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public Long getCylinders() {
|
|
|
|
|
return cylinders;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad cylinders.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link Long }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setCylinders(Long value) {
|
|
|
|
|
this.cylinders = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad sectorsPerTrack.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
2019-04-23 00:10:05 +01:00
|
|
|
* {@link BigInteger }
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public BigInteger getSectorsPerTrack() {
|
2015-11-09 04:58:17 +00:00
|
|
|
return sectorsPerTrack;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad sectorsPerTrack.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
2019-04-23 00:10:05 +01:00
|
|
|
* {@link BigInteger }
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
*/
|
2019-04-23 00:10:05 +01:00
|
|
|
public void setSectorsPerTrack(BigInteger value) {
|
2015-11-09 04:58:17 +00:00
|
|
|
this.sectorsPerTrack = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the track 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 track property.
|
|
|
|
|
*
|
|
|
|
|
* <p>
|
|
|
|
|
* For example, to add a new item, do as follows:
|
|
|
|
|
* <pre>
|
|
|
|
|
* getTrack().add(newItem);
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* <p>
|
|
|
|
|
* Objects of the following type(s) are allowed in the list
|
|
|
|
|
* {@link BlockTrackType }
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public List<BlockTrackType> getTrack() {
|
|
|
|
|
if (track == null) {
|
|
|
|
|
track = new ArrayList<BlockTrackType>();
|
|
|
|
|
}
|
|
|
|
|
return this.track;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad copyProtection.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getCopyProtection() {
|
|
|
|
|
return copyProtection;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad copyProtection.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setCopyProtection(String value) {
|
|
|
|
|
this.copyProtection = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad dimensions.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link DimensionsType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public DimensionsType getDimensions() {
|
|
|
|
|
return dimensions;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad dimensions.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link DimensionsType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setDimensions(DimensionsType value) {
|
|
|
|
|
this.dimensions = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad fileSystemInformation.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link FileSystemInformationType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public FileSystemInformationType getFileSystemInformation() {
|
|
|
|
|
return fileSystemInformation;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad fileSystemInformation.
|
2015-11-09 04:58:17 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link FileSystemInformationType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setFileSystemInformation(FileSystemInformationType value) {
|
|
|
|
|
this.fileSystemInformation = value;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-09 05:10:02 +00:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad dumpHardwareArray.
|
2015-11-09 05:10:02 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link DumpHardwareArrayType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public DumpHardwareArrayType getDumpHardwareArray() {
|
|
|
|
|
return dumpHardwareArray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad dumpHardwareArray.
|
2015-11-09 05:10:02 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link DumpHardwareArrayType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setDumpHardwareArray(DumpHardwareArrayType value) {
|
|
|
|
|
this.dumpHardwareArray = value;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-31 17:30:11 +00:00
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad diskType.
|
2015-12-31 17:30:11 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getDiskType() {
|
|
|
|
|
return diskType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad diskType.
|
2015-12-31 17:30:11 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setDiskType(String value) {
|
|
|
|
|
this.diskType = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad diskSubType.
|
2015-12-31 17:30:11 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getDiskSubType() {
|
|
|
|
|
return diskSubType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad diskSubType.
|
2015-12-31 17:30:11 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setDiskSubType(String value) {
|
|
|
|
|
this.diskSubType = value;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-09 04:58:17 +00:00
|
|
|
}
|