Added block media
This commit is contained in:
71
java/generated/ATAType.java
Normal file
71
java/generated/ATAType.java
Normal file
@@ -0,0 +1,71 @@
|
||||
//
|
||||
// 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 javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Contains ATA/ATAPI device information
|
||||
*
|
||||
* <p>Java class for ATAType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ATAType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Identify" type="{}DumpType"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ATAType", propOrder = {
|
||||
"identify"
|
||||
})
|
||||
public class ATAType {
|
||||
|
||||
@XmlElement(name = "Identify", required = true)
|
||||
protected DumpType identify;
|
||||
|
||||
/**
|
||||
* Gets the value of the identify property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getIdentify() {
|
||||
return identify;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the identify property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setIdentify(DumpType value) {
|
||||
this.identify = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
||||
275
java/generated/BlockTrackType.java
Normal file
275
java/generated/BlockTrackType.java
Normal file
@@ -0,0 +1,275 @@
|
||||
//
|
||||
// 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 javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Information about track in non-abstracted block based media
|
||||
*
|
||||
* <p>Java class for BlockTrackType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="BlockTrackType">
|
||||
* <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}string"/>
|
||||
* <element name="Head" type="{http://www.w3.org/2001/XMLSchema}long"/>
|
||||
* <element name="Cylinder" type="{http://www.w3.org/2001/XMLSchema}long"/>
|
||||
* <element name="StartSector" type="{http://www.w3.org/2001/XMLSchema}long"/>
|
||||
* <element name="EndSector" type="{http://www.w3.org/2001/XMLSchema}long"/>
|
||||
* <element name="Sectors" type="{http://www.w3.org/2001/XMLSchema}long"/>
|
||||
* <element name="BytesPerSector" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
||||
* <element name="Checksums" type="{}ChecksumsType"/>
|
||||
* <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "BlockTrackType", propOrder = {
|
||||
"image",
|
||||
"size",
|
||||
"head",
|
||||
"cylinder",
|
||||
"startSector",
|
||||
"endSector",
|
||||
"sectors",
|
||||
"bytesPerSector",
|
||||
"checksums",
|
||||
"format"
|
||||
})
|
||||
public class BlockTrackType {
|
||||
|
||||
@XmlElement(name = "Image", required = true)
|
||||
protected ImageType image;
|
||||
@XmlElement(name = "Size", required = true)
|
||||
protected String size;
|
||||
@XmlElement(name = "Head")
|
||||
protected long head;
|
||||
@XmlElement(name = "Cylinder")
|
||||
protected long cylinder;
|
||||
@XmlElement(name = "StartSector")
|
||||
protected long startSector;
|
||||
@XmlElement(name = "EndSector")
|
||||
protected long endSector;
|
||||
@XmlElement(name = "Sectors")
|
||||
protected long sectors;
|
||||
@XmlElement(name = "BytesPerSector")
|
||||
protected int bytesPerSector;
|
||||
@XmlElement(name = "Checksums", required = true)
|
||||
protected ChecksumsType checksums;
|
||||
@XmlElement(name = "Format")
|
||||
protected String format;
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getSize() {
|
||||
return size;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the size property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setSize(String value) {
|
||||
this.size = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the head property.
|
||||
*
|
||||
*/
|
||||
public long getHead() {
|
||||
return head;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the head property.
|
||||
*
|
||||
*/
|
||||
public void setHead(long value) {
|
||||
this.head = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the cylinder property.
|
||||
*
|
||||
*/
|
||||
public long getCylinder() {
|
||||
return cylinder;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the cylinder property.
|
||||
*
|
||||
*/
|
||||
public void setCylinder(long value) {
|
||||
this.cylinder = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the startSector property.
|
||||
*
|
||||
*/
|
||||
public long getStartSector() {
|
||||
return startSector;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the startSector property.
|
||||
*
|
||||
*/
|
||||
public void setStartSector(long value) {
|
||||
this.startSector = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the endSector property.
|
||||
*
|
||||
*/
|
||||
public long getEndSector() {
|
||||
return endSector;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the endSector property.
|
||||
*
|
||||
*/
|
||||
public void setEndSector(long value) {
|
||||
this.endSector = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the sectors property.
|
||||
*
|
||||
*/
|
||||
public long getSectors() {
|
||||
return sectors;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the sectors property.
|
||||
*
|
||||
*/
|
||||
public void setSectors(long value) {
|
||||
this.sectors = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the bytesPerSector property.
|
||||
*
|
||||
*/
|
||||
public int getBytesPerSector() {
|
||||
return bytesPerSector;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the bytesPerSector property.
|
||||
*
|
||||
*/
|
||||
public void setBytesPerSector(int value) {
|
||||
this.bytesPerSector = 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 format property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getFormat() {
|
||||
return format;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the format property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setFormat(String value) {
|
||||
this.format = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
|
||||
|
||||
/**
|
||||
* Digital Asset Metadata
|
||||
*
|
||||
* <p>Java class for CICMMetadataType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
@@ -64,6 +66,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* <element name="Advertisement" type="{}AdvertisementType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="LinearMedia" type="{}LinearMediaType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="PCICard" type="{}PCIType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="BlockMedia" type="{}BlockMediaType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -98,7 +101,8 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
"opticalDisc",
|
||||
"advertisement",
|
||||
"linearMedia",
|
||||
"pciCard"
|
||||
"pciCard",
|
||||
"blockMedia"
|
||||
})
|
||||
public class CICMMetadataType {
|
||||
|
||||
@@ -153,6 +157,8 @@ public class CICMMetadataType {
|
||||
protected List<LinearMediaType> linearMedia;
|
||||
@XmlElement(name = "PCICard")
|
||||
protected List<PCIType> pciCard;
|
||||
@XmlElement(name = "BlockMedia")
|
||||
protected List<BlockMediaType> blockMedia;
|
||||
|
||||
/**
|
||||
* Gets the value of the developer property.
|
||||
@@ -809,4 +815,33 @@ public class CICMMetadataType {
|
||||
return this.pciCard;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the blockMedia 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 blockMedia property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getBlockMedia().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link BlockMediaType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<BlockMediaType> getBlockMedia() {
|
||||
if (blockMedia == null) {
|
||||
blockMedia = new ArrayList<BlockMediaType>();
|
||||
}
|
||||
return this.blockMedia;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
160
java/generated/EVPDType.java
Normal file
160
java/generated/EVPDType.java
Normal file
@@ -0,0 +1,160 @@
|
||||
//
|
||||
// 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 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.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for EVPDType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="EVPDType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Image" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Size" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Checksums" type="{}ChecksumsType"/>
|
||||
* </sequence>
|
||||
* <attribute name="page">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
|
||||
* <minInclusive value="1"/>
|
||||
* <maxInclusive value="255"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </attribute>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "EVPDType", propOrder = {
|
||||
"image",
|
||||
"size",
|
||||
"checksums"
|
||||
})
|
||||
public class EVPDType {
|
||||
|
||||
@XmlElement(name = "Image", required = true)
|
||||
protected String image;
|
||||
@XmlElement(name = "Size", required = true)
|
||||
protected String size;
|
||||
@XmlElement(name = "Checksums", required = true)
|
||||
protected ChecksumsType checksums;
|
||||
@XmlAttribute(name = "page")
|
||||
protected Integer page;
|
||||
|
||||
/**
|
||||
* Gets the value of the image property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getImage() {
|
||||
return image;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the image property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setImage(String value) {
|
||||
this.image = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the size property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getSize() {
|
||||
return size;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the size property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setSize(String 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 page property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public Integer getPage() {
|
||||
return page;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the page property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public void setPage(Integer value) {
|
||||
this.page = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
511
java/generated/LinearMediaType.java
Normal file
511
java/generated/LinearMediaType.java
Normal file
@@ -0,0 +1,511 @@
|
||||
//
|
||||
// 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 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 linear media, that is, a media that is read byte-by-byte like for example, a ROM chip, a game cartridge, a PCMCIA SRAM card, etc...
|
||||
*
|
||||
* <p>Java class for LinearMediaType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="LinearMediaType">
|
||||
* <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="ImageChecksums" type="{}ChecksumsType"/>
|
||||
* <element name="Checksums" type="{}ChecksumsType" minOccurs="0"/>
|
||||
* <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Sequence" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="ImageInterleave" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="Interleave" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <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="Package" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Interface" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Dimensions" type="{}DimensionsType" minOccurs="0"/>
|
||||
* <element name="Scans" type="{}ScansType" minOccurs="0"/>
|
||||
* <element name="DumpHardwareArray" type="{}DumpHardwareArrayType" minOccurs="0"/>
|
||||
* <element name="PCMCIA" type="{}PCMCIAType" minOccurs="0"/>
|
||||
* <element name="CopyProtection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "LinearMediaType", propOrder = {
|
||||
"image",
|
||||
"size",
|
||||
"imageChecksums",
|
||||
"checksums",
|
||||
"title",
|
||||
"sequence",
|
||||
"imageInterleave",
|
||||
"interleave",
|
||||
"manufacturer",
|
||||
"model",
|
||||
"_package",
|
||||
"_interface",
|
||||
"dimensions",
|
||||
"scans",
|
||||
"dumpHardwareArray",
|
||||
"pcmcia",
|
||||
"copyProtection"
|
||||
})
|
||||
public class LinearMediaType {
|
||||
|
||||
@XmlElement(name = "Image", required = true)
|
||||
protected ImageType image;
|
||||
@XmlElement(name = "Size")
|
||||
protected long size;
|
||||
@XmlElement(name = "ImageChecksums", required = true)
|
||||
protected ChecksumsType imageChecksums;
|
||||
@XmlElement(name = "Checksums")
|
||||
protected ChecksumsType checksums;
|
||||
@XmlElement(name = "Title", required = true)
|
||||
protected String title;
|
||||
@XmlElement(name = "Sequence")
|
||||
protected Integer sequence;
|
||||
@XmlElement(name = "ImageInterleave")
|
||||
protected Integer imageInterleave;
|
||||
@XmlElement(name = "Interleave")
|
||||
protected Integer interleave;
|
||||
@XmlElement(name = "Manufacturer")
|
||||
protected String manufacturer;
|
||||
@XmlElement(name = "Model")
|
||||
protected String model;
|
||||
@XmlElement(name = "Package", required = true)
|
||||
protected String _package;
|
||||
@XmlElement(name = "Interface")
|
||||
protected String _interface;
|
||||
@XmlElement(name = "Dimensions")
|
||||
protected DimensionsType dimensions;
|
||||
@XmlElement(name = "Scans")
|
||||
protected ScansType scans;
|
||||
@XmlElement(name = "DumpHardwareArray")
|
||||
protected DumpHardwareArrayType dumpHardwareArray;
|
||||
@XmlElement(name = "PCMCIA")
|
||||
protected PCMCIAType pcmcia;
|
||||
@XmlElement(name = "CopyProtection")
|
||||
protected String copyProtection;
|
||||
|
||||
/**
|
||||
* 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 imageChecksums property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ChecksumsType }
|
||||
*
|
||||
*/
|
||||
public ChecksumsType getImageChecksums() {
|
||||
return imageChecksums;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the imageChecksums property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ChecksumsType }
|
||||
*
|
||||
*/
|
||||
public void setImageChecksums(ChecksumsType value) {
|
||||
this.imageChecksums = 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 title property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTitle() {
|
||||
return title;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the title property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTitle(String value) {
|
||||
this.title = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the sequence property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public Integer getSequence() {
|
||||
return sequence;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the sequence property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public void setSequence(Integer value) {
|
||||
this.sequence = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the imageInterleave property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public Integer getImageInterleave() {
|
||||
return imageInterleave;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the imageInterleave property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public void setImageInterleave(Integer value) {
|
||||
this.imageInterleave = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the interleave property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public Integer getInterleave() {
|
||||
return interleave;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the interleave property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public void setInterleave(Integer value) {
|
||||
this.interleave = 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 package property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getPackage() {
|
||||
return _package;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the package property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setPackage(String value) {
|
||||
this._package = 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 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 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 dumpHardwareArray property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpHardwareArrayType }
|
||||
*
|
||||
*/
|
||||
public DumpHardwareArrayType getDumpHardwareArray() {
|
||||
return dumpHardwareArray;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the dumpHardwareArray property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpHardwareArrayType }
|
||||
*
|
||||
*/
|
||||
public void setDumpHardwareArray(DumpHardwareArrayType value) {
|
||||
this.dumpHardwareArray = 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 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;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
108
java/generated/MediaScanType.java
Normal file
108
java/generated/MediaScanType.java
Normal file
@@ -0,0 +1,108 @@
|
||||
//
|
||||
// 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 javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for MediaScanType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="MediaScanType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="MediaScanElement">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <enumeration value="up"/>
|
||||
* <enumeration value="down"/>
|
||||
* <enumeration value="front"/>
|
||||
* <enumeration value="back"/>
|
||||
* <enumeration value="left"/>
|
||||
* <enumeration value="right"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="Scan" type="{}ScanType"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "MediaScanType", propOrder = {
|
||||
"mediaScanElement",
|
||||
"scan"
|
||||
})
|
||||
public class MediaScanType {
|
||||
|
||||
@XmlElement(name = "MediaScanElement", required = true)
|
||||
protected String mediaScanElement;
|
||||
@XmlElement(name = "Scan", required = true)
|
||||
protected ScanType scan;
|
||||
|
||||
/**
|
||||
* Gets the value of the mediaScanElement property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getMediaScanElement() {
|
||||
return mediaScanElement;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the mediaScanElement property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setMediaScanElement(String value) {
|
||||
this.mediaScanElement = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the scan property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ScanType }
|
||||
*
|
||||
*/
|
||||
public ScanType getScan() {
|
||||
return scan;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the scan property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ScanType }
|
||||
*
|
||||
*/
|
||||
public void setScan(ScanType value) {
|
||||
this.scan = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
@@ -224,6 +224,14 @@ public class ObjectFactory {
|
||||
return new SecureDigitalType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link BlockTrackType }
|
||||
*
|
||||
*/
|
||||
public BlockTrackType createBlockTrackType() {
|
||||
return new BlockTrackType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SystemsType }
|
||||
*
|
||||
@@ -512,6 +520,14 @@ public class ObjectFactory {
|
||||
return new LayeredTextType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link BlockMediaType }
|
||||
*
|
||||
*/
|
||||
public BlockMediaType createBlockMediaType() {
|
||||
return new BlockMediaType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link FileType }
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
153
java/generated/PCIType.java
Normal file
153
java/generated/PCIType.java
Normal file
@@ -0,0 +1,153 @@
|
||||
//
|
||||
// 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 javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Contains PCI/PCI-X/PCIe card information
|
||||
*
|
||||
* <p>Java class for PCIType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="PCIType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="VendorID">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
|
||||
* <minInclusive value="1"/>
|
||||
* <maxInclusive value="65534"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="DeviceID">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
|
||||
* <minInclusive value="1"/>
|
||||
* <maxInclusive value="65534"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="Configuration" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="ExpansionROM" type="{}LinearMediaType" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "PCIType", propOrder = {
|
||||
"vendorID",
|
||||
"deviceID",
|
||||
"configuration",
|
||||
"expansionROM"
|
||||
})
|
||||
public class PCIType {
|
||||
|
||||
@XmlElement(name = "VendorID")
|
||||
protected int vendorID;
|
||||
@XmlElement(name = "DeviceID")
|
||||
protected int deviceID;
|
||||
@XmlElement(name = "Configuration")
|
||||
protected DumpType configuration;
|
||||
@XmlElement(name = "ExpansionROM")
|
||||
protected LinearMediaType expansionROM;
|
||||
|
||||
/**
|
||||
* Gets the value of the vendorID property.
|
||||
*
|
||||
*/
|
||||
public int getVendorID() {
|
||||
return vendorID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the vendorID property.
|
||||
*
|
||||
*/
|
||||
public void setVendorID(int value) {
|
||||
this.vendorID = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the deviceID property.
|
||||
*
|
||||
*/
|
||||
public int getDeviceID() {
|
||||
return deviceID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the deviceID property.
|
||||
*
|
||||
*/
|
||||
public void setDeviceID(int value) {
|
||||
this.deviceID = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the configuration property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getConfiguration() {
|
||||
return configuration;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the configuration property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setConfiguration(DumpType value) {
|
||||
this.configuration = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the expansionROM property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link LinearMediaType }
|
||||
*
|
||||
*/
|
||||
public LinearMediaType getExpansionROM() {
|
||||
return expansionROM;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the expansionROM property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link LinearMediaType }
|
||||
*
|
||||
*/
|
||||
public void setExpansionROM(LinearMediaType value) {
|
||||
this.expansionROM = value;
|
||||
}
|
||||
|
||||
}
|
||||
71
java/generated/PCMCIAType.java
Normal file
71
java/generated/PCMCIAType.java
Normal file
@@ -0,0 +1,71 @@
|
||||
//
|
||||
// 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 javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Contains PCMCIA card information
|
||||
*
|
||||
* <p>Java class for PCMCIAType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="PCMCIAType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="CIS" type="{}DumpType"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "PCMCIAType", propOrder = {
|
||||
"cis"
|
||||
})
|
||||
public class PCMCIAType {
|
||||
|
||||
@XmlElement(name = "CIS", required = true)
|
||||
protected DumpType cis;
|
||||
|
||||
/**
|
||||
* Gets the value of the cis property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getCIS() {
|
||||
return cis;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the cis property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setCIS(DumpType value) {
|
||||
this.cis = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
190
java/generated/SCSIType.java
Normal file
190
java/generated/SCSIType.java
Normal file
@@ -0,0 +1,190 @@
|
||||
//
|
||||
// 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;
|
||||
|
||||
|
||||
/**
|
||||
* Contains SCSI device information
|
||||
*
|
||||
* <p>Java class for SCSIType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SCSIType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Inquiry" type="{}DumpType"/>
|
||||
* <element name="EVPD" type="{}EVPDType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="ModeSense" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="ModeSense10" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="LogSense" type="{}DumpType" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SCSIType", propOrder = {
|
||||
"inquiry",
|
||||
"evpd",
|
||||
"modeSense",
|
||||
"modeSense10",
|
||||
"logSense"
|
||||
})
|
||||
public class SCSIType {
|
||||
|
||||
@XmlElement(name = "Inquiry", required = true)
|
||||
protected DumpType inquiry;
|
||||
@XmlElement(name = "EVPD")
|
||||
protected List<EVPDType> evpd;
|
||||
@XmlElement(name = "ModeSense")
|
||||
protected DumpType modeSense;
|
||||
@XmlElement(name = "ModeSense10")
|
||||
protected DumpType modeSense10;
|
||||
@XmlElement(name = "LogSense")
|
||||
protected DumpType logSense;
|
||||
|
||||
/**
|
||||
* Gets the value of the inquiry property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getInquiry() {
|
||||
return inquiry;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the inquiry property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setInquiry(DumpType value) {
|
||||
this.inquiry = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the evpd 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 evpd property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getEVPD().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link EVPDType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<EVPDType> getEVPD() {
|
||||
if (evpd == null) {
|
||||
evpd = new ArrayList<EVPDType>();
|
||||
}
|
||||
return this.evpd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the modeSense property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getModeSense() {
|
||||
return modeSense;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the modeSense property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setModeSense(DumpType value) {
|
||||
this.modeSense = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the modeSense10 property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getModeSense10() {
|
||||
return modeSense10;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the modeSense10 property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setModeSense10(DumpType value) {
|
||||
this.modeSense10 = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the logSense property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getLogSense() {
|
||||
return logSense;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the logSense property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setLogSense(DumpType value) {
|
||||
this.logSense = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
127
java/generated/SecureDigitalType.java
Normal file
127
java/generated/SecureDigitalType.java
Normal file
@@ -0,0 +1,127 @@
|
||||
//
|
||||
// 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 javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Contains SD/MMC device information
|
||||
*
|
||||
* <p>Java class for SecureDigitalType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SecureDigitalType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="CID" type="{}DumpType"/>
|
||||
* <element name="CSD" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="ExtendedCSD" type="{}DumpType" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SecureDigitalType", propOrder = {
|
||||
"cid",
|
||||
"csd",
|
||||
"extendedCSD"
|
||||
})
|
||||
public class SecureDigitalType {
|
||||
|
||||
@XmlElement(name = "CID", required = true)
|
||||
protected DumpType cid;
|
||||
@XmlElement(name = "CSD")
|
||||
protected DumpType csd;
|
||||
@XmlElement(name = "ExtendedCSD")
|
||||
protected DumpType extendedCSD;
|
||||
|
||||
/**
|
||||
* Gets the value of the cid property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getCID() {
|
||||
return cid;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the cid property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setCID(DumpType value) {
|
||||
this.cid = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the csd property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getCSD() {
|
||||
return csd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the csd property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setCSD(DumpType value) {
|
||||
this.csd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the extendedCSD property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getExtendedCSD() {
|
||||
return extendedCSD;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the extendedCSD property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setExtendedCSD(DumpType value) {
|
||||
this.extendedCSD = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
@@ -27,16 +27,16 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="DiscTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Disc" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
||||
* <element name="TotalDiscs">
|
||||
* <element name="MediaTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="MediaSequence" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
||||
* <element name="TotalMedia">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
|
||||
* <minInclusive value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="Side">
|
||||
* <element name="Side" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
|
||||
* <maxInclusive value="2"/>
|
||||
@@ -62,94 +62,102 @@ import javax.xml.bind.annotation.XmlType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SequenceType", propOrder = {
|
||||
"discTitle",
|
||||
"disc",
|
||||
"totalDiscs",
|
||||
"mediaTitle",
|
||||
"mediaSequence",
|
||||
"totalMedia",
|
||||
"side",
|
||||
"layer"
|
||||
})
|
||||
public class SequenceType {
|
||||
|
||||
@XmlElement(name = "DiscTitle", required = true)
|
||||
protected String discTitle;
|
||||
@XmlElement(name = "Disc")
|
||||
protected int disc;
|
||||
@XmlElement(name = "TotalDiscs")
|
||||
protected int totalDiscs;
|
||||
@XmlElement(name = "MediaTitle")
|
||||
protected String mediaTitle;
|
||||
@XmlElement(name = "MediaSequence")
|
||||
protected int mediaSequence;
|
||||
@XmlElement(name = "TotalMedia")
|
||||
protected int totalMedia;
|
||||
@XmlElement(name = "Side")
|
||||
protected int side;
|
||||
protected Integer side;
|
||||
@XmlElement(name = "Layer")
|
||||
protected Integer layer;
|
||||
|
||||
/**
|
||||
* Gets the value of the discTitle property.
|
||||
* Gets the value of the mediaTitle property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getDiscTitle() {
|
||||
return discTitle;
|
||||
public String getMediaTitle() {
|
||||
return mediaTitle;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the discTitle property.
|
||||
* Sets the value of the mediaTitle property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setDiscTitle(String value) {
|
||||
this.discTitle = value;
|
||||
public void setMediaTitle(String value) {
|
||||
this.mediaTitle = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the disc property.
|
||||
* Gets the value of the mediaSequence property.
|
||||
*
|
||||
*/
|
||||
public int getDisc() {
|
||||
return disc;
|
||||
public int getMediaSequence() {
|
||||
return mediaSequence;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the disc property.
|
||||
* Sets the value of the mediaSequence property.
|
||||
*
|
||||
*/
|
||||
public void setDisc(int value) {
|
||||
this.disc = value;
|
||||
public void setMediaSequence(int value) {
|
||||
this.mediaSequence = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the totalDiscs property.
|
||||
* Gets the value of the totalMedia property.
|
||||
*
|
||||
*/
|
||||
public int getTotalDiscs() {
|
||||
return totalDiscs;
|
||||
public int getTotalMedia() {
|
||||
return totalMedia;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the totalDiscs property.
|
||||
* Sets the value of the totalMedia property.
|
||||
*
|
||||
*/
|
||||
public void setTotalDiscs(int value) {
|
||||
this.totalDiscs = value;
|
||||
public void setTotalMedia(int value) {
|
||||
this.totalMedia = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the side property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public int getSide() {
|
||||
public Integer getSide() {
|
||||
return side;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the side property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public void setSide(int value) {
|
||||
public void setSide(Integer value) {
|
||||
this.side = value;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
125
java/generated/USBType.java
Normal file
125
java/generated/USBType.java
Normal file
@@ -0,0 +1,125 @@
|
||||
//
|
||||
// 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 javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Contains USB device information
|
||||
*
|
||||
* <p>Java class for USBType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="USBType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="VendorID">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
|
||||
* <minInclusive value="1"/>
|
||||
* <maxInclusive value="65534"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="ProductID">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
|
||||
* <minInclusive value="1"/>
|
||||
* <maxInclusive value="65534"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="Descriptors" type="{}DumpType" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "USBType", propOrder = {
|
||||
"vendorID",
|
||||
"productID",
|
||||
"descriptors"
|
||||
})
|
||||
public class USBType {
|
||||
|
||||
@XmlElement(name = "VendorID")
|
||||
protected int vendorID;
|
||||
@XmlElement(name = "ProductID")
|
||||
protected int productID;
|
||||
@XmlElement(name = "Descriptors")
|
||||
protected DumpType descriptors;
|
||||
|
||||
/**
|
||||
* Gets the value of the vendorID property.
|
||||
*
|
||||
*/
|
||||
public int getVendorID() {
|
||||
return vendorID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the vendorID property.
|
||||
*
|
||||
*/
|
||||
public void setVendorID(int value) {
|
||||
this.vendorID = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the productID property.
|
||||
*
|
||||
*/
|
||||
public int getProductID() {
|
||||
return productID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the productID property.
|
||||
*
|
||||
*/
|
||||
public void setProductID(int value) {
|
||||
this.productID = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the descriptors property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getDescriptors() {
|
||||
return descriptors;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the descriptors property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setDescriptors(DumpType value) {
|
||||
this.descriptors = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 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:13:07 AM WET
|
||||
// Generated on: 2015.11.09 at 04:57:50 AM WET
|
||||
//
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user