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;
|
||||
/**
|
||||
* Track information
|
||||
*
|
||||
* <p>Java class for TrackType complex type.
|
||||
* <p>Clase Java para TrackType 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="TrackType">
|
||||
@@ -108,7 +108,7 @@ public class TrackType {
|
||||
protected FileSystemInformationType fileSystemInformation;
|
||||
|
||||
/**
|
||||
* Gets the value of the image property.
|
||||
* Obtiene el valor de la propiedad image.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -120,7 +120,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the image property.
|
||||
* Define el valor de la propiedad image.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -132,7 +132,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the size property.
|
||||
* Obtiene el valor de la propiedad size.
|
||||
*
|
||||
*/
|
||||
public long getSize() {
|
||||
@@ -140,7 +140,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the size property.
|
||||
* Define el valor de la propiedad size.
|
||||
*
|
||||
*/
|
||||
public void setSize(long value) {
|
||||
@@ -148,7 +148,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the sequence property.
|
||||
* Obtiene el valor de la propiedad sequence.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -160,7 +160,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the sequence property.
|
||||
* Define el valor de la propiedad sequence.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -172,7 +172,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the startMSF property.
|
||||
* Obtiene el valor de la propiedad startMSF.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -184,7 +184,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the startMSF property.
|
||||
* Define el valor de la propiedad startMSF.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -196,7 +196,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the endMSF property.
|
||||
* Obtiene el valor de la propiedad endMSF.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -208,7 +208,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the endMSF property.
|
||||
* Define el valor de la propiedad endMSF.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -220,7 +220,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the startSector property.
|
||||
* Obtiene el valor de la propiedad startSector.
|
||||
*
|
||||
*/
|
||||
public long getStartSector() {
|
||||
@@ -228,7 +228,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the startSector property.
|
||||
* Define el valor de la propiedad startSector.
|
||||
*
|
||||
*/
|
||||
public void setStartSector(long value) {
|
||||
@@ -236,7 +236,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the endSector property.
|
||||
* Obtiene el valor de la propiedad endSector.
|
||||
*
|
||||
*/
|
||||
public long getEndSector() {
|
||||
@@ -244,7 +244,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the endSector property.
|
||||
* Define el valor de la propiedad endSector.
|
||||
*
|
||||
*/
|
||||
public void setEndSector(long value) {
|
||||
@@ -252,7 +252,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the trackType property.
|
||||
* Obtiene el valor de la propiedad trackType.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -264,7 +264,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the trackType property.
|
||||
* Define el valor de la propiedad trackType.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -276,7 +276,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the bytesPerSector property.
|
||||
* Obtiene el valor de la propiedad bytesPerSector.
|
||||
*
|
||||
*/
|
||||
public int getBytesPerSector() {
|
||||
@@ -284,7 +284,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the bytesPerSector property.
|
||||
* Define el valor de la propiedad bytesPerSector.
|
||||
*
|
||||
*/
|
||||
public void setBytesPerSector(int value) {
|
||||
@@ -292,7 +292,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the accoustID property.
|
||||
* Obtiene el valor de la propiedad accoustID.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -304,7 +304,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the accoustID property.
|
||||
* Define el valor de la propiedad accoustID.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -316,7 +316,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the checksums property.
|
||||
* Obtiene el valor de la propiedad checksums.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -328,7 +328,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the checksums property.
|
||||
* Define el valor de la propiedad checksums.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -340,7 +340,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the subChannel property.
|
||||
* Obtiene el valor de la propiedad subChannel.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -352,7 +352,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the subChannel property.
|
||||
* Define el valor de la propiedad subChannel.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -364,7 +364,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the fileSystemInformation property.
|
||||
* Obtiene el valor de la propiedad fileSystemInformation.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -376,7 +376,7 @@ public class TrackType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the fileSystemInformation property.
|
||||
* Define el valor de la propiedad fileSystemInformation.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user