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
|
||||
//
|
||||
|
||||
|
||||
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
/**
|
||||
* Contains SCSI device information
|
||||
*
|
||||
* <p>Java class for SCSIType complex type.
|
||||
* <p>Clase Java para SCSIType 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="SCSIType">
|
||||
@@ -63,7 +63,7 @@ public class SCSIType {
|
||||
protected DumpType logSense;
|
||||
|
||||
/**
|
||||
* Gets the value of the inquiry property.
|
||||
* Obtiene el valor de la propiedad inquiry.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -75,7 +75,7 @@ public class SCSIType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the inquiry property.
|
||||
* Define el valor de la propiedad inquiry.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -116,7 +116,7 @@ public class SCSIType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the modeSense property.
|
||||
* Obtiene el valor de la propiedad modeSense.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -128,7 +128,7 @@ public class SCSIType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the modeSense property.
|
||||
* Define el valor de la propiedad modeSense.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -140,7 +140,7 @@ public class SCSIType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the modeSense10 property.
|
||||
* Obtiene el valor de la propiedad modeSense10.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -152,7 +152,7 @@ public class SCSIType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the modeSense10 property.
|
||||
* Define el valor de la propiedad modeSense10.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -164,7 +164,7 @@ public class SCSIType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the logSense property.
|
||||
* Obtiene el valor de la propiedad logSense.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -176,7 +176,7 @@ public class SCSIType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the logSense property.
|
||||
* Define el valor de la propiedad logSense.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user