diff --git a/cicm.xsd b/cicm.xsd index 10e7de5..61518b6 100644 --- a/cicm.xsd +++ b/cicm.xsd @@ -3143,6 +3143,11 @@ File sequence + + + Size of blocks in this file + + File start block diff --git a/dotnet/cicm.cs b/dotnet/cicm.cs index fb0ee3f..c79b31a 100644 --- a/dotnet/cicm.cs +++ b/dotnet/cicm.cs @@ -3656,6 +3656,8 @@ namespace Schemas { private long sequenceField; + private long blockSizeField; + private long startBlockField; private long endBlockField; @@ -3692,6 +3694,16 @@ namespace Schemas { } } + /// + public long BlockSize { + get { + return this.blockSizeField; + } + set { + this.blockSizeField = value; + } + } + /// public long StartBlock { get { diff --git a/dotnet/cicm.vb b/dotnet/cicm.vb index 119d915..99cec42 100644 --- a/dotnet/cicm.vb +++ b/dotnet/cicm.vb @@ -3659,6 +3659,8 @@ Namespace Schemas Private sequenceField As Long + Private blockSizeField As Long + Private startBlockField As Long Private endBlockField As Long @@ -3695,6 +3697,16 @@ Namespace Schemas End Set End Property + ''' + Public Property BlockSize() As Long + Get + Return Me.blockSizeField + End Get + Set + Me.blockSizeField = Value + End Set + End Property + ''' Public Property StartBlock() As Long Get diff --git a/java/generated/ATAType.java b/java/generated/ATAType.java index 3996071..f995aef 100644 --- a/java/generated/ATAType.java +++ b/java/generated/ATAType.java @@ -1,8 +1,8 @@ // -// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 -// Visite http://java.sun.com/xml/jaxb -// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. -// Generado el: 2016.10.15 a las 10:40:02 PM WEST +// 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: 2017.06.04 at 04:57:33 AM WEST // @@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType; /** * Contains ATA/ATAPI device information * - *

Clase Java para ATAType complex type. + *

