Java class for ATAType complex type. + * + *
The following schema fragment specifies the expected content contained within this class. + * + *
+ * <complexType name="ATAType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Identify" type="{}DumpType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/AdvertisementType.java b/java/generated/AdvertisementType.java
index 1506cb5..3493a14 100644
--- a/java/generated/AdvertisementType.java
+++ b/java/generated/AdvertisementType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/ArchitecturesType.java b/java/generated/ArchitecturesType.java
index f30d7f5..2d41544 100644
--- a/java/generated/ArchitecturesType.java
+++ b/java/generated/ArchitecturesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/AudioTracksType.java b/java/generated/AudioTracksType.java
index 44302a4..9368568 100644
--- a/java/generated/AudioTracksType.java
+++ b/java/generated/AudioTracksType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/BarcodeType.java b/java/generated/BarcodeType.java
index 1b9d654..99c6898 100644
--- a/java/generated/BarcodeType.java
+++ b/java/generated/BarcodeType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/BarcodesType.java b/java/generated/BarcodesType.java
index baf1968..9caa95c 100644
--- a/java/generated/BarcodesType.java
+++ b/java/generated/BarcodesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/BlockMediaType.java b/java/generated/BlockMediaType.java
new file mode 100644
index 0000000..d2d9da1
--- /dev/null
+++ b/java/generated/BlockMediaType.java
@@ -0,0 +1,746 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// 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
+ *
+ * Java class for BlockMediaType complex type. + * + *
The following schema fragment specifies the expected content contained within this class. + * + *
+ * <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>
+ *
+ *
+ *
+ */
+@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
+ * 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 set method for the track property.
+ *
+ *
+ * For example, to add a new item, do as follows: + *
+ * getTrack().add(newItem); + *+ * + * + *
+ * Objects of the following type(s) are allowed in the list
+ * {@link BlockTrackType }
+ *
+ *
+ */
+ public List Java class for BlockTrackType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for CICMMetadataType complex type.
*
* 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
+ * 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
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link BlockMediaType }
+ *
+ *
+ */
+ public List Java class for EVPDType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for LinearMediaType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for MediaScanType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for PCIType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for PCMCIAType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for SCSIType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * 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
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link EVPDType }
+ *
+ *
+ */
+ public List Java class for SecureDigitalType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for USBType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <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>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/BookType.java b/java/generated/BookType.java
index 240b7aa..9705076 100644
--- a/java/generated/BookType.java
+++ b/java/generated/BookType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/BorderType.java b/java/generated/BorderType.java
index 1a91b45..8ed4231 100644
--- a/java/generated/BorderType.java
+++ b/java/generated/BorderType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/CICMMetadataType.java b/java/generated/CICMMetadataType.java
index 5f56343..3b74e7a 100644
--- a/java/generated/CICMMetadataType.java
+++ b/java/generated/CICMMetadataType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
+ *
* set method for the blockMedia property.
+ *
+ *
+ * getBlockMedia().add(newItem);
+ *
+ *
+ *
+ *
+ * <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>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/ExtentType.java b/java/generated/ExtentType.java
index b014f63..59918e4 100644
--- a/java/generated/ExtentType.java
+++ b/java/generated/ExtentType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/ExtentsType.java b/java/generated/ExtentsType.java
index a9df744..2c2a70f 100644
--- a/java/generated/ExtentsType.java
+++ b/java/generated/ExtentsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/FileSystemInformationType.java b/java/generated/FileSystemInformationType.java
index 1e50a1a..5f0eecb 100644
--- a/java/generated/FileSystemInformationType.java
+++ b/java/generated/FileSystemInformationType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/FileSystemType.java b/java/generated/FileSystemType.java
index 06ddcc5..7bd3b95 100644
--- a/java/generated/FileSystemType.java
+++ b/java/generated/FileSystemType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/FileSystemsType.java b/java/generated/FileSystemsType.java
index 4f4f128..3a9b73c 100644
--- a/java/generated/FileSystemsType.java
+++ b/java/generated/FileSystemsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/FileType.java b/java/generated/FileType.java
index 8da86fb..7e829c2 100644
--- a/java/generated/FileType.java
+++ b/java/generated/FileType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/ImageType.java b/java/generated/ImageType.java
index 8059fdb..c2b69af 100644
--- a/java/generated/ImageType.java
+++ b/java/generated/ImageType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/KeywordsType.java b/java/generated/KeywordsType.java
index f087dbe..6641241 100644
--- a/java/generated/KeywordsType.java
+++ b/java/generated/KeywordsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/LanguagesType.java b/java/generated/LanguagesType.java
index 8cfc07b..34483c0 100644
--- a/java/generated/LanguagesType.java
+++ b/java/generated/LanguagesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/LayeredTextType.java b/java/generated/LayeredTextType.java
index fb56f55..dcbf098 100644
--- a/java/generated/LayeredTextType.java
+++ b/java/generated/LayeredTextType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/LayersType.java b/java/generated/LayersType.java
index b78e598..4fcb2f2 100644
--- a/java/generated/LayersType.java
+++ b/java/generated/LayersType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/LinearMediaType.java b/java/generated/LinearMediaType.java
new file mode 100644
index 0000000..ccfafce
--- /dev/null
+++ b/java/generated/LinearMediaType.java
@@ -0,0 +1,511 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// 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...
+ *
+ *
+ * <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>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/MagazineType.java b/java/generated/MagazineType.java
index 477aac2..a09bcb7 100644
--- a/java/generated/MagazineType.java
+++ b/java/generated/MagazineType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/MediaScanType.java b/java/generated/MediaScanType.java
new file mode 100644
index 0000000..9f8494c
--- /dev/null
+++ b/java/generated/MediaScanType.java
@@ -0,0 +1,108 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// 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;
+
+
+/**
+ *
+ * <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>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/OCRType.java b/java/generated/OCRType.java
index 5040c25..7987f5a 100644
--- a/java/generated/OCRType.java
+++ b/java/generated/OCRType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/ObjectFactory.java b/java/generated/ObjectFactory.java
index bedc7b5..e618881 100644
--- a/java/generated/ObjectFactory.java
+++ b/java/generated/ObjectFactory.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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 }
*
diff --git a/java/generated/OpticalDiscType.java b/java/generated/OpticalDiscType.java
index 771fb2e..103d3ea 100644
--- a/java/generated/OpticalDiscType.java
+++ b/java/generated/OpticalDiscType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/PCIType.java b/java/generated/PCIType.java
new file mode 100644
index 0000000..55f314e
--- /dev/null
+++ b/java/generated/PCIType.java
@@ -0,0 +1,153 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// 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
+ *
+ *
+ * <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>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/PCMCIAType.java b/java/generated/PCMCIAType.java
new file mode 100644
index 0000000..641e9f0
--- /dev/null
+++ b/java/generated/PCMCIAType.java
@@ -0,0 +1,71 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// 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
+ *
+ *
+ * <complexType name="PCMCIAType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="CIS" type="{}DumpType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/PS3EncryptionType.java b/java/generated/PS3EncryptionType.java
index f096320..f7dfda7 100644
--- a/java/generated/PS3EncryptionType.java
+++ b/java/generated/PS3EncryptionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/PartitionType.java b/java/generated/PartitionType.java
index 2a7705d..10a5923 100644
--- a/java/generated/PartitionType.java
+++ b/java/generated/PartitionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/RecordingType.java b/java/generated/RecordingType.java
index 0116082..82d16a1 100644
--- a/java/generated/RecordingType.java
+++ b/java/generated/RecordingType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/RequiredOperatingSystemType.java b/java/generated/RequiredOperatingSystemType.java
index d3abbd4..b89dd2a 100644
--- a/java/generated/RequiredOperatingSystemType.java
+++ b/java/generated/RequiredOperatingSystemType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/RequiredOperatingSystemsType.java b/java/generated/RequiredOperatingSystemsType.java
index c3dc989..2c743ff 100644
--- a/java/generated/RequiredOperatingSystemsType.java
+++ b/java/generated/RequiredOperatingSystemsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/SCSIType.java b/java/generated/SCSIType.java
new file mode 100644
index 0000000..d499167
--- /dev/null
+++ b/java/generated/SCSIType.java
@@ -0,0 +1,190 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// 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
+ *
+ *
+ * <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>
+ *
+ *
+ *
+ */
+@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 Listset method for the evpd property.
+ *
+ *
+ * getEVPD().add(newItem);
+ *
+ *
+ *
+ *
+ * <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>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/SecuritySectorsType.java b/java/generated/SecuritySectorsType.java
index 1e22adc..c1bf886 100644
--- a/java/generated/SecuritySectorsType.java
+++ b/java/generated/SecuritySectorsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/SequenceType.java b/java/generated/SequenceType.java
index a19ace6..472daef 100644
--- a/java/generated/SequenceType.java
+++ b/java/generated/SequenceType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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;
}
diff --git a/java/generated/SoftwareType.java b/java/generated/SoftwareType.java
index 345d235..cb5e9ed 100644
--- a/java/generated/SoftwareType.java
+++ b/java/generated/SoftwareType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/SubChannelType.java b/java/generated/SubChannelType.java
index e388b39..b50921a 100644
--- a/java/generated/SubChannelType.java
+++ b/java/generated/SubChannelType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/SubcategoriesType.java b/java/generated/SubcategoriesType.java
index 65fd633..2f70cf4 100644
--- a/java/generated/SubcategoriesType.java
+++ b/java/generated/SubcategoriesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/SubtitleTracksType.java b/java/generated/SubtitleTracksType.java
index 18e8ffa..8e9538a 100644
--- a/java/generated/SubtitleTracksType.java
+++ b/java/generated/SubtitleTracksType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/SystemsType.java b/java/generated/SystemsType.java
index 2d980bd..6857482 100644
--- a/java/generated/SystemsType.java
+++ b/java/generated/SystemsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/TrackSequenceType.java b/java/generated/TrackSequenceType.java
index ce46978..d125c0c 100644
--- a/java/generated/TrackSequenceType.java
+++ b/java/generated/TrackSequenceType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/TrackType.java b/java/generated/TrackType.java
index 49a5b55..d28ed4d 100644
--- a/java/generated/TrackType.java
+++ b/java/generated/TrackType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/USBType.java b/java/generated/USBType.java
new file mode 100644
index 0000000..b5e9ece
--- /dev/null
+++ b/java/generated/USBType.java
@@ -0,0 +1,125 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
+// See http://java.sun.com/xml/jaxb
+// 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
+ *
+ *
+ * <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>
+ *
+ *
+ *
+ */
+@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;
+ }
+
+}
diff --git a/java/generated/UserManualType.java b/java/generated/UserManualType.java
index df65514..92c8af7 100644
--- a/java/generated/UserManualType.java
+++ b/java/generated/UserManualType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/VideoTracksType.java b/java/generated/VideoTracksType.java
index 67ddb13..7936c82 100644
--- a/java/generated/VideoTracksType.java
+++ b/java/generated/VideoTracksType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//
diff --git a/java/generated/XboxSecuritySectorsType.java b/java/generated/XboxSecuritySectorsType.java
index b1dfd5f..4ec0461 100644
--- a/java/generated/XboxSecuritySectorsType.java
+++ b/java/generated/XboxSecuritySectorsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// 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
//