Corrected support for Xbox Security Sectors.

This commit is contained in:
2017-06-08 21:53:29 +01:00
parent 6b977feff5
commit a4a1cdd8ad
77 changed files with 1195 additions and 1277 deletions

View File

@@ -1,8 +1,8 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.06.04 at 04:57:33 AM WEST
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen.
// Generado el: 2017.06.08 a las 09:53:11 PM WEST
//
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/**
* Dimensions of media
*
* <p>Java class for DimensionsType complex type.
* <p>Clase Java para DimensionsType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
*
* <pre>
* &lt;complexType name="DimensionsType">
@@ -57,7 +57,7 @@ public class DimensionsType {
protected double thickness;
/**
* Gets the value of the diameter property.
* Obtiene el valor de la propiedad diameter.
*
* @return
* possible object is
@@ -69,7 +69,7 @@ public class DimensionsType {
}
/**
* Sets the value of the diameter property.
* Define el valor de la propiedad diameter.
*
* @param value
* allowed object is
@@ -81,7 +81,7 @@ public class DimensionsType {
}
/**
* Gets the value of the height property.
* Obtiene el valor de la propiedad height.
*
* @return
* possible object is
@@ -93,7 +93,7 @@ public class DimensionsType {
}
/**
* Sets the value of the height property.
* Define el valor de la propiedad height.
*
* @param value
* allowed object is
@@ -105,7 +105,7 @@ public class DimensionsType {
}
/**
* Gets the value of the width property.
* Obtiene el valor de la propiedad width.
*
* @return
* possible object is
@@ -117,7 +117,7 @@ public class DimensionsType {
}
/**
* Sets the value of the width property.
* Define el valor de la propiedad width.
*
* @param value
* allowed object is
@@ -129,7 +129,7 @@ public class DimensionsType {
}
/**
* Gets the value of the thickness property.
* Obtiene el valor de la propiedad thickness.
*
*/
public double getThickness() {
@@ -137,7 +137,7 @@ public class DimensionsType {
}
/**
* Sets the value of the thickness property.
* Define el valor de la propiedad thickness.
*
*/
public void setThickness(double value) {