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
|
||||
//
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* User manual or user guide accompanying this set. Can be more than one.
|
||||
*
|
||||
*
|
||||
* <p>Java class for UserManualType complex type.
|
||||
* <p>Clase Java para UserManualType 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="UserManualType">
|
||||
@@ -58,7 +58,7 @@ public class UserManualType {
|
||||
protected ScanType scan;
|
||||
|
||||
/**
|
||||
* Gets the value of the language property.
|
||||
* Obtiene el valor de la propiedad language.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -70,7 +70,7 @@ public class UserManualType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the language property.
|
||||
* Define el valor de la propiedad language.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -82,7 +82,7 @@ public class UserManualType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the pages property.
|
||||
* Obtiene el valor de la propiedad pages.
|
||||
*
|
||||
*/
|
||||
public int getPages() {
|
||||
@@ -90,7 +90,7 @@ public class UserManualType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the pages property.
|
||||
* Define el valor de la propiedad pages.
|
||||
*
|
||||
*/
|
||||
public void setPages(int value) {
|
||||
@@ -98,7 +98,7 @@ public class UserManualType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the pageSize property.
|
||||
* Obtiene el valor de la propiedad pageSize.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -110,7 +110,7 @@ public class UserManualType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the pageSize property.
|
||||
* Define el valor de la propiedad pageSize.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -122,7 +122,7 @@ public class UserManualType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the scan property.
|
||||
* Obtiene el valor de la propiedad scan.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -134,7 +134,7 @@ public class UserManualType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the scan property.
|
||||
* Define el valor de la propiedad scan.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user