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
|
||||
//
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for PartitionType complex type.
|
||||
* <p>Clase Java para PartitionType 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="PartitionType">
|
||||
@@ -73,7 +73,7 @@ public class PartitionType {
|
||||
protected FileSystemsType fileSystems;
|
||||
|
||||
/**
|
||||
* Gets the value of the sequence property.
|
||||
* Obtiene el valor de la propiedad sequence.
|
||||
*
|
||||
*/
|
||||
public int getSequence() {
|
||||
@@ -81,7 +81,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the sequence property.
|
||||
* Define el valor de la propiedad sequence.
|
||||
*
|
||||
*/
|
||||
public void setSequence(int value) {
|
||||
@@ -89,7 +89,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the name property.
|
||||
* Obtiene el valor de la propiedad name.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -101,7 +101,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the name property.
|
||||
* Define el valor de la propiedad name.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -113,7 +113,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the type property.
|
||||
* Obtiene el valor de la propiedad type.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -125,7 +125,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the type property.
|
||||
* Define el valor de la propiedad type.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -137,7 +137,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the startSector property.
|
||||
* Obtiene el valor de la propiedad startSector.
|
||||
*
|
||||
*/
|
||||
public int getStartSector() {
|
||||
@@ -145,7 +145,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the startSector property.
|
||||
* Define el valor de la propiedad startSector.
|
||||
*
|
||||
*/
|
||||
public void setStartSector(int value) {
|
||||
@@ -153,7 +153,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the endSector property.
|
||||
* Obtiene el valor de la propiedad endSector.
|
||||
*
|
||||
*/
|
||||
public int getEndSector() {
|
||||
@@ -161,7 +161,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the endSector property.
|
||||
* Define el valor de la propiedad endSector.
|
||||
*
|
||||
*/
|
||||
public void setEndSector(int value) {
|
||||
@@ -169,7 +169,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the description property.
|
||||
* Obtiene el valor de la propiedad description.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -181,7 +181,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the description property.
|
||||
* Define el valor de la propiedad description.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -193,7 +193,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the fileSystems property.
|
||||
* Obtiene el valor de la propiedad fileSystems.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -205,7 +205,7 @@ public class PartitionType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the fileSystems property.
|
||||
* Define el valor de la propiedad fileSystems.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user