Added block media
This commit is contained in:
746
java/generated/BlockMediaType.java
Normal file
746
java/generated/BlockMediaType.java
Normal file
@@ -0,0 +1,746 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
|
||||
// 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: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
package generated;
|
||||
|
||||
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.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Describes a dump of a block (sector) layered media
|
||||
*
|
||||
* <p>Java class for BlockMediaType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <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}long"/>
|
||||
* <element name="Checksums" 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="PhysicalBlockSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
||||
* <element name="LogicalBlockSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
||||
* <element name="LogicalBlocks" type="{http://www.w3.org/2001/XMLSchema}long"/>
|
||||
* <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="SCSI" type="{}SCSIType" minOccurs="0"/>
|
||||
* <element name="USB" type="{}USBType" minOccurs="0"/>
|
||||
* <element name="Heads" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
|
||||
* <element name="Cylinders" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
|
||||
* <element name="SectorsPerTrack" type="{http://www.w3.org/2001/XMLSchema}long" 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"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "BlockMediaType", propOrder = {
|
||||
"image",
|
||||
"size",
|
||||
"checksums",
|
||||
"sequence",
|
||||
"manufacturer",
|
||||
"model",
|
||||
"serial",
|
||||
"firmware",
|
||||
"_interface",
|
||||
"physicalBlockSize",
|
||||
"logicalBlockSize",
|
||||
"logicalBlocks",
|
||||
"scans",
|
||||
"ata",
|
||||
"pci",
|
||||
"pcmcia",
|
||||
"secureDigital",
|
||||
"scsi",
|
||||
"usb",
|
||||
"heads",
|
||||
"cylinders",
|
||||
"sectorsPerTrack",
|
||||
"track",
|
||||
"copyProtection",
|
||||
"dimensions",
|
||||
"fileSystemInformation"
|
||||
})
|
||||
public class BlockMediaType {
|
||||
|
||||
@XmlElement(name = "Image", required = true)
|
||||
protected ImageType image;
|
||||
@XmlElement(name = "Size")
|
||||
protected long size;
|
||||
@XmlElement(name = "Checksums", required = true)
|
||||
protected ChecksumsType checksums;
|
||||
@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;
|
||||
@XmlElement(name = "PhysicalBlockSize")
|
||||
protected int physicalBlockSize;
|
||||
@XmlElement(name = "LogicalBlockSize")
|
||||
protected int logicalBlockSize;
|
||||
@XmlElement(name = "LogicalBlocks")
|
||||
protected long logicalBlocks;
|
||||
@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;
|
||||
@XmlElement(name = "SCSI")
|
||||
protected SCSIType scsi;
|
||||
@XmlElement(name = "USB")
|
||||
protected USBType usb;
|
||||
@XmlElement(name = "Heads")
|
||||
protected Long heads;
|
||||
@XmlElement(name = "Cylinders")
|
||||
protected Long cylinders;
|
||||
@XmlElement(name = "SectorsPerTrack")
|
||||
protected Long sectorsPerTrack;
|
||||
@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;
|
||||
|
||||
/**
|
||||
* Gets the value of the image property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ImageType }
|
||||
*
|
||||
*/
|
||||
public ImageType getImage() {
|
||||
return image;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the image property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ImageType }
|
||||
*
|
||||
*/
|
||||
public void setImage(ImageType value) {
|
||||
this.image = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the size property.
|
||||
*
|
||||
*/
|
||||
public long getSize() {
|
||||
return size;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the size property.
|
||||
*
|
||||
*/
|
||||
public void setSize(long value) {
|
||||
this.size = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the checksums property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ChecksumsType }
|
||||
*
|
||||
*/
|
||||
public ChecksumsType getChecksums() {
|
||||
return checksums;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the checksums property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ChecksumsType }
|
||||
*
|
||||
*/
|
||||
public void setChecksums(ChecksumsType value) {
|
||||
this.checksums = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the sequence property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SequenceType }
|
||||
*
|
||||
*/
|
||||
public SequenceType getSequence() {
|
||||
return sequence;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the sequence property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SequenceType }
|
||||
*
|
||||
*/
|
||||
public void setSequence(SequenceType value) {
|
||||
this.sequence = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the manufacturer property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getManufacturer() {
|
||||
return manufacturer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the manufacturer property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setManufacturer(String value) {
|
||||
this.manufacturer = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the model property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getModel() {
|
||||
return model;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the model property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setModel(String value) {
|
||||
this.model = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the serial property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getSerial() {
|
||||
return serial;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the serial property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setSerial(String value) {
|
||||
this.serial = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the firmware property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getFirmware() {
|
||||
return firmware;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the firmware property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setFirmware(String value) {
|
||||
this.firmware = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the interface property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getInterface() {
|
||||
return _interface;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the interface property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setInterface(String value) {
|
||||
this._interface = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the physicalBlockSize property.
|
||||
*
|
||||
*/
|
||||
public int getPhysicalBlockSize() {
|
||||
return physicalBlockSize;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the physicalBlockSize property.
|
||||
*
|
||||
*/
|
||||
public void setPhysicalBlockSize(int value) {
|
||||
this.physicalBlockSize = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the logicalBlockSize property.
|
||||
*
|
||||
*/
|
||||
public int getLogicalBlockSize() {
|
||||
return logicalBlockSize;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the logicalBlockSize property.
|
||||
*
|
||||
*/
|
||||
public void setLogicalBlockSize(int value) {
|
||||
this.logicalBlockSize = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the logicalBlocks property.
|
||||
*
|
||||
*/
|
||||
public long getLogicalBlocks() {
|
||||
return logicalBlocks;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the logicalBlocks property.
|
||||
*
|
||||
*/
|
||||
public void setLogicalBlocks(long value) {
|
||||
this.logicalBlocks = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the scans property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ScansType }
|
||||
*
|
||||
*/
|
||||
public ScansType getScans() {
|
||||
return scans;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the scans property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ScansType }
|
||||
*
|
||||
*/
|
||||
public void setScans(ScansType value) {
|
||||
this.scans = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the ata property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ATAType }
|
||||
*
|
||||
*/
|
||||
public ATAType getATA() {
|
||||
return ata;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the ata property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ATAType }
|
||||
*
|
||||
*/
|
||||
public void setATA(ATAType value) {
|
||||
this.ata = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the pci property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link PCIType }
|
||||
*
|
||||
*/
|
||||
public PCIType getPCI() {
|
||||
return pci;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the pci property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link PCIType }
|
||||
*
|
||||
*/
|
||||
public void setPCI(PCIType value) {
|
||||
this.pci = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the pcmcia property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link PCMCIAType }
|
||||
*
|
||||
*/
|
||||
public PCMCIAType getPCMCIA() {
|
||||
return pcmcia;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the pcmcia property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link PCMCIAType }
|
||||
*
|
||||
*/
|
||||
public void setPCMCIA(PCMCIAType value) {
|
||||
this.pcmcia = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the secureDigital property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SecureDigitalType }
|
||||
*
|
||||
*/
|
||||
public SecureDigitalType getSecureDigital() {
|
||||
return secureDigital;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the secureDigital property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SecureDigitalType }
|
||||
*
|
||||
*/
|
||||
public void setSecureDigital(SecureDigitalType value) {
|
||||
this.secureDigital = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the scsi property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SCSIType }
|
||||
*
|
||||
*/
|
||||
public SCSIType getSCSI() {
|
||||
return scsi;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the scsi property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SCSIType }
|
||||
*
|
||||
*/
|
||||
public void setSCSI(SCSIType value) {
|
||||
this.scsi = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the usb property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link USBType }
|
||||
*
|
||||
*/
|
||||
public USBType getUSB() {
|
||||
return usb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the usb property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link USBType }
|
||||
*
|
||||
*/
|
||||
public void setUSB(USBType value) {
|
||||
this.usb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the heads property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public Long getHeads() {
|
||||
return heads;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the heads property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public void setHeads(Long value) {
|
||||
this.heads = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the cylinders property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public Long getCylinders() {
|
||||
return cylinders;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the cylinders property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public void setCylinders(Long value) {
|
||||
this.cylinders = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the sectorsPerTrack property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public Long getSectorsPerTrack() {
|
||||
return sectorsPerTrack;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the sectorsPerTrack property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public void setSectorsPerTrack(Long value) {
|
||||
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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the copyProtection property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCopyProtection() {
|
||||
return copyProtection;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the copyProtection property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCopyProtection(String value) {
|
||||
this.copyProtection = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the dimensions property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DimensionsType }
|
||||
*
|
||||
*/
|
||||
public DimensionsType getDimensions() {
|
||||
return dimensions;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the dimensions property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DimensionsType }
|
||||
*
|
||||
*/
|
||||
public void setDimensions(DimensionsType value) {
|
||||
this.dimensions = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the fileSystemInformation property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link FileSystemInformationType }
|
||||
*
|
||||
*/
|
||||
public FileSystemInformationType getFileSystemInformation() {
|
||||
return fileSystemInformation;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the fileSystemInformation property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link FileSystemInformationType }
|
||||
*
|
||||
*/
|
||||
public void setFileSystemInformation(FileSystemInformationType value) {
|
||||
this.fileSystemInformation = value;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user