Corrected support for Xbox Security Sectors.
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
* Information about "blocks" in audio based media
|
||||
*
|
||||
* <p>Java class for AudioBlockType complex type.
|
||||
* <p>Clase Java para AudioBlockType 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>
|
||||
* <complexType name="AudioBlockType">
|
||||
@@ -61,7 +61,7 @@ public class AudioBlockType {
|
||||
protected String format;
|
||||
|
||||
/**
|
||||
* Gets the value of the image property.
|
||||
* Obtiene el valor de la propiedad image.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -73,7 +73,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the image property.
|
||||
* Define el valor de la propiedad image.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -85,7 +85,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the size property.
|
||||
* Obtiene el valor de la propiedad size.
|
||||
*
|
||||
*/
|
||||
public long getSize() {
|
||||
@@ -93,7 +93,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the size property.
|
||||
* Define el valor de la propiedad size.
|
||||
*
|
||||
*/
|
||||
public void setSize(long value) {
|
||||
@@ -101,7 +101,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the accoustID property.
|
||||
* Obtiene el valor de la propiedad accoustID.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -113,7 +113,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the accoustID property.
|
||||
* Define el valor de la propiedad accoustID.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -125,7 +125,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the checksums property.
|
||||
* Obtiene el valor de la propiedad checksums.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -137,7 +137,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the checksums property.
|
||||
* Define el valor de la propiedad checksums.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -149,7 +149,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the format property.
|
||||
* Obtiene el valor de la propiedad format.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -161,7 +161,7 @@ public class AudioBlockType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the format property.
|
||||
* Define el valor de la propiedad format.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user