Java class for ATAType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ATAType">
@@ -45,7 +45,7 @@ public class ATAType {
     protected DumpType identify;
 
     /**
-     * Obtiene el valor de la propiedad identify.
+     * Gets the value of the identify property.
      * 
      * @return
      *     possible object is
@@ -57,7 +57,7 @@ public class ATAType {
     }
 
     /**
-     * Define el valor de la propiedad identify.
+     * Sets the value of the identify property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/AdvertisementType.java b/java/generated/AdvertisementType.java
index 21b2bb1..197b2bc 100644
--- a/java/generated/AdvertisementType.java
+++ b/java/generated/AdvertisementType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para AdvertisementType complex type. + *

Java class for AdvertisementType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="AdvertisementType">
@@ -89,7 +89,7 @@ public class AdvertisementType {
     protected RecordingType recording;
 
     /**
-     * Obtiene el valor de la propiedad manufacturer.
+     * Gets the value of the manufacturer property.
      * 
      * @return
      *     possible object is
@@ -101,7 +101,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad manufacturer.
+     * Sets the value of the manufacturer property.
      * 
      * @param value
      *     allowed object is
@@ -113,7 +113,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Obtiene el valor de la propiedad product.
+     * Gets the value of the product property.
      * 
      * @return
      *     possible object is
@@ -125,7 +125,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad product.
+     * Sets the value of the product property.
      * 
      * @param value
      *     allowed object is
@@ -137,7 +137,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Obtiene el valor de la propiedad file.
+     * Gets the value of the file property.
      * 
      * @return
      *     possible object is
@@ -149,7 +149,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad file.
+     * Sets the value of the file property.
      * 
      * @param value
      *     allowed object is
@@ -161,7 +161,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Obtiene el valor de la propiedad fileSize.
+     * Gets the value of the fileSize property.
      * 
      */
     public long getFileSize() {
@@ -169,7 +169,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad fileSize.
+     * Sets the value of the fileSize property.
      * 
      */
     public void setFileSize(long value) {
@@ -177,7 +177,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Obtiene el valor de la propiedad frames.
+     * Gets the value of the frames property.
      * 
      * @return
      *     possible object is
@@ -189,7 +189,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad frames.
+     * Sets the value of the frames property.
      * 
      * @param value
      *     allowed object is
@@ -201,7 +201,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Obtiene el valor de la propiedad duration.
+     * Gets the value of the duration property.
      * 
      */
     public long getDuration() {
@@ -209,7 +209,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad duration.
+     * Sets the value of the duration property.
      * 
      */
     public void setDuration(long value) {
@@ -217,7 +217,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Obtiene el valor de la propiedad meanFrameRate.
+     * Gets the value of the meanFrameRate property.
      * 
      * @return
      *     possible object is
@@ -229,7 +229,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad meanFrameRate.
+     * Sets the value of the meanFrameRate property.
      * 
      * @param value
      *     allowed object is
@@ -241,7 +241,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -253,7 +253,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -352,7 +352,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Obtiene el valor de la propiedad recording.
+     * Gets the value of the recording property.
      * 
      * @return
      *     possible object is
@@ -364,7 +364,7 @@ public class AdvertisementType {
     }
 
     /**
-     * Define el valor de la propiedad recording.
+     * Sets the value of the recording property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ArchitecturesType.java b/java/generated/ArchitecturesType.java
index 5aaf06c..f87f795 100644
--- a/java/generated/ArchitecturesType.java
+++ b/java/generated/ArchitecturesType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -20,9 +20,9 @@ import javax.xml.bind.annotation.XmlType;
  * CPU architectures this set is intended to be run on
  * 			
  * 
- * 

Clase Java para ArchitecturesType complex type. + *

Java class for ArchitecturesType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ArchitecturesType">
diff --git a/java/generated/AudioBlockType.java b/java/generated/AudioBlockType.java
index e24812f..27a8b8e 100644
--- a/java/generated/AudioBlockType.java
+++ b/java/generated/AudioBlockType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Information about "blocks" in audio based media
  * 
- * 

Clase Java para AudioBlockType complex type. + *

Java class for AudioBlockType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="AudioBlockType">
@@ -61,7 +61,7 @@ public class AudioBlockType {
     protected String format;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -73,7 +73,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -85,7 +85,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -93,7 +93,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -101,7 +101,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Obtiene el valor de la propiedad accoustID.
+     * Gets the value of the accoustID property.
      * 
      * @return
      *     possible object is
@@ -113,7 +113,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Define el valor de la propiedad accoustID.
+     * Sets the value of the accoustID property.
      * 
      * @param value
      *     allowed object is
@@ -125,7 +125,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -137,7 +137,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -149,7 +149,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Obtiene el valor de la propiedad format.
+     * Gets the value of the format property.
      * 
      * @return
      *     possible object is
@@ -161,7 +161,7 @@ public class AudioBlockType {
     }
 
     /**
-     * Define el valor de la propiedad format.
+     * Sets the value of the format property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/AudioMediaType.java b/java/generated/AudioMediaType.java
index ef45abd..2392d11 100644
--- a/java/generated/AudioMediaType.java
+++ b/java/generated/AudioMediaType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Describes a dump of a media that is stored in an audio device (like a ZX Spectrum cassette)
  * 
- * 

Clase Java para AudioMediaType complex type. + *

Java class for AudioMediaType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="AudioMediaType">
@@ -91,7 +91,7 @@ public class AudioMediaType {
     protected DumpHardwareArrayType dumpHardwareArray;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -103,7 +103,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -115,7 +115,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -123,7 +123,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -131,7 +131,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -143,7 +143,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -155,7 +155,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sequence.
+     * Gets the value of the sequence property.
      * 
      * @return
      *     possible object is
@@ -167,7 +167,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad sequence.
+     * Sets the value of the sequence property.
      * 
      * @param value
      *     allowed object is
@@ -179,7 +179,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad manufacturer.
+     * Gets the value of the manufacturer property.
      * 
      * @return
      *     possible object is
@@ -191,7 +191,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad manufacturer.
+     * Sets the value of the manufacturer property.
      * 
      * @param value
      *     allowed object is
@@ -203,7 +203,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad model.
+     * Gets the value of the model property.
      * 
      * @return
      *     possible object is
@@ -215,7 +215,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad model.
+     * Sets the value of the model property.
      * 
      * @param value
      *     allowed object is
@@ -227,7 +227,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad accoustID.
+     * Gets the value of the accoustID property.
      * 
      * @return
      *     possible object is
@@ -239,7 +239,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad accoustID.
+     * Sets the value of the accoustID property.
      * 
      * @param value
      *     allowed object is
@@ -280,7 +280,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad copyProtection.
+     * Gets the value of the copyProtection property.
      * 
      * @return
      *     possible object is
@@ -292,7 +292,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad copyProtection.
+     * Sets the value of the copyProtection property.
      * 
      * @param value
      *     allowed object is
@@ -304,7 +304,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dimensions.
+     * Gets the value of the dimensions property.
      * 
      * @return
      *     possible object is
@@ -316,7 +316,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad dimensions.
+     * Sets the value of the dimensions property.
      * 
      * @param value
      *     allowed object is
@@ -328,7 +328,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scans.
+     * Gets the value of the scans property.
      * 
      * @return
      *     possible object is
@@ -340,7 +340,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad scans.
+     * Sets the value of the scans property.
      * 
      * @param value
      *     allowed object is
@@ -352,7 +352,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dumpHardwareArray.
+     * Gets the value of the dumpHardwareArray property.
      * 
      * @return
      *     possible object is
@@ -364,7 +364,7 @@ public class AudioMediaType {
     }
 
     /**
-     * Define el valor de la propiedad dumpHardwareArray.
+     * Sets the value of the dumpHardwareArray property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/AudioTracksType.java b/java/generated/AudioTracksType.java
index 0d6ff02..a3c53c6 100644
--- a/java/generated/AudioTracksType.java
+++ b/java/generated/AudioTracksType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para AudioTracksType complex type. + *

Java class for AudioTracksType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="AudioTracksType">
@@ -68,7 +68,7 @@ public class AudioTracksType {
     protected long meanBitrate;
 
     /**
-     * Obtiene el valor de la propiedad languages.
+     * Gets the value of the languages property.
      * 
      * @return
      *     possible object is
@@ -80,7 +80,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Define el valor de la propiedad languages.
+     * Sets the value of the languages property.
      * 
      * @param value
      *     allowed object is
@@ -92,7 +92,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad trackNumber.
+     * Gets the value of the trackNumber property.
      * 
      */
     public int getTrackNumber() {
@@ -100,7 +100,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Define el valor de la propiedad trackNumber.
+     * Sets the value of the trackNumber property.
      * 
      */
     public void setTrackNumber(int value) {
@@ -108,7 +108,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad accoustID.
+     * Gets the value of the accoustID property.
      * 
      * @return
      *     possible object is
@@ -120,7 +120,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Define el valor de la propiedad accoustID.
+     * Sets the value of the accoustID property.
      * 
      * @param value
      *     allowed object is
@@ -132,7 +132,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad codec.
+     * Gets the value of the codec property.
      * 
      * @return
      *     possible object is
@@ -144,7 +144,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Define el valor de la propiedad codec.
+     * Sets the value of the codec property.
      * 
      * @param value
      *     allowed object is
@@ -156,7 +156,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad channels.
+     * Gets the value of the channels property.
      * 
      */
     public int getChannels() {
@@ -164,7 +164,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Define el valor de la propiedad channels.
+     * Sets the value of the channels property.
      * 
      */
     public void setChannels(int value) {
@@ -172,7 +172,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sampleRate.
+     * Gets the value of the sampleRate property.
      * 
      */
     public int getSampleRate() {
@@ -180,7 +180,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Define el valor de la propiedad sampleRate.
+     * Sets the value of the sampleRate property.
      * 
      */
     public void setSampleRate(int value) {
@@ -188,7 +188,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad meanBitrate.
+     * Gets the value of the meanBitrate property.
      * 
      */
     public long getMeanBitrate() {
@@ -196,7 +196,7 @@ public class AudioTracksType {
     }
 
     /**
-     * Define el valor de la propiedad meanBitrate.
+     * Sets the value of the meanBitrate property.
      * 
      */
     public void setMeanBitrate(long value) {
diff --git a/java/generated/BarcodeType.java b/java/generated/BarcodeType.java
index 4e4655e..db061bf 100644
--- a/java/generated/BarcodeType.java
+++ b/java/generated/BarcodeType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
 
 
 /**
- * 

Clase Java para BarcodeType complex type. + *

Java class for BarcodeType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="BarcodeType">
@@ -79,7 +79,7 @@ public class BarcodeType {
     protected String type;
 
     /**
-     * Obtiene el valor de la propiedad value.
+     * Gets the value of the value property.
      * 
      * @return
      *     possible object is
@@ -91,7 +91,7 @@ public class BarcodeType {
     }
 
     /**
-     * Define el valor de la propiedad value.
+     * Sets the value of the value property.
      * 
      * @param value
      *     allowed object is
@@ -103,7 +103,7 @@ public class BarcodeType {
     }
 
     /**
-     * Obtiene el valor de la propiedad type.
+     * Gets the value of the type property.
      * 
      * @return
      *     possible object is
@@ -115,7 +115,7 @@ public class BarcodeType {
     }
 
     /**
-     * Define el valor de la propiedad type.
+     * Sets the value of the type property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/BarcodesType.java b/java/generated/BarcodesType.java
index 7a5b6df..3b862e0 100644
--- a/java/generated/BarcodesType.java
+++ b/java/generated/BarcodesType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Barcodes for this release
  * 
- * 

Clase Java para BarcodesType complex type. + *

Java class for BarcodesType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="BarcodesType">
diff --git a/java/generated/BlockMediaType.java b/java/generated/BlockMediaType.java
index dc6894a..d1df32b 100644
--- a/java/generated/BlockMediaType.java
+++ b/java/generated/BlockMediaType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Describes a dump of a block (sector) layered media
  * 
- * 

Clase Java para BlockMediaType complex type. + *

Java class for BlockMediaType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="BlockMediaType">
@@ -171,7 +171,7 @@ public class BlockMediaType {
     protected String diskSubType;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -183,7 +183,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -195,7 +195,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -203,7 +203,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -211,7 +211,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -223,7 +223,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -235,7 +235,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sequence.
+     * Gets the value of the sequence property.
      * 
      * @return
      *     possible object is
@@ -247,7 +247,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad sequence.
+     * Sets the value of the sequence property.
      * 
      * @param value
      *     allowed object is
@@ -259,7 +259,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad manufacturer.
+     * Gets the value of the manufacturer property.
      * 
      * @return
      *     possible object is
@@ -271,7 +271,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad manufacturer.
+     * Sets the value of the manufacturer property.
      * 
      * @param value
      *     allowed object is
@@ -283,7 +283,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad model.
+     * Gets the value of the model property.
      * 
      * @return
      *     possible object is
@@ -295,7 +295,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad model.
+     * Sets the value of the model property.
      * 
      * @param value
      *     allowed object is
@@ -307,7 +307,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad serial.
+     * Gets the value of the serial property.
      * 
      * @return
      *     possible object is
@@ -319,7 +319,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad serial.
+     * Sets the value of the serial property.
      * 
      * @param value
      *     allowed object is
@@ -331,7 +331,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad firmware.
+     * Gets the value of the firmware property.
      * 
      * @return
      *     possible object is
@@ -343,7 +343,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad firmware.
+     * Sets the value of the firmware property.
      * 
      * @param value
      *     allowed object is
@@ -355,7 +355,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad interface.
+     * Gets the value of the interface property.
      * 
      * @return
      *     possible object is
@@ -367,7 +367,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad interface.
+     * Sets the value of the interface property.
      * 
      * @param value
      *     allowed object is
@@ -379,7 +379,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad physicalBlockSize.
+     * Gets the value of the physicalBlockSize property.
      * 
      */
     public int getPhysicalBlockSize() {
@@ -387,7 +387,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad physicalBlockSize.
+     * Sets the value of the physicalBlockSize property.
      * 
      */
     public void setPhysicalBlockSize(int value) {
@@ -395,7 +395,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad logicalBlockSize.
+     * Gets the value of the logicalBlockSize property.
      * 
      */
     public int getLogicalBlockSize() {
@@ -403,7 +403,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad logicalBlockSize.
+     * Sets the value of the logicalBlockSize property.
      * 
      */
     public void setLogicalBlockSize(int value) {
@@ -411,7 +411,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad logicalBlocks.
+     * Gets the value of the logicalBlocks property.
      * 
      */
     public long getLogicalBlocks() {
@@ -419,7 +419,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad logicalBlocks.
+     * Sets the value of the logicalBlocks property.
      * 
      */
     public void setLogicalBlocks(long value) {
@@ -427,7 +427,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad variableBlockSize.
+     * Gets the value of the variableBlockSize property.
      * 
      * @return
      *     possible object is
@@ -439,7 +439,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad variableBlockSize.
+     * Sets the value of the variableBlockSize property.
      * 
      * @param value
      *     allowed object is
@@ -451,7 +451,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad tapeInformation.
+     * Gets the value of the tapeInformation property.
      * 
      * @return
      *     possible object is
@@ -463,7 +463,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad tapeInformation.
+     * Sets the value of the tapeInformation property.
      * 
      * @param value
      *     allowed object is
@@ -475,7 +475,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scans.
+     * Gets the value of the scans property.
      * 
      * @return
      *     possible object is
@@ -487,7 +487,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad scans.
+     * Sets the value of the scans property.
      * 
      * @param value
      *     allowed object is
@@ -499,7 +499,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad ata.
+     * Gets the value of the ata property.
      * 
      * @return
      *     possible object is
@@ -511,7 +511,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad ata.
+     * Sets the value of the ata property.
      * 
      * @param value
      *     allowed object is
@@ -523,7 +523,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pci.
+     * Gets the value of the pci property.
      * 
      * @return
      *     possible object is
@@ -535,7 +535,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad pci.
+     * Sets the value of the pci property.
      * 
      * @param value
      *     allowed object is
@@ -547,7 +547,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pcmcia.
+     * Gets the value of the pcmcia property.
      * 
      * @return
      *     possible object is
@@ -559,7 +559,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad pcmcia.
+     * Sets the value of the pcmcia property.
      * 
      * @param value
      *     allowed object is
@@ -571,7 +571,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad secureDigital.
+     * Gets the value of the secureDigital property.
      * 
      * @return
      *     possible object is
@@ -583,7 +583,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad secureDigital.
+     * Sets the value of the secureDigital property.
      * 
      * @param value
      *     allowed object is
@@ -595,7 +595,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scsi.
+     * Gets the value of the scsi property.
      * 
      * @return
      *     possible object is
@@ -607,7 +607,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad scsi.
+     * Sets the value of the scsi property.
      * 
      * @param value
      *     allowed object is
@@ -619,7 +619,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad usb.
+     * Gets the value of the usb property.
      * 
      * @return
      *     possible object is
@@ -631,7 +631,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad usb.
+     * Sets the value of the usb property.
      * 
      * @param value
      *     allowed object is
@@ -643,7 +643,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad mam.
+     * Gets the value of the mam property.
      * 
      * @return
      *     possible object is
@@ -655,7 +655,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad mam.
+     * Sets the value of the mam property.
      * 
      * @param value
      *     allowed object is
@@ -667,7 +667,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad heads.
+     * Gets the value of the heads property.
      * 
      * @return
      *     possible object is
@@ -679,7 +679,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad heads.
+     * Sets the value of the heads property.
      * 
      * @param value
      *     allowed object is
@@ -691,7 +691,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad cylinders.
+     * Gets the value of the cylinders property.
      * 
      * @return
      *     possible object is
@@ -703,7 +703,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad cylinders.
+     * Sets the value of the cylinders property.
      * 
      * @param value
      *     allowed object is
@@ -715,7 +715,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sectorsPerTrack.
+     * Gets the value of the sectorsPerTrack property.
      * 
      * @return
      *     possible object is
@@ -727,7 +727,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad sectorsPerTrack.
+     * Sets the value of the sectorsPerTrack property.
      * 
      * @param value
      *     allowed object is
@@ -768,7 +768,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad copyProtection.
+     * Gets the value of the copyProtection property.
      * 
      * @return
      *     possible object is
@@ -780,7 +780,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad copyProtection.
+     * Sets the value of the copyProtection property.
      * 
      * @param value
      *     allowed object is
@@ -792,7 +792,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dimensions.
+     * Gets the value of the dimensions property.
      * 
      * @return
      *     possible object is
@@ -804,7 +804,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad dimensions.
+     * Sets the value of the dimensions property.
      * 
      * @param value
      *     allowed object is
@@ -816,7 +816,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad fileSystemInformation.
+     * Gets the value of the fileSystemInformation property.
      * 
      * @return
      *     possible object is
@@ -828,7 +828,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad fileSystemInformation.
+     * Sets the value of the fileSystemInformation property.
      * 
      * @param value
      *     allowed object is
@@ -840,7 +840,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dumpHardwareArray.
+     * Gets the value of the dumpHardwareArray property.
      * 
      * @return
      *     possible object is
@@ -852,7 +852,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad dumpHardwareArray.
+     * Sets the value of the dumpHardwareArray property.
      * 
      * @param value
      *     allowed object is
@@ -864,7 +864,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad diskType.
+     * Gets the value of the diskType property.
      * 
      * @return
      *     possible object is
@@ -876,7 +876,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad diskType.
+     * Sets the value of the diskType property.
      * 
      * @param value
      *     allowed object is
@@ -888,7 +888,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad diskSubType.
+     * Gets the value of the diskSubType property.
      * 
      * @return
      *     possible object is
@@ -900,7 +900,7 @@ public class BlockMediaType {
     }
 
     /**
-     * Define el valor de la propiedad diskSubType.
+     * Sets the value of the diskSubType property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/BlockSizeType.java b/java/generated/BlockSizeType.java
index a304035..f554f2c 100644
--- a/java/generated/BlockSizeType.java
+++ b/java/generated/BlockSizeType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
 
 
 /**
- * 

Clase Java para BlockSizeType complex type. + *

Java class for BlockSizeType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="BlockSizeType">
@@ -44,7 +44,7 @@ public class BlockSizeType {
     protected int startingBlock;
 
     /**
-     * Obtiene el valor de la propiedad value.
+     * Gets the value of the value property.
      * 
      */
     public int getValue() {
@@ -52,7 +52,7 @@ public class BlockSizeType {
     }
 
     /**
-     * Define el valor de la propiedad value.
+     * Sets the value of the value property.
      * 
      */
     public void setValue(int value) {
@@ -60,7 +60,7 @@ public class BlockSizeType {
     }
 
     /**
-     * Obtiene el valor de la propiedad startingBlock.
+     * Gets the value of the startingBlock property.
      * 
      */
     public int getStartingBlock() {
@@ -68,7 +68,7 @@ public class BlockSizeType {
     }
 
     /**
-     * Define el valor de la propiedad startingBlock.
+     * Sets the value of the startingBlock property.
      * 
      */
     public void setStartingBlock(int value) {
diff --git a/java/generated/BlockTrackType.java b/java/generated/BlockTrackType.java
index 7166404..da328c4 100644
--- a/java/generated/BlockTrackType.java
+++ b/java/generated/BlockTrackType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Information about track in non-abstracted block based media
  * 
- * 

Clase Java para BlockTrackType complex type. + *

Java class for BlockTrackType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="BlockTrackType">
@@ -81,7 +81,7 @@ public class BlockTrackType {
     protected String format;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -93,7 +93,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -105,7 +105,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -113,7 +113,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -121,7 +121,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad head.
+     * Gets the value of the head property.
      * 
      */
     public long getHead() {
@@ -129,7 +129,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad head.
+     * Sets the value of the head property.
      * 
      */
     public void setHead(long value) {
@@ -137,7 +137,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad cylinder.
+     * Gets the value of the cylinder property.
      * 
      */
     public long getCylinder() {
@@ -145,7 +145,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad cylinder.
+     * Sets the value of the cylinder property.
      * 
      */
     public void setCylinder(long value) {
@@ -153,7 +153,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad startSector.
+     * Gets the value of the startSector property.
      * 
      */
     public long getStartSector() {
@@ -161,7 +161,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad startSector.
+     * Sets the value of the startSector property.
      * 
      */
     public void setStartSector(long value) {
@@ -169,7 +169,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad endSector.
+     * Gets the value of the endSector property.
      * 
      */
     public long getEndSector() {
@@ -177,7 +177,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad endSector.
+     * Sets the value of the endSector property.
      * 
      */
     public void setEndSector(long value) {
@@ -185,7 +185,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sectors.
+     * Gets the value of the sectors property.
      * 
      */
     public long getSectors() {
@@ -193,7 +193,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad sectors.
+     * Sets the value of the sectors property.
      * 
      */
     public void setSectors(long value) {
@@ -201,7 +201,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad bytesPerSector.
+     * Gets the value of the bytesPerSector property.
      * 
      */
     public int getBytesPerSector() {
@@ -209,7 +209,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad bytesPerSector.
+     * Sets the value of the bytesPerSector property.
      * 
      */
     public void setBytesPerSector(int value) {
@@ -217,7 +217,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -229,7 +229,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -241,7 +241,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad format.
+     * Gets the value of the format property.
      * 
      * @return
      *     possible object is
@@ -253,7 +253,7 @@ public class BlockTrackType {
     }
 
     /**
-     * Define el valor de la propiedad format.
+     * Sets the value of the format property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/BookType.java b/java/generated/BookType.java
index 549db6d..71358cc 100644
--- a/java/generated/BookType.java
+++ b/java/generated/BookType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
 
 
 /**
- * 

Clase Java para BookType complex type. + *

Java class for BookType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="BookType">
@@ -82,7 +82,7 @@ public class BookType {
     protected ScanType scan;
 
     /**
-     * Obtiene el valor de la propiedad barcodes.
+     * Gets the value of the barcodes property.
      * 
      * @return
      *     possible object is
@@ -94,7 +94,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad barcodes.
+     * Sets the value of the barcodes property.
      * 
      * @param value
      *     allowed object is
@@ -106,7 +106,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad cover.
+     * Gets the value of the cover property.
      * 
      * @return
      *     possible object is
@@ -118,7 +118,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad cover.
+     * Sets the value of the cover property.
      * 
      * @param value
      *     allowed object is
@@ -130,7 +130,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad name.
+     * Gets the value of the name property.
      * 
      * @return
      *     possible object is
@@ -142,7 +142,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad name.
+     * Sets the value of the name property.
      * 
      * @param value
      *     allowed object is
@@ -154,7 +154,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad editorial.
+     * Gets the value of the editorial property.
      * 
      * @return
      *     possible object is
@@ -166,7 +166,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad editorial.
+     * Sets the value of the editorial property.
      * 
      * @param value
      *     allowed object is
@@ -178,7 +178,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad author.
+     * Gets the value of the author property.
      * 
      * @return
      *     possible object is
@@ -190,7 +190,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad author.
+     * Sets the value of the author property.
      * 
      * @param value
      *     allowed object is
@@ -202,7 +202,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad publicationDate.
+     * Gets the value of the publicationDate property.
      * 
      * @return
      *     possible object is
@@ -214,7 +214,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad publicationDate.
+     * Sets the value of the publicationDate property.
      * 
      * @param value
      *     allowed object is
@@ -226,7 +226,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad language.
+     * Gets the value of the language property.
      * 
      * @return
      *     possible object is
@@ -238,7 +238,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad language.
+     * Sets the value of the language property.
      * 
      * @param value
      *     allowed object is
@@ -250,7 +250,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pages.
+     * Gets the value of the pages property.
      * 
      * @return
      *     possible object is
@@ -262,7 +262,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad pages.
+     * Sets the value of the pages property.
      * 
      * @param value
      *     allowed object is
@@ -274,7 +274,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pageSize.
+     * Gets the value of the pageSize property.
      * 
      * @return
      *     possible object is
@@ -286,7 +286,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad pageSize.
+     * Sets the value of the pageSize property.
      * 
      * @param value
      *     allowed object is
@@ -298,7 +298,7 @@ public class BookType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scan.
+     * Gets the value of the scan property.
      * 
      * @return
      *     possible object is
@@ -310,7 +310,7 @@ public class BookType {
     }
 
     /**
-     * Define el valor de la propiedad scan.
+     * Sets the value of the scan property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/BorderType.java b/java/generated/BorderType.java
index 23dd1d5..83d7bff 100644
--- a/java/generated/BorderType.java
+++ b/java/generated/BorderType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para BorderType complex type. + *

Java class for BorderType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="BorderType">
@@ -61,7 +61,7 @@ public class BorderType {
     protected Integer session;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -73,7 +73,7 @@ public class BorderType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -85,7 +85,7 @@ public class BorderType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -93,7 +93,7 @@ public class BorderType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -101,7 +101,7 @@ public class BorderType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -113,7 +113,7 @@ public class BorderType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -125,7 +125,7 @@ public class BorderType {
     }
 
     /**
-     * Obtiene el valor de la propiedad session.
+     * Gets the value of the session property.
      * 
      * @return
      *     possible object is
@@ -137,7 +137,7 @@ public class BorderType {
     }
 
     /**
-     * Define el valor de la propiedad session.
+     * Sets the value of the session property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/CICMMetadataType.java b/java/generated/CICMMetadataType.java
index be15945..2a4bbaf 100644
--- a/java/generated/CICMMetadataType.java
+++ b/java/generated/CICMMetadataType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -21,9 +21,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
 /**
  * Digital Asset Metadata
  * 
- * 

Clase Java para CICMMetadataType complex type. + *

Java class for CICMMetadataType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="CICMMetadataType">
@@ -281,7 +281,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad name.
+     * Gets the value of the name property.
      * 
      * @return
      *     possible object is
@@ -293,7 +293,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad name.
+     * Sets the value of the name property.
      * 
      * @param value
      *     allowed object is
@@ -305,7 +305,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad version.
+     * Gets the value of the version property.
      * 
      * @return
      *     possible object is
@@ -317,7 +317,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad version.
+     * Sets the value of the version property.
      * 
      * @param value
      *     allowed object is
@@ -329,7 +329,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad releaseType.
+     * Gets the value of the releaseType property.
      * 
      * @return
      *     possible object is
@@ -341,7 +341,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad releaseType.
+     * Sets the value of the releaseType property.
      * 
      * @param value
      *     allowed object is
@@ -353,7 +353,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad releaseDate.
+     * Gets the value of the releaseDate property.
      * 
      * @return
      *     possible object is
@@ -365,7 +365,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad releaseDate.
+     * Sets the value of the releaseDate property.
      * 
      * @param value
      *     allowed object is
@@ -377,7 +377,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad barcodes.
+     * Gets the value of the barcodes property.
      * 
      * @return
      *     possible object is
@@ -389,7 +389,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad barcodes.
+     * Sets the value of the barcodes property.
      * 
      * @param value
      *     allowed object is
@@ -401,7 +401,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad partNumber.
+     * Gets the value of the partNumber property.
      * 
      * @return
      *     possible object is
@@ -413,7 +413,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad partNumber.
+     * Sets the value of the partNumber property.
      * 
      * @param value
      *     allowed object is
@@ -425,7 +425,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad serialNumber.
+     * Gets the value of the serialNumber property.
      * 
      * @return
      *     possible object is
@@ -437,7 +437,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad serialNumber.
+     * Sets the value of the serialNumber property.
      * 
      * @param value
      *     allowed object is
@@ -449,7 +449,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad keywords.
+     * Gets the value of the keywords property.
      * 
      * @return
      *     possible object is
@@ -461,7 +461,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad keywords.
+     * Sets the value of the keywords property.
      * 
      * @param value
      *     allowed object is
@@ -531,7 +531,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad categories.
+     * Gets the value of the categories property.
      * 
      * @return
      *     possible object is
@@ -543,7 +543,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad categories.
+     * Sets the value of the categories property.
      * 
      * @param value
      *     allowed object is
@@ -555,7 +555,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad subcategories.
+     * Gets the value of the subcategories property.
      * 
      * @return
      *     possible object is
@@ -567,7 +567,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad subcategories.
+     * Sets the value of the subcategories property.
      * 
      * @param value
      *     allowed object is
@@ -579,7 +579,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad languages.
+     * Gets the value of the languages property.
      * 
      * @return
      *     possible object is
@@ -591,7 +591,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad languages.
+     * Sets the value of the languages property.
      * 
      * @param value
      *     allowed object is
@@ -603,7 +603,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad systems.
+     * Gets the value of the systems property.
      * 
      * @return
      *     possible object is
@@ -615,7 +615,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad systems.
+     * Sets the value of the systems property.
      * 
      * @param value
      *     allowed object is
@@ -627,7 +627,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad architectures.
+     * Gets the value of the architectures property.
      * 
      * @return
      *     possible object is
@@ -639,7 +639,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad architectures.
+     * Sets the value of the architectures property.
      * 
      * @param value
      *     allowed object is
@@ -651,7 +651,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Obtiene el valor de la propiedad requiredOperatingSystems.
+     * Gets the value of the requiredOperatingSystems property.
      * 
      * @return
      *     possible object is
@@ -663,7 +663,7 @@ public class CICMMetadataType {
     }
 
     /**
-     * Define el valor de la propiedad requiredOperatingSystems.
+     * Sets the value of the requiredOperatingSystems property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/CaseScanType.java b/java/generated/CaseScanType.java
index aa680b3..db94dc7 100644
--- a/java/generated/CaseScanType.java
+++ b/java/generated/CaseScanType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para CaseScanType complex type. + *

Java class for CaseScanType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="CaseScanType">
@@ -61,7 +61,7 @@ public class CaseScanType {
     protected ScanType scan;
 
     /**
-     * Obtiene el valor de la propiedad caseScanElement.
+     * Gets the value of the caseScanElement property.
      * 
      * @return
      *     possible object is
@@ -73,7 +73,7 @@ public class CaseScanType {
     }
 
     /**
-     * Define el valor de la propiedad caseScanElement.
+     * Sets the value of the caseScanElement property.
      * 
      * @param value
      *     allowed object is
@@ -85,7 +85,7 @@ public class CaseScanType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scan.
+     * Gets the value of the scan property.
      * 
      * @return
      *     possible object is
@@ -97,7 +97,7 @@ public class CaseScanType {
     }
 
     /**
-     * Define el valor de la propiedad scan.
+     * Sets the value of the scan property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/CaseType.java b/java/generated/CaseType.java
index 58809b0..274a2f9 100644
--- a/java/generated/CaseType.java
+++ b/java/generated/CaseType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para CaseType complex type. + *

Java class for CaseType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="CaseType">
@@ -77,7 +77,7 @@ public class CaseType {
     protected ScansType scans;
 
     /**
-     * Obtiene el valor de la propiedad caseType.
+     * Gets the value of the caseType property.
      * 
      * @return
      *     possible object is
@@ -89,7 +89,7 @@ public class CaseType {
     }
 
     /**
-     * Define el valor de la propiedad caseType.
+     * Sets the value of the caseType property.
      * 
      * @param value
      *     allowed object is
@@ -101,7 +101,7 @@ public class CaseType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scans.
+     * Gets the value of the scans property.
      * 
      * @return
      *     possible object is
@@ -113,7 +113,7 @@ public class CaseType {
     }
 
     /**
-     * Define el valor de la propiedad scans.
+     * Sets the value of the scans property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/CategoriesType.java b/java/generated/CategoriesType.java
index 436addd..d8210d9 100644
--- a/java/generated/CategoriesType.java
+++ b/java/generated/CategoriesType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para CategoriesType complex type. + *

Java class for CategoriesType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="CategoriesType">
diff --git a/java/generated/ChecksumType.java b/java/generated/ChecksumType.java
index dffe5fb..51053a6 100644
--- a/java/generated/ChecksumType.java
+++ b/java/generated/ChecksumType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
 
 
 /**
- * 

Clase Java para ChecksumType complex type. + *

Java class for ChecksumType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ChecksumType">
@@ -75,7 +75,7 @@ public class ChecksumType {
     protected String type;
 
     /**
-     * Obtiene el valor de la propiedad value.
+     * Gets the value of the value property.
      * 
      * @return
      *     possible object is
@@ -87,7 +87,7 @@ public class ChecksumType {
     }
 
     /**
-     * Define el valor de la propiedad value.
+     * Sets the value of the value property.
      * 
      * @param value
      *     allowed object is
@@ -99,7 +99,7 @@ public class ChecksumType {
     }
 
     /**
-     * Obtiene el valor de la propiedad type.
+     * Gets the value of the type property.
      * 
      * @return
      *     possible object is
@@ -111,7 +111,7 @@ public class ChecksumType {
     }
 
     /**
-     * Define el valor de la propiedad type.
+     * Sets the value of the type property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ChecksumsType.java b/java/generated/ChecksumsType.java
index a0a1e86..e06b191 100644
--- a/java/generated/ChecksumsType.java
+++ b/java/generated/ChecksumsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Checksum of file element
  * 
- * 

Clase Java para ChecksumsType complex type. + *

Java class for ChecksumsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ChecksumsType">
diff --git a/java/generated/CoordinatesType.java b/java/generated/CoordinatesType.java
index 8a84b1b..81dd640 100644
--- a/java/generated/CoordinatesType.java
+++ b/java/generated/CoordinatesType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para CoordinatesType complex type. + *

Java class for CoordinatesType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="CoordinatesType">
@@ -47,7 +47,7 @@ public class CoordinatesType {
     protected double longitude;
 
     /**
-     * Obtiene el valor de la propiedad latitude.
+     * Gets the value of the latitude property.
      * 
      */
     public double getLatitude() {
@@ -55,7 +55,7 @@ public class CoordinatesType {
     }
 
     /**
-     * Define el valor de la propiedad latitude.
+     * Sets the value of the latitude property.
      * 
      */
     public void setLatitude(double value) {
@@ -63,7 +63,7 @@ public class CoordinatesType {
     }
 
     /**
-     * Obtiene el valor de la propiedad longitude.
+     * Gets the value of the longitude property.
      * 
      */
     public double getLongitude() {
@@ -71,7 +71,7 @@ public class CoordinatesType {
     }
 
     /**
-     * Define el valor de la propiedad longitude.
+     * Sets the value of the longitude property.
      * 
      */
     public void setLongitude(double value) {
diff --git a/java/generated/CoverType.java b/java/generated/CoverType.java
index 6b07193..fc8c6e7 100644
--- a/java/generated/CoverType.java
+++ b/java/generated/CoverType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para CoverType complex type. + *

Java class for CoverType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="CoverType">
@@ -51,7 +51,7 @@ public class CoverType {
     protected byte[] thumbnail;
 
     /**
-     * Obtiene el valor de la propiedad file.
+     * Gets the value of the file property.
      * 
      * @return
      *     possible object is
@@ -63,7 +63,7 @@ public class CoverType {
     }
 
     /**
-     * Define el valor de la propiedad file.
+     * Sets the value of the file property.
      * 
      * @param value
      *     allowed object is
@@ -75,7 +75,7 @@ public class CoverType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -87,7 +87,7 @@ public class CoverType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -99,7 +99,7 @@ public class CoverType {
     }
 
     /**
-     * Obtiene el valor de la propiedad thumbnail.
+     * Gets the value of the thumbnail property.
      * 
      * @return
      *     possible object is
@@ -110,7 +110,7 @@ public class CoverType {
     }
 
     /**
-     * Define el valor de la propiedad thumbnail.
+     * Sets the value of the thumbnail property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/DimensionsType.java b/java/generated/DimensionsType.java
index 888969e..f9c5ac0 100644
--- a/java/generated/DimensionsType.java
+++ b/java/generated/DimensionsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Dimensions of media
  * 
- * 

Clase Java para DimensionsType complex type. + *

Java class for DimensionsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="DimensionsType">
@@ -57,7 +57,7 @@ public class DimensionsType {
     protected double thickness;
 
     /**
-     * Obtiene el valor de la propiedad diameter.
+     * Gets the value of the diameter property.
      * 
      * @return
      *     possible object is
@@ -69,7 +69,7 @@ public class DimensionsType {
     }
 
     /**
-     * Define el valor de la propiedad diameter.
+     * Sets the value of the diameter property.
      * 
      * @param value
      *     allowed object is
@@ -81,7 +81,7 @@ public class DimensionsType {
     }
 
     /**
-     * Obtiene el valor de la propiedad height.
+     * Gets the value of the height property.
      * 
      * @return
      *     possible object is
@@ -93,7 +93,7 @@ public class DimensionsType {
     }
 
     /**
-     * Define el valor de la propiedad height.
+     * Sets the value of the height property.
      * 
      * @param value
      *     allowed object is
@@ -105,7 +105,7 @@ public class DimensionsType {
     }
 
     /**
-     * Obtiene el valor de la propiedad width.
+     * Gets the value of the width property.
      * 
      * @return
      *     possible object is
@@ -117,7 +117,7 @@ public class DimensionsType {
     }
 
     /**
-     * Define el valor de la propiedad width.
+     * Sets the value of the width property.
      * 
      * @param value
      *     allowed object is
@@ -129,7 +129,7 @@ public class DimensionsType {
     }
 
     /**
-     * Obtiene el valor de la propiedad thickness.
+     * Gets the value of the thickness property.
      * 
      */
     public double getThickness() {
@@ -137,7 +137,7 @@ public class DimensionsType {
     }
 
     /**
-     * Define el valor de la propiedad thickness.
+     * Sets the value of the thickness property.
      * 
      */
     public void setThickness(double value) {
diff --git a/java/generated/DumpHardwareArrayType.java b/java/generated/DumpHardwareArrayType.java
index 53a9537..2acdf45 100644
--- a/java/generated/DumpHardwareArrayType.java
+++ b/java/generated/DumpHardwareArrayType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Array of drives information
  * 
- * 

Clase Java para DumpHardwareArrayType complex type. + *

Java class for DumpHardwareArrayType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="DumpHardwareArrayType">
diff --git a/java/generated/DumpHardwareType.java b/java/generated/DumpHardwareType.java
index 4bd2e27..b270ec8 100644
--- a/java/generated/DumpHardwareType.java
+++ b/java/generated/DumpHardwareType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para DumpHardwareType complex type. + *

Java class for DumpHardwareType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="DumpHardwareType">
@@ -67,7 +67,7 @@ public class DumpHardwareType {
     protected SoftwareType software;
 
     /**
-     * Obtiene el valor de la propiedad manufacturer.
+     * Gets the value of the manufacturer property.
      * 
      * @return
      *     possible object is
@@ -79,7 +79,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Define el valor de la propiedad manufacturer.
+     * Sets the value of the manufacturer property.
      * 
      * @param value
      *     allowed object is
@@ -91,7 +91,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Obtiene el valor de la propiedad model.
+     * Gets the value of the model property.
      * 
      * @return
      *     possible object is
@@ -103,7 +103,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Define el valor de la propiedad model.
+     * Sets the value of the model property.
      * 
      * @param value
      *     allowed object is
@@ -115,7 +115,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Obtiene el valor de la propiedad revision.
+     * Gets the value of the revision property.
      * 
      * @return
      *     possible object is
@@ -127,7 +127,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Define el valor de la propiedad revision.
+     * Sets the value of the revision property.
      * 
      * @param value
      *     allowed object is
@@ -139,7 +139,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Obtiene el valor de la propiedad firmware.
+     * Gets the value of the firmware property.
      * 
      * @return
      *     possible object is
@@ -151,7 +151,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Define el valor de la propiedad firmware.
+     * Sets the value of the firmware property.
      * 
      * @param value
      *     allowed object is
@@ -163,7 +163,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Obtiene el valor de la propiedad serial.
+     * Gets the value of the serial property.
      * 
      * @return
      *     possible object is
@@ -175,7 +175,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Define el valor de la propiedad serial.
+     * Sets the value of the serial property.
      * 
      * @param value
      *     allowed object is
@@ -187,7 +187,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Obtiene el valor de la propiedad extents.
+     * Gets the value of the extents property.
      * 
      * @return
      *     possible object is
@@ -199,7 +199,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Define el valor de la propiedad extents.
+     * Sets the value of the extents property.
      * 
      * @param value
      *     allowed object is
@@ -211,7 +211,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Obtiene el valor de la propiedad software.
+     * Gets the value of the software property.
      * 
      * @return
      *     possible object is
@@ -223,7 +223,7 @@ public class DumpHardwareType {
     }
 
     /**
-     * Define el valor de la propiedad software.
+     * Sets the value of the software property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/DumpType.java b/java/generated/DumpType.java
index 8a5d88e..e56b85c 100644
--- a/java/generated/DumpType.java
+++ b/java/generated/DumpType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
  * Information about dumped structure
  * 			
  * 
- * 

Clase Java para DumpType complex type. + *

Java class for DumpType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="DumpType">
@@ -54,7 +54,7 @@ public class DumpType {
     protected ChecksumsType checksums;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -66,7 +66,7 @@ public class DumpType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -78,7 +78,7 @@ public class DumpType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public int getSize() {
@@ -86,7 +86,7 @@ public class DumpType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(int value) {
@@ -94,7 +94,7 @@ public class DumpType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -106,7 +106,7 @@ public class DumpType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/EVPDType.java b/java/generated/EVPDType.java
index 1b49888..3f72bae 100644
--- a/java/generated/EVPDType.java
+++ b/java/generated/EVPDType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para EVPDType complex type. + *

Java class for EVPDType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="EVPDType">
@@ -62,7 +62,7 @@ public class EVPDType {
     protected Integer page;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -74,7 +74,7 @@ public class EVPDType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -86,7 +86,7 @@ public class EVPDType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -94,7 +94,7 @@ public class EVPDType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -102,7 +102,7 @@ public class EVPDType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -114,7 +114,7 @@ public class EVPDType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -126,7 +126,7 @@ public class EVPDType {
     }
 
     /**
-     * Obtiene el valor de la propiedad page.
+     * Gets the value of the page property.
      * 
      * @return
      *     possible object is
@@ -138,7 +138,7 @@ public class EVPDType {
     }
 
     /**
-     * Define el valor de la propiedad page.
+     * Sets the value of the page property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ExtentType.java b/java/generated/ExtentType.java
index c698e25..11c7881 100644
--- a/java/generated/ExtentType.java
+++ b/java/generated/ExtentType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para ExtentType complex type. + *

Java class for ExtentType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ExtentType">
@@ -47,7 +47,7 @@ public class ExtentType {
     protected int end;
 
     /**
-     * Obtiene el valor de la propiedad start.
+     * Gets the value of the start property.
      * 
      */
     public int getStart() {
@@ -55,7 +55,7 @@ public class ExtentType {
     }
 
     /**
-     * Define el valor de la propiedad start.
+     * Sets the value of the start property.
      * 
      */
     public void setStart(int value) {
@@ -63,7 +63,7 @@ public class ExtentType {
     }
 
     /**
-     * Obtiene el valor de la propiedad end.
+     * Gets the value of the end property.
      * 
      */
     public int getEnd() {
@@ -71,7 +71,7 @@ public class ExtentType {
     }
 
     /**
-     * Define el valor de la propiedad end.
+     * Sets the value of the end property.
      * 
      */
     public void setEnd(int value) {
diff --git a/java/generated/ExtentsType.java b/java/generated/ExtentsType.java
index 791057d..d2a0b3c 100644
--- a/java/generated/ExtentsType.java
+++ b/java/generated/ExtentsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para ExtentsType complex type. + *

Java class for ExtentsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ExtentsType">
diff --git a/java/generated/FileSystemInformationType.java b/java/generated/FileSystemInformationType.java
index 09b3a83..409c75e 100644
--- a/java/generated/FileSystemInformationType.java
+++ b/java/generated/FileSystemInformationType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para FileSystemInformationType complex type. + *

Java class for FileSystemInformationType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="FileSystemInformationType">
diff --git a/java/generated/FileSystemType.java b/java/generated/FileSystemType.java
index 2591b75..6a61b50 100644
--- a/java/generated/FileSystemType.java
+++ b/java/generated/FileSystemType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
 /**
  * Information about a filesystem
  * 
- * 

Clase Java para FileSystemType complex type. + *

Java class for FileSystemType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="FileSystemType">
@@ -124,7 +124,7 @@ public class FileSystemType {
     protected String applicationIdentifier;
 
     /**
-     * Obtiene el valor de la propiedad type.
+     * Gets the value of the type property.
      * 
      * @return
      *     possible object is
@@ -136,7 +136,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad type.
+     * Sets the value of the type property.
      * 
      * @param value
      *     allowed object is
@@ -148,7 +148,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad creationDate.
+     * Gets the value of the creationDate property.
      * 
      * @return
      *     possible object is
@@ -160,7 +160,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad creationDate.
+     * Sets the value of the creationDate property.
      * 
      * @param value
      *     allowed object is
@@ -172,7 +172,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad modificationDate.
+     * Gets the value of the modificationDate property.
      * 
      * @return
      *     possible object is
@@ -184,7 +184,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad modificationDate.
+     * Sets the value of the modificationDate property.
      * 
      * @param value
      *     allowed object is
@@ -196,7 +196,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad backupDate.
+     * Gets the value of the backupDate property.
      * 
      * @return
      *     possible object is
@@ -208,7 +208,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad backupDate.
+     * Sets the value of the backupDate property.
      * 
      * @param value
      *     allowed object is
@@ -220,7 +220,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad clusterSize.
+     * Gets the value of the clusterSize property.
      * 
      */
     public int getClusterSize() {
@@ -228,7 +228,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad clusterSize.
+     * Sets the value of the clusterSize property.
      * 
      */
     public void setClusterSize(int value) {
@@ -236,7 +236,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad clusters.
+     * Gets the value of the clusters property.
      * 
      */
     public long getClusters() {
@@ -244,7 +244,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad clusters.
+     * Sets the value of the clusters property.
      * 
      */
     public void setClusters(long value) {
@@ -252,7 +252,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad files.
+     * Gets the value of the files property.
      * 
      * @return
      *     possible object is
@@ -264,7 +264,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad files.
+     * Sets the value of the files property.
      * 
      * @param value
      *     allowed object is
@@ -276,7 +276,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad bootable.
+     * Gets the value of the bootable property.
      * 
      */
     public boolean isBootable() {
@@ -284,7 +284,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad bootable.
+     * Sets the value of the bootable property.
      * 
      */
     public void setBootable(boolean value) {
@@ -292,7 +292,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad volumeSerial.
+     * Gets the value of the volumeSerial property.
      * 
      * @return
      *     possible object is
@@ -304,7 +304,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad volumeSerial.
+     * Sets the value of the volumeSerial property.
      * 
      * @param value
      *     allowed object is
@@ -316,7 +316,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad volumeName.
+     * Gets the value of the volumeName property.
      * 
      * @return
      *     possible object is
@@ -328,7 +328,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad volumeName.
+     * Sets the value of the volumeName property.
      * 
      * @param value
      *     allowed object is
@@ -340,7 +340,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad freeClusters.
+     * Gets the value of the freeClusters property.
      * 
      * @return
      *     possible object is
@@ -352,7 +352,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad freeClusters.
+     * Sets the value of the freeClusters property.
      * 
      * @param value
      *     allowed object is
@@ -364,7 +364,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dirty.
+     * Gets the value of the dirty property.
      * 
      */
     public boolean isDirty() {
@@ -372,7 +372,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad dirty.
+     * Sets the value of the dirty property.
      * 
      */
     public void setDirty(boolean value) {
@@ -380,7 +380,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad expirationDate.
+     * Gets the value of the expirationDate property.
      * 
      * @return
      *     possible object is
@@ -392,7 +392,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad expirationDate.
+     * Sets the value of the expirationDate property.
      * 
      * @param value
      *     allowed object is
@@ -404,7 +404,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad effectiveDate.
+     * Gets the value of the effectiveDate property.
      * 
      * @return
      *     possible object is
@@ -416,7 +416,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad effectiveDate.
+     * Sets the value of the effectiveDate property.
      * 
      * @param value
      *     allowed object is
@@ -428,7 +428,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad systemIdentifier.
+     * Gets the value of the systemIdentifier property.
      * 
      * @return
      *     possible object is
@@ -440,7 +440,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad systemIdentifier.
+     * Sets the value of the systemIdentifier property.
      * 
      * @param value
      *     allowed object is
@@ -452,7 +452,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad volumeSetIdentifier.
+     * Gets the value of the volumeSetIdentifier property.
      * 
      * @return
      *     possible object is
@@ -464,7 +464,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad volumeSetIdentifier.
+     * Sets the value of the volumeSetIdentifier property.
      * 
      * @param value
      *     allowed object is
@@ -476,7 +476,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad publisherIdentifier.
+     * Gets the value of the publisherIdentifier property.
      * 
      * @return
      *     possible object is
@@ -488,7 +488,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad publisherIdentifier.
+     * Sets the value of the publisherIdentifier property.
      * 
      * @param value
      *     allowed object is
@@ -500,7 +500,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dataPreparerIdentifier.
+     * Gets the value of the dataPreparerIdentifier property.
      * 
      * @return
      *     possible object is
@@ -512,7 +512,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad dataPreparerIdentifier.
+     * Sets the value of the dataPreparerIdentifier property.
      * 
      * @param value
      *     allowed object is
@@ -524,7 +524,7 @@ public class FileSystemType {
     }
 
     /**
-     * Obtiene el valor de la propiedad applicationIdentifier.
+     * Gets the value of the applicationIdentifier property.
      * 
      * @return
      *     possible object is
@@ -536,7 +536,7 @@ public class FileSystemType {
     }
 
     /**
-     * Define el valor de la propiedad applicationIdentifier.
+     * Sets the value of the applicationIdentifier property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/FileSystemsType.java b/java/generated/FileSystemsType.java
index 6abf419..7095c61 100644
--- a/java/generated/FileSystemsType.java
+++ b/java/generated/FileSystemsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para FileSystemsType complex type. + *

Java class for FileSystemsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="FileSystemsType">
diff --git a/java/generated/FileType.java b/java/generated/FileType.java
index 4acb619..001c4c9 100644
--- a/java/generated/FileType.java
+++ b/java/generated/FileType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlValue;
 /**
  * File
  * 
- * 

Clase Java para FileType complex type. + *

Java class for FileType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="FileType">
@@ -46,7 +46,7 @@ public class FileType {
     protected String format;
 
     /**
-     * Obtiene el valor de la propiedad value.
+     * Gets the value of the value property.
      * 
      * @return
      *     possible object is
@@ -58,7 +58,7 @@ public class FileType {
     }
 
     /**
-     * Define el valor de la propiedad value.
+     * Sets the value of the value property.
      * 
      * @param value
      *     allowed object is
@@ -70,7 +70,7 @@ public class FileType {
     }
 
     /**
-     * Obtiene el valor de la propiedad format.
+     * Gets the value of the format property.
      * 
      * @return
      *     possible object is
@@ -82,7 +82,7 @@ public class FileType {
     }
 
     /**
-     * Define el valor de la propiedad format.
+     * Sets the value of the format property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ImageType.java b/java/generated/ImageType.java
index 5b8e82a..bc32d7b 100644
--- a/java/generated/ImageType.java
+++ b/java/generated/ImageType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlValue;
  * File containing track dump, and format, binary, yranib, or audio/video container
  * 			
  * 
- * 

Clase Java para ImageType complex type. + *

Java class for ImageType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ImageType">
@@ -50,7 +50,7 @@ public class ImageType {
     protected Long offset;
 
     /**
-     * Obtiene el valor de la propiedad value.
+     * Gets the value of the value property.
      * 
      * @return
      *     possible object is
@@ -62,7 +62,7 @@ public class ImageType {
     }
 
     /**
-     * Define el valor de la propiedad value.
+     * Sets the value of the value property.
      * 
      * @param value
      *     allowed object is
@@ -74,7 +74,7 @@ public class ImageType {
     }
 
     /**
-     * Obtiene el valor de la propiedad format.
+     * Gets the value of the format property.
      * 
      * @return
      *     possible object is
@@ -86,7 +86,7 @@ public class ImageType {
     }
 
     /**
-     * Define el valor de la propiedad format.
+     * Sets the value of the format property.
      * 
      * @param value
      *     allowed object is
@@ -98,7 +98,7 @@ public class ImageType {
     }
 
     /**
-     * Obtiene el valor de la propiedad offset.
+     * Gets the value of the offset property.
      * 
      * @return
      *     possible object is
@@ -110,7 +110,7 @@ public class ImageType {
     }
 
     /**
-     * Define el valor de la propiedad offset.
+     * Sets the value of the offset property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/KeywordsType.java b/java/generated/KeywordsType.java
index 9b26b9f..01a5211 100644
--- a/java/generated/KeywordsType.java
+++ b/java/generated/KeywordsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para KeywordsType complex type. + *

Java class for KeywordsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="KeywordsType">
diff --git a/java/generated/LanguagesType.java b/java/generated/LanguagesType.java
index 272e1ee..2bc5d4f 100644
--- a/java/generated/LanguagesType.java
+++ b/java/generated/LanguagesType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para LanguagesType complex type. + *

Java class for LanguagesType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="LanguagesType">
diff --git a/java/generated/LayeredTextType.java b/java/generated/LayeredTextType.java
index d087304..cf2e88f 100644
--- a/java/generated/LayeredTextType.java
+++ b/java/generated/LayeredTextType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
 
 
 /**
- * 

Clase Java para LayeredTextType complex type. + *

Java class for LayeredTextType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="LayeredTextType">
@@ -50,7 +50,7 @@ public class LayeredTextType {
     protected Integer layer;
 
     /**
-     * Obtiene el valor de la propiedad value.
+     * Gets the value of the value property.
      * 
      * @return
      *     possible object is
@@ -62,7 +62,7 @@ public class LayeredTextType {
     }
 
     /**
-     * Define el valor de la propiedad value.
+     * Sets the value of the value property.
      * 
      * @param value
      *     allowed object is
@@ -74,7 +74,7 @@ public class LayeredTextType {
     }
 
     /**
-     * Obtiene el valor de la propiedad layer.
+     * Gets the value of the layer property.
      * 
      * @return
      *     possible object is
@@ -86,7 +86,7 @@ public class LayeredTextType {
     }
 
     /**
-     * Define el valor de la propiedad layer.
+     * Sets the value of the layer property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/LayersType.java b/java/generated/LayersType.java
index 4d285c5..ca50a6b 100644
--- a/java/generated/LayersType.java
+++ b/java/generated/LayersType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para LayersType complex type. + *

Java class for LayersType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="LayersType">
@@ -85,7 +85,7 @@ public class LayersType {
     }
 
     /**
-     * Obtiene el valor de la propiedad type.
+     * Gets the value of the type property.
      * 
      * @return
      *     possible object is
@@ -97,7 +97,7 @@ public class LayersType {
     }
 
     /**
-     * Define el valor de la propiedad type.
+     * Sets the value of the type property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/LinearMediaType.java b/java/generated/LinearMediaType.java
index 71646a7..13353ad 100644
--- a/java/generated/LinearMediaType.java
+++ b/java/generated/LinearMediaType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ 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...
  * 
- * 

Clase Java para LinearMediaType complex type. + *

Java class for LinearMediaType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="LinearMediaType">
@@ -109,7 +109,7 @@ public class LinearMediaType {
     protected String copyProtection;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -121,7 +121,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -133,7 +133,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -141,7 +141,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -149,7 +149,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad imageChecksums.
+     * Gets the value of the imageChecksums property.
      * 
      * @return
      *     possible object is
@@ -161,7 +161,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad imageChecksums.
+     * Sets the value of the imageChecksums property.
      * 
      * @param value
      *     allowed object is
@@ -173,7 +173,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -185,7 +185,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -197,7 +197,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad title.
+     * Gets the value of the title property.
      * 
      * @return
      *     possible object is
@@ -209,7 +209,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad title.
+     * Sets the value of the title property.
      * 
      * @param value
      *     allowed object is
@@ -221,7 +221,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sequence.
+     * Gets the value of the sequence property.
      * 
      * @return
      *     possible object is
@@ -233,7 +233,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad sequence.
+     * Sets the value of the sequence property.
      * 
      * @param value
      *     allowed object is
@@ -245,7 +245,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad imageInterleave.
+     * Gets the value of the imageInterleave property.
      * 
      * @return
      *     possible object is
@@ -257,7 +257,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad imageInterleave.
+     * Sets the value of the imageInterleave property.
      * 
      * @param value
      *     allowed object is
@@ -269,7 +269,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad interleave.
+     * Gets the value of the interleave property.
      * 
      * @return
      *     possible object is
@@ -281,7 +281,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad interleave.
+     * Sets the value of the interleave property.
      * 
      * @param value
      *     allowed object is
@@ -293,7 +293,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad manufacturer.
+     * Gets the value of the manufacturer property.
      * 
      * @return
      *     possible object is
@@ -305,7 +305,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad manufacturer.
+     * Sets the value of the manufacturer property.
      * 
      * @param value
      *     allowed object is
@@ -317,7 +317,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad model.
+     * Gets the value of the model property.
      * 
      * @return
      *     possible object is
@@ -329,7 +329,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad model.
+     * Sets the value of the model property.
      * 
      * @param value
      *     allowed object is
@@ -341,7 +341,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad package.
+     * Gets the value of the package property.
      * 
      * @return
      *     possible object is
@@ -353,7 +353,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad package.
+     * Sets the value of the package property.
      * 
      * @param value
      *     allowed object is
@@ -365,7 +365,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad interface.
+     * Gets the value of the interface property.
      * 
      * @return
      *     possible object is
@@ -377,7 +377,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad interface.
+     * Sets the value of the interface property.
      * 
      * @param value
      *     allowed object is
@@ -389,7 +389,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dimensions.
+     * Gets the value of the dimensions property.
      * 
      * @return
      *     possible object is
@@ -401,7 +401,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad dimensions.
+     * Sets the value of the dimensions property.
      * 
      * @param value
      *     allowed object is
@@ -413,7 +413,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scans.
+     * Gets the value of the scans property.
      * 
      * @return
      *     possible object is
@@ -425,7 +425,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad scans.
+     * Sets the value of the scans property.
      * 
      * @param value
      *     allowed object is
@@ -437,7 +437,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dumpHardwareArray.
+     * Gets the value of the dumpHardwareArray property.
      * 
      * @return
      *     possible object is
@@ -449,7 +449,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad dumpHardwareArray.
+     * Sets the value of the dumpHardwareArray property.
      * 
      * @param value
      *     allowed object is
@@ -461,7 +461,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pcmcia.
+     * Gets the value of the pcmcia property.
      * 
      * @return
      *     possible object is
@@ -473,7 +473,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad pcmcia.
+     * Sets the value of the pcmcia property.
      * 
      * @param value
      *     allowed object is
@@ -485,7 +485,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Obtiene el valor de la propiedad copyProtection.
+     * Gets the value of the copyProtection property.
      * 
      * @return
      *     possible object is
@@ -497,7 +497,7 @@ public class LinearMediaType {
     }
 
     /**
-     * Define el valor de la propiedad copyProtection.
+     * Sets the value of the copyProtection property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/MagazineType.java b/java/generated/MagazineType.java
index c5963f1..f64cf2a 100644
--- a/java/generated/MagazineType.java
+++ b/java/generated/MagazineType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
 
 
 /**
- * 

Clase Java para MagazineType complex type. + *

Java class for MagazineType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="MagazineType">
@@ -82,7 +82,7 @@ public class MagazineType {
     protected ScanType scan;
 
     /**
-     * Obtiene el valor de la propiedad barcodes.
+     * Gets the value of the barcodes property.
      * 
      * @return
      *     possible object is
@@ -94,7 +94,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad barcodes.
+     * Sets the value of the barcodes property.
      * 
      * @param value
      *     allowed object is
@@ -106,7 +106,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad cover.
+     * Gets the value of the cover property.
      * 
      * @return
      *     possible object is
@@ -118,7 +118,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad cover.
+     * Sets the value of the cover property.
      * 
      * @param value
      *     allowed object is
@@ -130,7 +130,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad name.
+     * Gets the value of the name property.
      * 
      * @return
      *     possible object is
@@ -142,7 +142,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad name.
+     * Sets the value of the name property.
      * 
      * @param value
      *     allowed object is
@@ -154,7 +154,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad editorial.
+     * Gets the value of the editorial property.
      * 
      * @return
      *     possible object is
@@ -166,7 +166,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad editorial.
+     * Sets the value of the editorial property.
      * 
      * @param value
      *     allowed object is
@@ -178,7 +178,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad publicationDate.
+     * Gets the value of the publicationDate property.
      * 
      * @return
      *     possible object is
@@ -190,7 +190,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad publicationDate.
+     * Sets the value of the publicationDate property.
      * 
      * @param value
      *     allowed object is
@@ -202,7 +202,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad number.
+     * Gets the value of the number property.
      * 
      * @return
      *     possible object is
@@ -214,7 +214,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad number.
+     * Sets the value of the number property.
      * 
      * @param value
      *     allowed object is
@@ -226,7 +226,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad language.
+     * Gets the value of the language property.
      * 
      * @return
      *     possible object is
@@ -238,7 +238,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad language.
+     * Sets the value of the language property.
      * 
      * @param value
      *     allowed object is
@@ -250,7 +250,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pages.
+     * Gets the value of the pages property.
      * 
      * @return
      *     possible object is
@@ -262,7 +262,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad pages.
+     * Sets the value of the pages property.
      * 
      * @param value
      *     allowed object is
@@ -274,7 +274,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pageSize.
+     * Gets the value of the pageSize property.
      * 
      * @return
      *     possible object is
@@ -286,7 +286,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad pageSize.
+     * Sets the value of the pageSize property.
      * 
      * @param value
      *     allowed object is
@@ -298,7 +298,7 @@ public class MagazineType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scan.
+     * Gets the value of the scan property.
      * 
      * @return
      *     possible object is
@@ -310,7 +310,7 @@ public class MagazineType {
     }
 
     /**
-     * Define el valor de la propiedad scan.
+     * Sets the value of the scan property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/MediaScanType.java b/java/generated/MediaScanType.java
index 419da17..1217fbb 100644
--- a/java/generated/MediaScanType.java
+++ b/java/generated/MediaScanType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para MediaScanType complex type. + *

Java class for MediaScanType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="MediaScanType">
@@ -58,7 +58,7 @@ public class MediaScanType {
     protected ScanType scan;
 
     /**
-     * Obtiene el valor de la propiedad mediaScanElement.
+     * Gets the value of the mediaScanElement property.
      * 
      * @return
      *     possible object is
@@ -70,7 +70,7 @@ public class MediaScanType {
     }
 
     /**
-     * Define el valor de la propiedad mediaScanElement.
+     * Sets the value of the mediaScanElement property.
      * 
      * @param value
      *     allowed object is
@@ -82,7 +82,7 @@ public class MediaScanType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scan.
+     * Gets the value of the scan property.
      * 
      * @return
      *     possible object is
@@ -94,7 +94,7 @@ public class MediaScanType {
     }
 
     /**
-     * Define el valor de la propiedad scan.
+     * Sets the value of the scan property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/OCRType.java b/java/generated/OCRType.java
index d9e98c1..9bb1052 100644
--- a/java/generated/OCRType.java
+++ b/java/generated/OCRType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para OCRType complex type. + *

Java class for OCRType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="OCRType">
@@ -55,7 +55,7 @@ public class OCRType {
     protected LanguagesType language;
 
     /**
-     * Obtiene el valor de la propiedad author.
+     * Gets the value of the author property.
      * 
      * @return
      *     possible object is
@@ -67,7 +67,7 @@ public class OCRType {
     }
 
     /**
-     * Define el valor de la propiedad author.
+     * Sets the value of the author property.
      * 
      * @param value
      *     allowed object is
@@ -79,7 +79,7 @@ public class OCRType {
     }
 
     /**
-     * Obtiene el valor de la propiedad software.
+     * Gets the value of the software property.
      * 
      * @return
      *     possible object is
@@ -91,7 +91,7 @@ public class OCRType {
     }
 
     /**
-     * Define el valor de la propiedad software.
+     * Sets the value of the software property.
      * 
      * @param value
      *     allowed object is
@@ -103,7 +103,7 @@ public class OCRType {
     }
 
     /**
-     * Obtiene el valor de la propiedad softwareVersion.
+     * Gets the value of the softwareVersion property.
      * 
      * @return
      *     possible object is
@@ -115,7 +115,7 @@ public class OCRType {
     }
 
     /**
-     * Define el valor de la propiedad softwareVersion.
+     * Sets the value of the softwareVersion property.
      * 
      * @param value
      *     allowed object is
@@ -127,7 +127,7 @@ public class OCRType {
     }
 
     /**
-     * Obtiene el valor de la propiedad language.
+     * Gets the value of the language property.
      * 
      * @return
      *     possible object is
@@ -139,7 +139,7 @@ public class OCRType {
     }
 
     /**
-     * Define el valor de la propiedad language.
+     * Sets the value of the language property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ObjectFactory.java b/java/generated/ObjectFactory.java
index a1a32f4..b6249df 100644
--- a/java/generated/ObjectFactory.java
+++ b/java/generated/ObjectFactory.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
diff --git a/java/generated/OpticalDiscType.java b/java/generated/OpticalDiscType.java
index 4615312..cebf003 100644
--- a/java/generated/OpticalDiscType.java
+++ b/java/generated/OpticalDiscType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para OpticalDiscType complex type. + *

Java class for OpticalDiscType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="OpticalDiscType">
@@ -213,7 +213,7 @@ public class OpticalDiscType {
     protected DumpHardwareArrayType dumpHardwareArray;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -225,7 +225,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -237,7 +237,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -245,7 +245,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -253,7 +253,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sequence.
+     * Gets the value of the sequence property.
      * 
      * @return
      *     possible object is
@@ -265,7 +265,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad sequence.
+     * Sets the value of the sequence property.
      * 
      * @param value
      *     allowed object is
@@ -277,7 +277,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad layers.
+     * Gets the value of the layers property.
      * 
      * @return
      *     possible object is
@@ -289,7 +289,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad layers.
+     * Sets the value of the layers property.
      * 
      * @param value
      *     allowed object is
@@ -301,7 +301,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -313,7 +313,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -470,7 +470,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad discType.
+     * Gets the value of the discType property.
      * 
      * @return
      *     possible object is
@@ -482,7 +482,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad discType.
+     * Sets the value of the discType property.
      * 
      * @param value
      *     allowed object is
@@ -494,7 +494,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad discSubType.
+     * Gets the value of the discSubType property.
      * 
      * @return
      *     possible object is
@@ -506,7 +506,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad discSubType.
+     * Sets the value of the discSubType property.
      * 
      * @param value
      *     allowed object is
@@ -518,7 +518,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad offset.
+     * Gets the value of the offset property.
      * 
      * @return
      *     possible object is
@@ -530,7 +530,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad offset.
+     * Sets the value of the offset property.
      * 
      * @param value
      *     allowed object is
@@ -571,7 +571,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sessions.
+     * Gets the value of the sessions property.
      * 
      */
     public int getSessions() {
@@ -579,7 +579,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad sessions.
+     * Sets the value of the sessions property.
      * 
      */
     public void setSessions(int value) {
@@ -587,7 +587,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad copyProtection.
+     * Gets the value of the copyProtection property.
      * 
      * @return
      *     possible object is
@@ -599,7 +599,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad copyProtection.
+     * Sets the value of the copyProtection property.
      * 
      * @param value
      *     allowed object is
@@ -611,7 +611,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dimensions.
+     * Gets the value of the dimensions property.
      * 
      * @return
      *     possible object is
@@ -623,7 +623,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad dimensions.
+     * Sets the value of the dimensions property.
      * 
      * @param value
      *     allowed object is
@@ -635,7 +635,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad case.
+     * Gets the value of the case property.
      * 
      * @return
      *     possible object is
@@ -647,7 +647,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad case.
+     * Sets the value of the case property.
      * 
      * @param value
      *     allowed object is
@@ -659,7 +659,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scans.
+     * Gets the value of the scans property.
      * 
      * @return
      *     possible object is
@@ -671,7 +671,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad scans.
+     * Sets the value of the scans property.
      * 
      * @param value
      *     allowed object is
@@ -683,7 +683,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pfi.
+     * Gets the value of the pfi property.
      * 
      * @return
      *     possible object is
@@ -695,7 +695,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad pfi.
+     * Sets the value of the pfi property.
      * 
      * @param value
      *     allowed object is
@@ -707,7 +707,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dmi.
+     * Gets the value of the dmi property.
      * 
      * @return
      *     possible object is
@@ -719,7 +719,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad dmi.
+     * Sets the value of the dmi property.
      * 
      * @param value
      *     allowed object is
@@ -731,7 +731,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad cmi.
+     * Gets the value of the cmi property.
      * 
      * @return
      *     possible object is
@@ -743,7 +743,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad cmi.
+     * Sets the value of the cmi property.
      * 
      * @param value
      *     allowed object is
@@ -755,7 +755,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad bca.
+     * Gets the value of the bca property.
      * 
      * @return
      *     possible object is
@@ -767,7 +767,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad bca.
+     * Sets the value of the bca property.
      * 
      * @param value
      *     allowed object is
@@ -779,7 +779,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad atip.
+     * Gets the value of the atip property.
      * 
      * @return
      *     possible object is
@@ -791,7 +791,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad atip.
+     * Sets the value of the atip property.
      * 
      * @param value
      *     allowed object is
@@ -803,7 +803,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad adip.
+     * Gets the value of the adip property.
      * 
      * @return
      *     possible object is
@@ -815,7 +815,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad adip.
+     * Sets the value of the adip property.
      * 
      * @param value
      *     allowed object is
@@ -827,7 +827,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pma.
+     * Gets the value of the pma property.
      * 
      * @return
      *     possible object is
@@ -839,7 +839,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad pma.
+     * Sets the value of the pma property.
      * 
      * @param value
      *     allowed object is
@@ -851,7 +851,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dds.
+     * Gets the value of the dds property.
      * 
      * @return
      *     possible object is
@@ -863,7 +863,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad dds.
+     * Sets the value of the dds property.
      * 
      * @param value
      *     allowed object is
@@ -875,7 +875,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sai.
+     * Gets the value of the sai property.
      * 
      * @return
      *     possible object is
@@ -887,7 +887,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad sai.
+     * Sets the value of the sai property.
      * 
      * @param value
      *     allowed object is
@@ -899,7 +899,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad lastRMD.
+     * Gets the value of the lastRMD property.
      * 
      * @return
      *     possible object is
@@ -911,7 +911,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad lastRMD.
+     * Sets the value of the lastRMD property.
      * 
      * @param value
      *     allowed object is
@@ -923,7 +923,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pri.
+     * Gets the value of the pri property.
      * 
      * @return
      *     possible object is
@@ -935,7 +935,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad pri.
+     * Sets the value of the pri property.
      * 
      * @param value
      *     allowed object is
@@ -947,7 +947,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad mediaID.
+     * Gets the value of the mediaID property.
      * 
      * @return
      *     possible object is
@@ -959,7 +959,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad mediaID.
+     * Sets the value of the mediaID property.
      * 
      * @param value
      *     allowed object is
@@ -971,7 +971,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pfir.
+     * Gets the value of the pfir property.
      * 
      * @return
      *     possible object is
@@ -983,7 +983,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad pfir.
+     * Sets the value of the pfir property.
      * 
      * @param value
      *     allowed object is
@@ -995,7 +995,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dcb.
+     * Gets the value of the dcb property.
      * 
      * @return
      *     possible object is
@@ -1007,7 +1007,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad dcb.
+     * Sets the value of the dcb property.
      * 
      * @param value
      *     allowed object is
@@ -1019,7 +1019,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad di.
+     * Gets the value of the di property.
      * 
      * @return
      *     possible object is
@@ -1031,7 +1031,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad di.
+     * Sets the value of the di property.
      * 
      * @param value
      *     allowed object is
@@ -1043,7 +1043,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pac.
+     * Gets the value of the pac property.
      * 
      * @return
      *     possible object is
@@ -1055,7 +1055,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad pac.
+     * Sets the value of the pac property.
      * 
      * @param value
      *     allowed object is
@@ -1067,7 +1067,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad toc.
+     * Gets the value of the toc property.
      * 
      * @return
      *     possible object is
@@ -1079,7 +1079,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad toc.
+     * Sets the value of the toc property.
      * 
      * @param value
      *     allowed object is
@@ -1091,7 +1091,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad leadInCdText.
+     * Gets the value of the leadInCdText property.
      * 
      * @return
      *     possible object is
@@ -1103,7 +1103,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad leadInCdText.
+     * Sets the value of the leadInCdText property.
      * 
      * @param value
      *     allowed object is
@@ -1173,7 +1173,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad xboxSecuritySectors.
+     * Gets the value of the xboxSecuritySectors property.
      * 
      * @return
      *     possible object is
@@ -1185,7 +1185,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad xboxSecuritySectors.
+     * Sets the value of the xboxSecuritySectors property.
      * 
      * @param value
      *     allowed object is
@@ -1197,7 +1197,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad ps3Encryption.
+     * Gets the value of the ps3Encryption property.
      * 
      * @return
      *     possible object is
@@ -1209,7 +1209,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad ps3Encryption.
+     * Sets the value of the ps3Encryption property.
      * 
      * @param value
      *     allowed object is
@@ -1250,7 +1250,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Obtiene el valor de la propiedad dumpHardwareArray.
+     * Gets the value of the dumpHardwareArray property.
      * 
      * @return
      *     possible object is
@@ -1262,7 +1262,7 @@ public class OpticalDiscType {
     }
 
     /**
-     * Define el valor de la propiedad dumpHardwareArray.
+     * Sets the value of the dumpHardwareArray property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/PCIType.java b/java/generated/PCIType.java
index 592d6f0..c240867 100644
--- a/java/generated/PCIType.java
+++ b/java/generated/PCIType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Contains PCI/PCI-X/PCIe card information
  * 
- * 

Clase Java para PCIType complex type. + *

Java class for PCIType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="PCIType">
@@ -71,7 +71,7 @@ public class PCIType {
     protected LinearMediaType expansionROM;
 
     /**
-     * Obtiene el valor de la propiedad vendorID.
+     * Gets the value of the vendorID property.
      * 
      */
     public int getVendorID() {
@@ -79,7 +79,7 @@ public class PCIType {
     }
 
     /**
-     * Define el valor de la propiedad vendorID.
+     * Sets the value of the vendorID property.
      * 
      */
     public void setVendorID(int value) {
@@ -87,7 +87,7 @@ public class PCIType {
     }
 
     /**
-     * Obtiene el valor de la propiedad deviceID.
+     * Gets the value of the deviceID property.
      * 
      */
     public int getDeviceID() {
@@ -95,7 +95,7 @@ public class PCIType {
     }
 
     /**
-     * Define el valor de la propiedad deviceID.
+     * Sets the value of the deviceID property.
      * 
      */
     public void setDeviceID(int value) {
@@ -103,7 +103,7 @@ public class PCIType {
     }
 
     /**
-     * Obtiene el valor de la propiedad configuration.
+     * Gets the value of the configuration property.
      * 
      * @return
      *     possible object is
@@ -115,7 +115,7 @@ public class PCIType {
     }
 
     /**
-     * Define el valor de la propiedad configuration.
+     * Sets the value of the configuration property.
      * 
      * @param value
      *     allowed object is
@@ -127,7 +127,7 @@ public class PCIType {
     }
 
     /**
-     * Obtiene el valor de la propiedad expansionROM.
+     * Gets the value of the expansionROM property.
      * 
      * @return
      *     possible object is
@@ -139,7 +139,7 @@ public class PCIType {
     }
 
     /**
-     * Define el valor de la propiedad expansionROM.
+     * Sets the value of the expansionROM property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/PCMCIAType.java b/java/generated/PCMCIAType.java
index 6ce919a..31744b5 100644
--- a/java/generated/PCMCIAType.java
+++ b/java/generated/PCMCIAType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -20,9 +20,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Contains PCMCIA card information
  * 
- * 

Clase Java para PCMCIAType complex type. + *

Java class for PCMCIAType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="PCMCIAType">
@@ -74,7 +74,7 @@ public class PCMCIAType {
     protected List additionalInformation;
 
     /**
-     * Obtiene el valor de la propiedad cis.
+     * Gets the value of the cis property.
      * 
      * @return
      *     possible object is
@@ -86,7 +86,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Define el valor de la propiedad cis.
+     * Sets the value of the cis property.
      * 
      * @param value
      *     allowed object is
@@ -98,7 +98,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Obtiene el valor de la propiedad compliance.
+     * Gets the value of the compliance property.
      * 
      * @return
      *     possible object is
@@ -110,7 +110,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Define el valor de la propiedad compliance.
+     * Sets the value of the compliance property.
      * 
      * @param value
      *     allowed object is
@@ -122,7 +122,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Obtiene el valor de la propiedad manufacturerCode.
+     * Gets the value of the manufacturerCode property.
      * 
      * @return
      *     possible object is
@@ -134,7 +134,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Define el valor de la propiedad manufacturerCode.
+     * Sets the value of the manufacturerCode property.
      * 
      * @param value
      *     allowed object is
@@ -146,7 +146,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Obtiene el valor de la propiedad cardCode.
+     * Gets the value of the cardCode property.
      * 
      * @return
      *     possible object is
@@ -158,7 +158,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Define el valor de la propiedad cardCode.
+     * Sets the value of the cardCode property.
      * 
      * @param value
      *     allowed object is
@@ -170,7 +170,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Obtiene el valor de la propiedad manufacturer.
+     * Gets the value of the manufacturer property.
      * 
      * @return
      *     possible object is
@@ -182,7 +182,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Define el valor de la propiedad manufacturer.
+     * Sets the value of the manufacturer property.
      * 
      * @param value
      *     allowed object is
@@ -194,7 +194,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Obtiene el valor de la propiedad productName.
+     * Gets the value of the productName property.
      * 
      * @return
      *     possible object is
@@ -206,7 +206,7 @@ public class PCMCIAType {
     }
 
     /**
-     * Define el valor de la propiedad productName.
+     * Sets the value of the productName property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/PS3EncryptionType.java b/java/generated/PS3EncryptionType.java
index 8209858..0283f60 100644
--- a/java/generated/PS3EncryptionType.java
+++ b/java/generated/PS3EncryptionType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para PS3EncryptionType complex type. + *

Java class for PS3EncryptionType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="PS3EncryptionType">
@@ -47,7 +47,7 @@ public class PS3EncryptionType {
     protected String serial;
 
     /**
-     * Obtiene el valor de la propiedad key.
+     * Gets the value of the key property.
      * 
      * @return
      *     possible object is
@@ -59,7 +59,7 @@ public class PS3EncryptionType {
     }
 
     /**
-     * Define el valor de la propiedad key.
+     * Sets the value of the key property.
      * 
      * @param value
      *     allowed object is
@@ -71,7 +71,7 @@ public class PS3EncryptionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad serial.
+     * Gets the value of the serial property.
      * 
      * @return
      *     possible object is
@@ -83,7 +83,7 @@ public class PS3EncryptionType {
     }
 
     /**
-     * Define el valor de la propiedad serial.
+     * Sets the value of the serial property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/PartitionType.java b/java/generated/PartitionType.java
index 4858b94..b514b0f 100644
--- a/java/generated/PartitionType.java
+++ b/java/generated/PartitionType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para PartitionType complex type. + *

Java class for PartitionType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="PartitionType">
@@ -73,7 +73,7 @@ public class PartitionType {
     protected FileSystemsType fileSystems;
 
     /**
-     * Obtiene el valor de la propiedad sequence.
+     * Gets the value of the sequence property.
      * 
      */
     public int getSequence() {
@@ -81,7 +81,7 @@ public class PartitionType {
     }
 
     /**
-     * Define el valor de la propiedad sequence.
+     * Sets the value of the sequence property.
      * 
      */
     public void setSequence(int value) {
@@ -89,7 +89,7 @@ public class PartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad name.
+     * Gets the value of the name property.
      * 
      * @return
      *     possible object is
@@ -101,7 +101,7 @@ public class PartitionType {
     }
 
     /**
-     * Define el valor de la propiedad name.
+     * Sets the value of the name property.
      * 
      * @param value
      *     allowed object is
@@ -113,7 +113,7 @@ public class PartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad type.
+     * Gets the value of the type property.
      * 
      * @return
      *     possible object is
@@ -125,7 +125,7 @@ public class PartitionType {
     }
 
     /**
-     * Define el valor de la propiedad type.
+     * Sets the value of the type property.
      * 
      * @param value
      *     allowed object is
@@ -137,7 +137,7 @@ public class PartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad startSector.
+     * Gets the value of the startSector property.
      * 
      */
     public int getStartSector() {
@@ -145,7 +145,7 @@ public class PartitionType {
     }
 
     /**
-     * Define el valor de la propiedad startSector.
+     * Sets the value of the startSector property.
      * 
      */
     public void setStartSector(int value) {
@@ -153,7 +153,7 @@ public class PartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad endSector.
+     * Gets the value of the endSector property.
      * 
      */
     public int getEndSector() {
@@ -161,7 +161,7 @@ public class PartitionType {
     }
 
     /**
-     * Define el valor de la propiedad endSector.
+     * Sets the value of the endSector property.
      * 
      */
     public void setEndSector(int value) {
@@ -169,7 +169,7 @@ public class PartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad description.
+     * Gets the value of the description property.
      * 
      * @return
      *     possible object is
@@ -181,7 +181,7 @@ public class PartitionType {
     }
 
     /**
-     * Define el valor de la propiedad description.
+     * Sets the value of the description property.
      * 
      * @param value
      *     allowed object is
@@ -193,7 +193,7 @@ public class PartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad fileSystems.
+     * Gets the value of the fileSystems property.
      * 
      * @return
      *     possible object is
@@ -205,7 +205,7 @@ public class PartitionType {
     }
 
     /**
-     * Define el valor de la propiedad fileSystems.
+     * Sets the value of the fileSystems property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/RecordingType.java b/java/generated/RecordingType.java
index a2c8181..6c467ca 100644
--- a/java/generated/RecordingType.java
+++ b/java/generated/RecordingType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
 
 
 /**
- * 

Clase Java para RecordingType complex type. + *

Java class for RecordingType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="RecordingType">
@@ -141,7 +141,7 @@ public class RecordingType {
     protected CoordinatesType coordinates;
 
     /**
-     * Obtiene el valor de la propiedad broadcaster.
+     * Gets the value of the broadcaster property.
      * 
      * @return
      *     possible object is
@@ -153,7 +153,7 @@ public class RecordingType {
     }
 
     /**
-     * Define el valor de la propiedad broadcaster.
+     * Sets the value of the broadcaster property.
      * 
      * @param value
      *     allowed object is
@@ -165,7 +165,7 @@ public class RecordingType {
     }
 
     /**
-     * Obtiene el valor de la propiedad broadcastPlatform.
+     * Gets the value of the broadcastPlatform property.
      * 
      * @return
      *     possible object is
@@ -177,7 +177,7 @@ public class RecordingType {
     }
 
     /**
-     * Define el valor de la propiedad broadcastPlatform.
+     * Sets the value of the broadcastPlatform property.
      * 
      * @param value
      *     allowed object is
@@ -189,7 +189,7 @@ public class RecordingType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sourceFormat.
+     * Gets the value of the sourceFormat property.
      * 
      * @return
      *     possible object is
@@ -201,7 +201,7 @@ public class RecordingType {
     }
 
     /**
-     * Define el valor de la propiedad sourceFormat.
+     * Sets the value of the sourceFormat property.
      * 
      * @param value
      *     allowed object is
@@ -213,7 +213,7 @@ public class RecordingType {
     }
 
     /**
-     * Obtiene el valor de la propiedad timestamp.
+     * Gets the value of the timestamp property.
      * 
      * @return
      *     possible object is
@@ -225,7 +225,7 @@ public class RecordingType {
     }
 
     /**
-     * Define el valor de la propiedad timestamp.
+     * Sets the value of the timestamp property.
      * 
      * @param value
      *     allowed object is
@@ -266,7 +266,7 @@ public class RecordingType {
     }
 
     /**
-     * Obtiene el valor de la propiedad coordinates.
+     * Gets the value of the coordinates property.
      * 
      * @return
      *     possible object is
@@ -278,7 +278,7 @@ public class RecordingType {
     }
 
     /**
-     * Define el valor de la propiedad coordinates.
+     * Sets the value of the coordinates property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/RequiredOperatingSystemType.java b/java/generated/RequiredOperatingSystemType.java
index 6e032a1..3958e5e 100644
--- a/java/generated/RequiredOperatingSystemType.java
+++ b/java/generated/RequiredOperatingSystemType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para RequiredOperatingSystemType complex type. + *

Java class for RequiredOperatingSystemType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="RequiredOperatingSystemType">
@@ -49,7 +49,7 @@ public class RequiredOperatingSystemType {
     protected List version;
 
     /**
-     * Obtiene el valor de la propiedad name.
+     * Gets the value of the name property.
      * 
      * @return
      *     possible object is
@@ -61,7 +61,7 @@ public class RequiredOperatingSystemType {
     }
 
     /**
-     * Define el valor de la propiedad name.
+     * Sets the value of the name property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/RequiredOperatingSystemsType.java b/java/generated/RequiredOperatingSystemsType.java
index 2f3b4a5..d2ff244 100644
--- a/java/generated/RequiredOperatingSystemsType.java
+++ b/java/generated/RequiredOperatingSystemsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para RequiredOperatingSystemsType complex type. + *

Java class for RequiredOperatingSystemsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="RequiredOperatingSystemsType">
diff --git a/java/generated/SCSIType.java b/java/generated/SCSIType.java
index f89a18c..8d641d4 100644
--- a/java/generated/SCSIType.java
+++ b/java/generated/SCSIType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Contains SCSI device information
  * 
- * 

Clase Java para SCSIType complex type. + *

Java class for SCSIType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SCSIType">
@@ -63,7 +63,7 @@ public class SCSIType {
     protected DumpType logSense;
 
     /**
-     * Obtiene el valor de la propiedad inquiry.
+     * Gets the value of the inquiry property.
      * 
      * @return
      *     possible object is
@@ -75,7 +75,7 @@ public class SCSIType {
     }
 
     /**
-     * Define el valor de la propiedad inquiry.
+     * Sets the value of the inquiry property.
      * 
      * @param value
      *     allowed object is
@@ -116,7 +116,7 @@ public class SCSIType {
     }
 
     /**
-     * Obtiene el valor de la propiedad modeSense.
+     * Gets the value of the modeSense property.
      * 
      * @return
      *     possible object is
@@ -128,7 +128,7 @@ public class SCSIType {
     }
 
     /**
-     * Define el valor de la propiedad modeSense.
+     * Sets the value of the modeSense property.
      * 
      * @param value
      *     allowed object is
@@ -140,7 +140,7 @@ public class SCSIType {
     }
 
     /**
-     * Obtiene el valor de la propiedad modeSense10.
+     * Gets the value of the modeSense10 property.
      * 
      * @return
      *     possible object is
@@ -152,7 +152,7 @@ public class SCSIType {
     }
 
     /**
-     * Define el valor de la propiedad modeSense10.
+     * Sets the value of the modeSense10 property.
      * 
      * @param value
      *     allowed object is
@@ -164,7 +164,7 @@ public class SCSIType {
     }
 
     /**
-     * Obtiene el valor de la propiedad logSense.
+     * Gets the value of the logSense property.
      * 
      * @return
      *     possible object is
@@ -176,7 +176,7 @@ public class SCSIType {
     }
 
     /**
-     * Define el valor de la propiedad logSense.
+     * Sets the value of the logSense property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ScanProcessingType.java b/java/generated/ScanProcessingType.java
index 2cbd649..5a1e96f 100644
--- a/java/generated/ScanProcessingType.java
+++ b/java/generated/ScanProcessingType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
  * Information about any scan processing done
  * 			
  * 
- * 

Clase Java para ScanProcessingType complex type. + *

Java class for ScanProcessingType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ScanProcessingType">
@@ -54,7 +54,7 @@ public class ScanProcessingType {
     protected String softwareVersion;
 
     /**
-     * Obtiene el valor de la propiedad author.
+     * Gets the value of the author property.
      * 
      * @return
      *     possible object is
@@ -66,7 +66,7 @@ public class ScanProcessingType {
     }
 
     /**
-     * Define el valor de la propiedad author.
+     * Sets the value of the author property.
      * 
      * @param value
      *     allowed object is
@@ -78,7 +78,7 @@ public class ScanProcessingType {
     }
 
     /**
-     * Obtiene el valor de la propiedad software.
+     * Gets the value of the software property.
      * 
      * @return
      *     possible object is
@@ -90,7 +90,7 @@ public class ScanProcessingType {
     }
 
     /**
-     * Define el valor de la propiedad software.
+     * Sets the value of the software property.
      * 
      * @param value
      *     allowed object is
@@ -102,7 +102,7 @@ public class ScanProcessingType {
     }
 
     /**
-     * Obtiene el valor de la propiedad softwareVersion.
+     * Gets the value of the softwareVersion property.
      * 
      * @return
      *     possible object is
@@ -114,7 +114,7 @@ public class ScanProcessingType {
     }
 
     /**
-     * Define el valor de la propiedad softwareVersion.
+     * Sets the value of the softwareVersion property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ScanType.java b/java/generated/ScanType.java
index 4a72542..cdd8ceb 100644
--- a/java/generated/ScanType.java
+++ b/java/generated/ScanType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para ScanType complex type. + *

Java class for ScanType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ScanType">
@@ -61,7 +61,7 @@ public class ScanType {
     protected List ocr;
 
     /**
-     * Obtiene el valor de la propiedad file.
+     * Gets the value of the file property.
      * 
      * @return
      *     possible object is
@@ -73,7 +73,7 @@ public class ScanType {
     }
 
     /**
-     * Define el valor de la propiedad file.
+     * Sets the value of the file property.
      * 
      * @param value
      *     allowed object is
@@ -85,7 +85,7 @@ public class ScanType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -97,7 +97,7 @@ public class ScanType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ScannerType.java b/java/generated/ScannerType.java
index 527a704..48fc71f 100644
--- a/java/generated/ScannerType.java
+++ b/java/generated/ScannerType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Information about scanning
  * 
- * 

Clase Java para ScannerType complex type. + *

Java class for ScannerType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ScannerType">
@@ -65,7 +65,7 @@ public class ScannerType {
     protected String softwareVersion;
 
     /**
-     * Obtiene el valor de la propiedad author.
+     * Gets the value of the author property.
      * 
      * @return
      *     possible object is
@@ -77,7 +77,7 @@ public class ScannerType {
     }
 
     /**
-     * Define el valor de la propiedad author.
+     * Sets the value of the author property.
      * 
      * @param value
      *     allowed object is
@@ -89,7 +89,7 @@ public class ScannerType {
     }
 
     /**
-     * Obtiene el valor de la propiedad manufacturer.
+     * Gets the value of the manufacturer property.
      * 
      * @return
      *     possible object is
@@ -101,7 +101,7 @@ public class ScannerType {
     }
 
     /**
-     * Define el valor de la propiedad manufacturer.
+     * Sets the value of the manufacturer property.
      * 
      * @param value
      *     allowed object is
@@ -113,7 +113,7 @@ public class ScannerType {
     }
 
     /**
-     * Obtiene el valor de la propiedad model.
+     * Gets the value of the model property.
      * 
      * @return
      *     possible object is
@@ -125,7 +125,7 @@ public class ScannerType {
     }
 
     /**
-     * Define el valor de la propiedad model.
+     * Sets the value of the model property.
      * 
      * @param value
      *     allowed object is
@@ -137,7 +137,7 @@ public class ScannerType {
     }
 
     /**
-     * Obtiene el valor de la propiedad serial.
+     * Gets the value of the serial property.
      * 
      * @return
      *     possible object is
@@ -149,7 +149,7 @@ public class ScannerType {
     }
 
     /**
-     * Define el valor de la propiedad serial.
+     * Sets the value of the serial property.
      * 
      * @param value
      *     allowed object is
@@ -161,7 +161,7 @@ public class ScannerType {
     }
 
     /**
-     * Obtiene el valor de la propiedad software.
+     * Gets the value of the software property.
      * 
      * @return
      *     possible object is
@@ -173,7 +173,7 @@ public class ScannerType {
     }
 
     /**
-     * Define el valor de la propiedad software.
+     * Sets the value of the software property.
      * 
      * @param value
      *     allowed object is
@@ -185,7 +185,7 @@ public class ScannerType {
     }
 
     /**
-     * Obtiene el valor de la propiedad softwareVersion.
+     * Gets the value of the softwareVersion property.
      * 
      * @return
      *     possible object is
@@ -197,7 +197,7 @@ public class ScannerType {
     }
 
     /**
-     * Define el valor de la propiedad softwareVersion.
+     * Sets the value of the softwareVersion property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/ScansType.java b/java/generated/ScansType.java
index 121145f..3323a67 100644
--- a/java/generated/ScansType.java
+++ b/java/generated/ScansType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para ScansType complex type. + *

Java class for ScansType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="ScansType">
@@ -47,7 +47,7 @@ public class ScansType {
     protected MediaScanType scan;
 
     /**
-     * Obtiene el valor de la propiedad caseScan.
+     * Gets the value of the caseScan property.
      * 
      * @return
      *     possible object is
@@ -59,7 +59,7 @@ public class ScansType {
     }
 
     /**
-     * Define el valor de la propiedad caseScan.
+     * Sets the value of the caseScan property.
      * 
      * @param value
      *     allowed object is
@@ -71,7 +71,7 @@ public class ScansType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scan.
+     * Gets the value of the scan property.
      * 
      * @return
      *     possible object is
@@ -83,7 +83,7 @@ public class ScansType {
     }
 
     /**
-     * Define el valor de la propiedad scan.
+     * Sets the value of the scan property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/SectorsType.java b/java/generated/SectorsType.java
index f59906a..781a393 100644
--- a/java/generated/SectorsType.java
+++ b/java/generated/SectorsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
 
 
 /**
- * 

Clase Java para SectorsType complex type. + *

Java class for SectorsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SectorsType">
@@ -44,7 +44,7 @@ public class SectorsType {
     protected Integer layer;
 
     /**
-     * Obtiene el valor de la propiedad value.
+     * Gets the value of the value property.
      * 
      */
     public long getValue() {
@@ -52,7 +52,7 @@ public class SectorsType {
     }
 
     /**
-     * Define el valor de la propiedad value.
+     * Sets the value of the value property.
      * 
      */
     public void setValue(long value) {
@@ -60,7 +60,7 @@ public class SectorsType {
     }
 
     /**
-     * Obtiene el valor de la propiedad layer.
+     * Gets the value of the layer property.
      * 
      * @return
      *     possible object is
@@ -72,7 +72,7 @@ public class SectorsType {
     }
 
     /**
-     * Define el valor de la propiedad layer.
+     * Sets the value of the layer property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/SecureDigitalType.java b/java/generated/SecureDigitalType.java
index 0f82ad6..559f046 100644
--- a/java/generated/SecureDigitalType.java
+++ b/java/generated/SecureDigitalType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Contains SD/MMC device information
  * 
- * 

Clase Java para SecureDigitalType complex type. + *

Java class for SecureDigitalType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SecureDigitalType">
@@ -53,7 +53,7 @@ public class SecureDigitalType {
     protected DumpType extendedCSD;
 
     /**
-     * Obtiene el valor de la propiedad cid.
+     * Gets the value of the cid property.
      * 
      * @return
      *     possible object is
@@ -65,7 +65,7 @@ public class SecureDigitalType {
     }
 
     /**
-     * Define el valor de la propiedad cid.
+     * Sets the value of the cid property.
      * 
      * @param value
      *     allowed object is
@@ -77,7 +77,7 @@ public class SecureDigitalType {
     }
 
     /**
-     * Obtiene el valor de la propiedad csd.
+     * Gets the value of the csd property.
      * 
      * @return
      *     possible object is
@@ -89,7 +89,7 @@ public class SecureDigitalType {
     }
 
     /**
-     * Define el valor de la propiedad csd.
+     * Sets the value of the csd property.
      * 
      * @param value
      *     allowed object is
@@ -101,7 +101,7 @@ public class SecureDigitalType {
     }
 
     /**
-     * Obtiene el valor de la propiedad extendedCSD.
+     * Gets the value of the extendedCSD property.
      * 
      * @return
      *     possible object is
@@ -113,7 +113,7 @@ public class SecureDigitalType {
     }
 
     /**
-     * Define el valor de la propiedad extendedCSD.
+     * Sets the value of the extendedCSD property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/SecuritySectorsType.java b/java/generated/SecuritySectorsType.java
index 9333b0f..38c7c1b 100644
--- a/java/generated/SecuritySectorsType.java
+++ b/java/generated/SecuritySectorsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
  * Start and end of XGD's security sectors
  * 			
  * 
- * 

Clase Java para SecuritySectorsType complex type. + *

Java class for SecuritySectorsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SecuritySectorsType">
@@ -50,7 +50,7 @@ public class SecuritySectorsType {
     protected long end;
 
     /**
-     * Obtiene el valor de la propiedad start.
+     * Gets the value of the start property.
      * 
      */
     public long getStart() {
@@ -58,7 +58,7 @@ public class SecuritySectorsType {
     }
 
     /**
-     * Define el valor de la propiedad start.
+     * Sets the value of the start property.
      * 
      */
     public void setStart(long value) {
@@ -66,7 +66,7 @@ public class SecuritySectorsType {
     }
 
     /**
-     * Obtiene el valor de la propiedad end.
+     * Gets the value of the end property.
      * 
      */
     public long getEnd() {
@@ -74,7 +74,7 @@ public class SecuritySectorsType {
     }
 
     /**
-     * Define el valor de la propiedad end.
+     * Sets the value of the end property.
      * 
      */
     public void setEnd(long value) {
diff --git a/java/generated/SequenceType.java b/java/generated/SequenceType.java
index 92359b4..6550002 100644
--- a/java/generated/SequenceType.java
+++ b/java/generated/SequenceType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
  * Sequence information about a disc
  * 			
  * 
- * 

Clase Java para SequenceType complex type. + *

Java class for SequenceType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SequenceType">
@@ -82,7 +82,7 @@ public class SequenceType {
     protected Integer layer;
 
     /**
-     * Obtiene el valor de la propiedad mediaTitle.
+     * Gets the value of the mediaTitle property.
      * 
      * @return
      *     possible object is
@@ -94,7 +94,7 @@ public class SequenceType {
     }
 
     /**
-     * Define el valor de la propiedad mediaTitle.
+     * Sets the value of the mediaTitle property.
      * 
      * @param value
      *     allowed object is
@@ -106,7 +106,7 @@ public class SequenceType {
     }
 
     /**
-     * Obtiene el valor de la propiedad mediaSequence.
+     * Gets the value of the mediaSequence property.
      * 
      */
     public int getMediaSequence() {
@@ -114,7 +114,7 @@ public class SequenceType {
     }
 
     /**
-     * Define el valor de la propiedad mediaSequence.
+     * Sets the value of the mediaSequence property.
      * 
      */
     public void setMediaSequence(int value) {
@@ -122,7 +122,7 @@ public class SequenceType {
     }
 
     /**
-     * Obtiene el valor de la propiedad totalMedia.
+     * Gets the value of the totalMedia property.
      * 
      */
     public int getTotalMedia() {
@@ -130,7 +130,7 @@ public class SequenceType {
     }
 
     /**
-     * Define el valor de la propiedad totalMedia.
+     * Sets the value of the totalMedia property.
      * 
      */
     public void setTotalMedia(int value) {
@@ -138,7 +138,7 @@ public class SequenceType {
     }
 
     /**
-     * Obtiene el valor de la propiedad side.
+     * Gets the value of the side property.
      * 
      * @return
      *     possible object is
@@ -150,7 +150,7 @@ public class SequenceType {
     }
 
     /**
-     * Define el valor de la propiedad side.
+     * Sets the value of the side property.
      * 
      * @param value
      *     allowed object is
@@ -162,7 +162,7 @@ public class SequenceType {
     }
 
     /**
-     * Obtiene el valor de la propiedad layer.
+     * Gets the value of the layer property.
      * 
      * @return
      *     possible object is
@@ -174,7 +174,7 @@ public class SequenceType {
     }
 
     /**
-     * Define el valor de la propiedad layer.
+     * Sets the value of the layer property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/SoftwareType.java b/java/generated/SoftwareType.java
index d57a5bc..10182de 100644
--- a/java/generated/SoftwareType.java
+++ b/java/generated/SoftwareType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Software used for disc reading
  * 
- * 

Clase Java para SoftwareType complex type. + *

Java class for SoftwareType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SoftwareType">
@@ -53,7 +53,7 @@ public class SoftwareType {
     protected String operatingSystem;
 
     /**
-     * Obtiene el valor de la propiedad name.
+     * Gets the value of the name property.
      * 
      * @return
      *     possible object is
@@ -65,7 +65,7 @@ public class SoftwareType {
     }
 
     /**
-     * Define el valor de la propiedad name.
+     * Sets the value of the name property.
      * 
      * @param value
      *     allowed object is
@@ -77,7 +77,7 @@ public class SoftwareType {
     }
 
     /**
-     * Obtiene el valor de la propiedad version.
+     * Gets the value of the version property.
      * 
      * @return
      *     possible object is
@@ -89,7 +89,7 @@ public class SoftwareType {
     }
 
     /**
-     * Define el valor de la propiedad version.
+     * Sets the value of the version property.
      * 
      * @param value
      *     allowed object is
@@ -101,7 +101,7 @@ public class SoftwareType {
     }
 
     /**
-     * Obtiene el valor de la propiedad operatingSystem.
+     * Gets the value of the operatingSystem property.
      * 
      * @return
      *     possible object is
@@ -113,7 +113,7 @@ public class SoftwareType {
     }
 
     /**
-     * Define el valor de la propiedad operatingSystem.
+     * Sets the value of the operatingSystem property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/SubChannelType.java b/java/generated/SubChannelType.java
index b8bfe49..39412d2 100644
--- a/java/generated/SubChannelType.java
+++ b/java/generated/SubChannelType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Track's subchannel information
  * 
- * 

Clase Java para SubChannelType complex type. + *

Java class for SubChannelType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SubChannelType">
@@ -53,7 +53,7 @@ public class SubChannelType {
     protected ChecksumsType checksums;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -65,7 +65,7 @@ public class SubChannelType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -77,7 +77,7 @@ public class SubChannelType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -85,7 +85,7 @@ public class SubChannelType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -93,7 +93,7 @@ public class SubChannelType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -105,7 +105,7 @@ public class SubChannelType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/SubcategoriesType.java b/java/generated/SubcategoriesType.java
index 4b08ff2..bb0864f 100644
--- a/java/generated/SubcategoriesType.java
+++ b/java/generated/SubcategoriesType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para SubcategoriesType complex type. + *

Java class for SubcategoriesType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SubcategoriesType">
diff --git a/java/generated/SubtitleTracksType.java b/java/generated/SubtitleTracksType.java
index 99600b4..d52fa54 100644
--- a/java/generated/SubtitleTracksType.java
+++ b/java/generated/SubtitleTracksType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para SubtitleTracksType complex type. + *

Java class for SubtitleTracksType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SubtitleTracksType">
@@ -56,7 +56,7 @@ public class SubtitleTracksType {
     protected String codec;
 
     /**
-     * Obtiene el valor de la propiedad languages.
+     * Gets the value of the languages property.
      * 
      * @return
      *     possible object is
@@ -68,7 +68,7 @@ public class SubtitleTracksType {
     }
 
     /**
-     * Define el valor de la propiedad languages.
+     * Sets the value of the languages property.
      * 
      * @param value
      *     allowed object is
@@ -80,7 +80,7 @@ public class SubtitleTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad trackNumber.
+     * Gets the value of the trackNumber property.
      * 
      */
     public int getTrackNumber() {
@@ -88,7 +88,7 @@ public class SubtitleTracksType {
     }
 
     /**
-     * Define el valor de la propiedad trackNumber.
+     * Sets the value of the trackNumber property.
      * 
      */
     public void setTrackNumber(int value) {
@@ -96,7 +96,7 @@ public class SubtitleTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad codec.
+     * Gets the value of the codec property.
      * 
      * @return
      *     possible object is
@@ -108,7 +108,7 @@ public class SubtitleTracksType {
     }
 
     /**
-     * Define el valor de la propiedad codec.
+     * Sets the value of the codec property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/SystemsType.java b/java/generated/SystemsType.java
index 4c87ce1..25e69a0 100644
--- a/java/generated/SystemsType.java
+++ b/java/generated/SystemsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para SystemsType complex type. + *

Java class for SystemsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="SystemsType">
diff --git a/java/generated/TapeFileType.java b/java/generated/TapeFileType.java
index 87aa133..5077c83 100644
--- a/java/generated/TapeFileType.java
+++ b/java/generated/TapeFileType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Tape file information
  * 
- * 

Clase Java para TapeFileType complex type. + *

Java class for TapeFileType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="TapeFileType">
@@ -29,6 +29,7 @@ import javax.xml.bind.annotation.XmlType;
  *         <element name="Image" type="{}ImageType"/>
  *         <element name="Size" type="{http://www.w3.org/2001/XMLSchema}long"/>
  *         <element name="Sequence" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ *         <element name="BlockSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
  *         <element name="StartBlock" type="{http://www.w3.org/2001/XMLSchema}long"/>
  *         <element name="EndBlock" type="{http://www.w3.org/2001/XMLSchema}long"/>
  *         <element name="Checksums" type="{}ChecksumsType"/>
@@ -45,6 +46,7 @@ import javax.xml.bind.annotation.XmlType;
     "image",
     "size",
     "sequence",
+    "blockSize",
     "startBlock",
     "endBlock",
     "checksums"
@@ -57,6 +59,8 @@ public class TapeFileType {
     protected long size;
     @XmlElement(name = "Sequence")
     protected long sequence;
+    @XmlElement(name = "BlockSize")
+    protected long blockSize;
     @XmlElement(name = "StartBlock")
     protected long startBlock;
     @XmlElement(name = "EndBlock")
@@ -65,7 +69,7 @@ public class TapeFileType {
     protected ChecksumsType checksums;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -77,7 +81,7 @@ public class TapeFileType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -89,7 +93,7 @@ public class TapeFileType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -97,7 +101,7 @@ public class TapeFileType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -105,7 +109,7 @@ public class TapeFileType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sequence.
+     * Gets the value of the sequence property.
      * 
      */
     public long getSequence() {
@@ -113,7 +117,7 @@ public class TapeFileType {
     }
 
     /**
-     * Define el valor de la propiedad sequence.
+     * Sets the value of the sequence property.
      * 
      */
     public void setSequence(long value) {
@@ -121,7 +125,23 @@ public class TapeFileType {
     }
 
     /**
-     * Obtiene el valor de la propiedad startBlock.
+     * Gets the value of the blockSize property.
+     * 
+     */
+    public long getBlockSize() {
+        return blockSize;
+    }
+
+    /**
+     * Sets the value of the blockSize property.
+     * 
+     */
+    public void setBlockSize(long value) {
+        this.blockSize = value;
+    }
+
+    /**
+     * Gets the value of the startBlock property.
      * 
      */
     public long getStartBlock() {
@@ -129,7 +149,7 @@ public class TapeFileType {
     }
 
     /**
-     * Define el valor de la propiedad startBlock.
+     * Sets the value of the startBlock property.
      * 
      */
     public void setStartBlock(long value) {
@@ -137,7 +157,7 @@ public class TapeFileType {
     }
 
     /**
-     * Obtiene el valor de la propiedad endBlock.
+     * Gets the value of the endBlock property.
      * 
      */
     public long getEndBlock() {
@@ -145,7 +165,7 @@ public class TapeFileType {
     }
 
     /**
-     * Define el valor de la propiedad endBlock.
+     * Sets the value of the endBlock property.
      * 
      */
     public void setEndBlock(long value) {
@@ -153,7 +173,7 @@ public class TapeFileType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -165,7 +185,7 @@ public class TapeFileType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/TapeInformationType.java b/java/generated/TapeInformationType.java
index de847a7..cc0852a 100644
--- a/java/generated/TapeInformationType.java
+++ b/java/generated/TapeInformationType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para TapeInformationType complex type. + *

Java class for TapeInformationType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="TapeInformationType">
diff --git a/java/generated/TapePartitionType.java b/java/generated/TapePartitionType.java
index cf49fef..fee8299 100644
--- a/java/generated/TapePartitionType.java
+++ b/java/generated/TapePartitionType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Partition information
  * 
- * 

Clase Java para TapePartitionType complex type. + *

Java class for TapePartitionType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="TapePartitionType">
@@ -73,7 +73,7 @@ public class TapePartitionType {
     protected List file;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -85,7 +85,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -97,7 +97,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -105,7 +105,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -113,7 +113,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sequence.
+     * Gets the value of the sequence property.
      * 
      */
     public long getSequence() {
@@ -121,7 +121,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Define el valor de la propiedad sequence.
+     * Sets the value of the sequence property.
      * 
      */
     public void setSequence(long value) {
@@ -129,7 +129,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad startBlock.
+     * Gets the value of the startBlock property.
      * 
      */
     public long getStartBlock() {
@@ -137,7 +137,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Define el valor de la propiedad startBlock.
+     * Sets the value of the startBlock property.
      * 
      */
     public void setStartBlock(long value) {
@@ -145,7 +145,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad endBlock.
+     * Gets the value of the endBlock property.
      * 
      */
     public long getEndBlock() {
@@ -153,7 +153,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Define el valor de la propiedad endBlock.
+     * Sets the value of the endBlock property.
      * 
      */
     public void setEndBlock(long value) {
@@ -161,7 +161,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -173,7 +173,7 @@ public class TapePartitionType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/TrackSequenceType.java b/java/generated/TrackSequenceType.java
index 525e9a8..50ddc0c 100644
--- a/java/generated/TrackSequenceType.java
+++ b/java/generated/TrackSequenceType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
  * Sequence information about a track
  * 			
  * 
- * 

Clase Java para TrackSequenceType complex type. + *

Java class for TrackSequenceType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="TrackSequenceType">
@@ -56,7 +56,7 @@ public class TrackSequenceType {
     protected int session;
 
     /**
-     * Obtiene el valor de la propiedad trackNumber.
+     * Gets the value of the trackNumber property.
      * 
      */
     public int getTrackNumber() {
@@ -64,7 +64,7 @@ public class TrackSequenceType {
     }
 
     /**
-     * Define el valor de la propiedad trackNumber.
+     * Sets the value of the trackNumber property.
      * 
      */
     public void setTrackNumber(int value) {
@@ -72,7 +72,7 @@ public class TrackSequenceType {
     }
 
     /**
-     * Obtiene el valor de la propiedad session.
+     * Gets the value of the session property.
      * 
      */
     public int getSession() {
@@ -80,7 +80,7 @@ public class TrackSequenceType {
     }
 
     /**
-     * Define el valor de la propiedad session.
+     * Sets the value of the session property.
      * 
      */
     public void setSession(int value) {
diff --git a/java/generated/TrackType.java b/java/generated/TrackType.java
index fb397b0..6323868 100644
--- a/java/generated/TrackType.java
+++ b/java/generated/TrackType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Track information
  * 
- * 

Clase Java para TrackType complex type. + *

Java class for TrackType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="TrackType">
@@ -108,7 +108,7 @@ public class TrackType {
     protected FileSystemInformationType fileSystemInformation;
 
     /**
-     * Obtiene el valor de la propiedad image.
+     * Gets the value of the image property.
      * 
      * @return
      *     possible object is
@@ -120,7 +120,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad image.
+     * Sets the value of the image property.
      * 
      * @param value
      *     allowed object is
@@ -132,7 +132,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad size.
+     * Gets the value of the size property.
      * 
      */
     public long getSize() {
@@ -140,7 +140,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad size.
+     * Sets the value of the size property.
      * 
      */
     public void setSize(long value) {
@@ -148,7 +148,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad sequence.
+     * Gets the value of the sequence property.
      * 
      * @return
      *     possible object is
@@ -160,7 +160,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad sequence.
+     * Sets the value of the sequence property.
      * 
      * @param value
      *     allowed object is
@@ -172,7 +172,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad startMSF.
+     * Gets the value of the startMSF property.
      * 
      * @return
      *     possible object is
@@ -184,7 +184,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad startMSF.
+     * Sets the value of the startMSF property.
      * 
      * @param value
      *     allowed object is
@@ -196,7 +196,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad endMSF.
+     * Gets the value of the endMSF property.
      * 
      * @return
      *     possible object is
@@ -208,7 +208,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad endMSF.
+     * Sets the value of the endMSF property.
      * 
      * @param value
      *     allowed object is
@@ -220,7 +220,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad startSector.
+     * Gets the value of the startSector property.
      * 
      */
     public long getStartSector() {
@@ -228,7 +228,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad startSector.
+     * Sets the value of the startSector property.
      * 
      */
     public void setStartSector(long value) {
@@ -236,7 +236,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad endSector.
+     * Gets the value of the endSector property.
      * 
      */
     public long getEndSector() {
@@ -244,7 +244,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad endSector.
+     * Sets the value of the endSector property.
      * 
      */
     public void setEndSector(long value) {
@@ -252,7 +252,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad trackType.
+     * Gets the value of the trackType property.
      * 
      * @return
      *     possible object is
@@ -264,7 +264,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad trackType.
+     * Sets the value of the trackType property.
      * 
      * @param value
      *     allowed object is
@@ -276,7 +276,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad bytesPerSector.
+     * Gets the value of the bytesPerSector property.
      * 
      */
     public int getBytesPerSector() {
@@ -284,7 +284,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad bytesPerSector.
+     * Sets the value of the bytesPerSector property.
      * 
      */
     public void setBytesPerSector(int value) {
@@ -292,7 +292,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad accoustID.
+     * Gets the value of the accoustID property.
      * 
      * @return
      *     possible object is
@@ -304,7 +304,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad accoustID.
+     * Sets the value of the accoustID property.
      * 
      * @param value
      *     allowed object is
@@ -316,7 +316,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad checksums.
+     * Gets the value of the checksums property.
      * 
      * @return
      *     possible object is
@@ -328,7 +328,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad checksums.
+     * Sets the value of the checksums property.
      * 
      * @param value
      *     allowed object is
@@ -340,7 +340,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad subChannel.
+     * Gets the value of the subChannel property.
      * 
      * @return
      *     possible object is
@@ -352,7 +352,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad subChannel.
+     * Sets the value of the subChannel property.
      * 
      * @param value
      *     allowed object is
@@ -364,7 +364,7 @@ public class TrackType {
     }
 
     /**
-     * Obtiene el valor de la propiedad fileSystemInformation.
+     * Gets the value of the fileSystemInformation property.
      * 
      * @return
      *     possible object is
@@ -376,7 +376,7 @@ public class TrackType {
     }
 
     /**
-     * Define el valor de la propiedad fileSystemInformation.
+     * Sets the value of the fileSystemInformation property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/USBType.java b/java/generated/USBType.java
index 7f0e275..6c8ba2f 100644
--- a/java/generated/USBType.java
+++ b/java/generated/USBType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 /**
  * Contains USB device information
  * 
- * 

Clase Java para USBType complex type. + *

Java class for USBType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="USBType">
@@ -67,7 +67,7 @@ public class USBType {
     protected DumpType descriptors;
 
     /**
-     * Obtiene el valor de la propiedad vendorID.
+     * Gets the value of the vendorID property.
      * 
      */
     public int getVendorID() {
@@ -75,7 +75,7 @@ public class USBType {
     }
 
     /**
-     * Define el valor de la propiedad vendorID.
+     * Sets the value of the vendorID property.
      * 
      */
     public void setVendorID(int value) {
@@ -83,7 +83,7 @@ public class USBType {
     }
 
     /**
-     * Obtiene el valor de la propiedad productID.
+     * Gets the value of the productID property.
      * 
      */
     public int getProductID() {
@@ -91,7 +91,7 @@ public class USBType {
     }
 
     /**
-     * Define el valor de la propiedad productID.
+     * Sets the value of the productID property.
      * 
      */
     public void setProductID(int value) {
@@ -99,7 +99,7 @@ public class USBType {
     }
 
     /**
-     * Obtiene el valor de la propiedad descriptors.
+     * Gets the value of the descriptors property.
      * 
      * @return
      *     possible object is
@@ -111,7 +111,7 @@ public class USBType {
     }
 
     /**
-     * Define el valor de la propiedad descriptors.
+     * Sets the value of the descriptors property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/UserManualType.java b/java/generated/UserManualType.java
index ed1e14b..d32b38e 100644
--- a/java/generated/UserManualType.java
+++ b/java/generated/UserManualType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
  * User manual or user guide accompanying this set. Can be more than one.
  * 			
  * 
- * 

Clase Java para UserManualType complex type. + *

Java class for UserManualType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="UserManualType">
@@ -58,7 +58,7 @@ public class UserManualType {
     protected ScanType scan;
 
     /**
-     * Obtiene el valor de la propiedad language.
+     * Gets the value of the language property.
      * 
      * @return
      *     possible object is
@@ -70,7 +70,7 @@ public class UserManualType {
     }
 
     /**
-     * Define el valor de la propiedad language.
+     * Sets the value of the language property.
      * 
      * @param value
      *     allowed object is
@@ -82,7 +82,7 @@ public class UserManualType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pages.
+     * Gets the value of the pages property.
      * 
      */
     public int getPages() {
@@ -90,7 +90,7 @@ public class UserManualType {
     }
 
     /**
-     * Define el valor de la propiedad pages.
+     * Sets the value of the pages property.
      * 
      */
     public void setPages(int value) {
@@ -98,7 +98,7 @@ public class UserManualType {
     }
 
     /**
-     * Obtiene el valor de la propiedad pageSize.
+     * Gets the value of the pageSize property.
      * 
      * @return
      *     possible object is
@@ -110,7 +110,7 @@ public class UserManualType {
     }
 
     /**
-     * Define el valor de la propiedad pageSize.
+     * Sets the value of the pageSize property.
      * 
      * @param value
      *     allowed object is
@@ -122,7 +122,7 @@ public class UserManualType {
     }
 
     /**
-     * Obtiene el valor de la propiedad scan.
+     * Gets the value of the scan property.
      * 
      * @return
      *     possible object is
@@ -134,7 +134,7 @@ public class UserManualType {
     }
 
     /**
-     * Define el valor de la propiedad scan.
+     * Sets the value of the scan property.
      * 
      * @param value
      *     allowed object is
diff --git a/java/generated/VariableBlockSizeType.java b/java/generated/VariableBlockSizeType.java
index 28eb48f..a9667e8 100644
--- a/java/generated/VariableBlockSizeType.java
+++ b/java/generated/VariableBlockSizeType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para VariableBlockSizeType complex type. + *

Java class for VariableBlockSizeType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="VariableBlockSizeType">
diff --git a/java/generated/VideoTracksType.java b/java/generated/VideoTracksType.java
index fac5725..0b309a7 100644
--- a/java/generated/VideoTracksType.java
+++ b/java/generated/VideoTracksType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para VideoTracksType complex type. + *

Java class for VideoTracksType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="VideoTracksType">
@@ -68,7 +68,7 @@ public class VideoTracksType {
     protected boolean threeD;
 
     /**
-     * Obtiene el valor de la propiedad languages.
+     * Gets the value of the languages property.
      * 
      * @return
      *     possible object is
@@ -80,7 +80,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Define el valor de la propiedad languages.
+     * Sets the value of the languages property.
      * 
      * @param value
      *     allowed object is
@@ -92,7 +92,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad trackNumber.
+     * Gets the value of the trackNumber property.
      * 
      */
     public int getTrackNumber() {
@@ -100,7 +100,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Define el valor de la propiedad trackNumber.
+     * Sets the value of the trackNumber property.
      * 
      */
     public void setTrackNumber(int value) {
@@ -108,7 +108,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad codec.
+     * Gets the value of the codec property.
      * 
      * @return
      *     possible object is
@@ -120,7 +120,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Define el valor de la propiedad codec.
+     * Sets the value of the codec property.
      * 
      * @param value
      *     allowed object is
@@ -132,7 +132,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad horizontal.
+     * Gets the value of the horizontal property.
      * 
      */
     public int getHorizontal() {
@@ -140,7 +140,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Define el valor de la propiedad horizontal.
+     * Sets the value of the horizontal property.
      * 
      */
     public void setHorizontal(int value) {
@@ -148,7 +148,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad vertical.
+     * Gets the value of the vertical property.
      * 
      */
     public int getVertical() {
@@ -156,7 +156,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Define el valor de la propiedad vertical.
+     * Sets the value of the vertical property.
      * 
      */
     public void setVertical(int value) {
@@ -164,7 +164,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad meanBitrate.
+     * Gets the value of the meanBitrate property.
      * 
      */
     public long getMeanBitrate() {
@@ -172,7 +172,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Define el valor de la propiedad meanBitrate.
+     * Sets the value of the meanBitrate property.
      * 
      */
     public void setMeanBitrate(long value) {
@@ -180,7 +180,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Obtiene el valor de la propiedad threeD.
+     * Gets the value of the threeD property.
      * 
      */
     public boolean isThreeD() {
@@ -188,7 +188,7 @@ public class VideoTracksType {
     }
 
     /**
-     * Define el valor de la propiedad threeD.
+     * Sets the value of the threeD property.
      * 
      */
     public void setThreeD(boolean value) {
diff --git a/java/generated/XboxSecuritySectorsType.java b/java/generated/XboxSecuritySectorsType.java
index 6f23f2e..54f1c7f 100644
--- a/java/generated/XboxSecuritySectorsType.java
+++ b/java/generated/XboxSecuritySectorsType.java
@@ -1,8 +1,8 @@
 //
-// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802 
-// Visite http://java.sun.com/xml/jaxb 
-// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
-// Generado el: 2016.10.15 a las 10:40:02 PM WEST 
+// 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: 2017.06.04 at 04:57:33 AM WEST 
 //
 
 
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Clase Java para XboxSecuritySectorsType complex type. + *

Java class for XboxSecuritySectorsType complex type. * - *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. + *

The following schema fragment specifies the expected content contained within this class. * *

  * <complexType name="XboxSecuritySectorsType">