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;
|
||||
/**
|
||||
* Tape file information
|
||||
*
|
||||
* <p>Java class for TapeFileType complex type.
|
||||
* <p>Clase Java para TapeFileType 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="TapeFileType">
|
||||
@@ -69,7 +69,7 @@ public class TapeFileType {
|
||||
protected ChecksumsType checksums;
|
||||
|
||||
/**
|
||||
* Gets the value of the image property.
|
||||
* Obtiene el valor de la propiedad image.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -81,7 +81,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the image property.
|
||||
* Define el valor de la propiedad image.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -93,7 +93,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the size property.
|
||||
* Obtiene el valor de la propiedad size.
|
||||
*
|
||||
*/
|
||||
public long getSize() {
|
||||
@@ -101,7 +101,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the size property.
|
||||
* Define el valor de la propiedad size.
|
||||
*
|
||||
*/
|
||||
public void setSize(long value) {
|
||||
@@ -109,7 +109,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the sequence property.
|
||||
* Obtiene el valor de la propiedad sequence.
|
||||
*
|
||||
*/
|
||||
public long getSequence() {
|
||||
@@ -117,7 +117,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the sequence property.
|
||||
* Define el valor de la propiedad sequence.
|
||||
*
|
||||
*/
|
||||
public void setSequence(long value) {
|
||||
@@ -125,7 +125,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the blockSize property.
|
||||
* Obtiene el valor de la propiedad blockSize.
|
||||
*
|
||||
*/
|
||||
public long getBlockSize() {
|
||||
@@ -133,7 +133,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the blockSize property.
|
||||
* Define el valor de la propiedad blockSize.
|
||||
*
|
||||
*/
|
||||
public void setBlockSize(long value) {
|
||||
@@ -141,7 +141,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the startBlock property.
|
||||
* Obtiene el valor de la propiedad startBlock.
|
||||
*
|
||||
*/
|
||||
public long getStartBlock() {
|
||||
@@ -149,7 +149,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the startBlock property.
|
||||
* Define el valor de la propiedad startBlock.
|
||||
*
|
||||
*/
|
||||
public void setStartBlock(long value) {
|
||||
@@ -157,7 +157,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the endBlock property.
|
||||
* Obtiene el valor de la propiedad endBlock.
|
||||
*
|
||||
*/
|
||||
public long getEndBlock() {
|
||||
@@ -165,7 +165,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the endBlock property.
|
||||
* Define el valor de la propiedad endBlock.
|
||||
*
|
||||
*/
|
||||
public void setEndBlock(long value) {
|
||||
@@ -173,7 +173,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the checksums property.
|
||||
* Obtiene el valor de la propiedad checksums.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -185,7 +185,7 @@ public class TapeFileType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the checksums property.
|
||||
* Define el valor de la propiedad checksums.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user