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
|
||||
//
|
||||
|
||||
|
||||
@@ -20,9 +20,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
/**
|
||||
* Contains PCMCIA card information
|
||||
*
|
||||
* <p>Java class for PCMCIAType complex type.
|
||||
* <p>Clase Java para PCMCIAType 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="PCMCIAType">
|
||||
@@ -74,7 +74,7 @@ public class PCMCIAType {
|
||||
protected List<String> additionalInformation;
|
||||
|
||||
/**
|
||||
* Gets the value of the cis property.
|
||||
* Obtiene el valor de la propiedad cis.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -86,7 +86,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the cis property.
|
||||
* Define el valor de la propiedad cis.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -98,7 +98,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the compliance property.
|
||||
* Obtiene el valor de la propiedad compliance.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -110,7 +110,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the compliance property.
|
||||
* Define el valor de la propiedad compliance.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -122,7 +122,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the manufacturerCode property.
|
||||
* Obtiene el valor de la propiedad manufacturerCode.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -134,7 +134,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the manufacturerCode property.
|
||||
* Define el valor de la propiedad manufacturerCode.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -146,7 +146,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the cardCode property.
|
||||
* Obtiene el valor de la propiedad cardCode.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -158,7 +158,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the cardCode property.
|
||||
* Define el valor de la propiedad cardCode.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -170,7 +170,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the manufacturer property.
|
||||
* Obtiene el valor de la propiedad manufacturer.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -182,7 +182,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the manufacturer property.
|
||||
* Define el valor de la propiedad manufacturer.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -194,7 +194,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the productName property.
|
||||
* Obtiene el valor de la propiedad productName.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -206,7 +206,7 @@ public class PCMCIAType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the productName property.
|
||||
* Define el valor de la propiedad productName.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user