Corrected support for Xbox Security Sectors.

This commit is contained in:
2017-06-08 21:53:29 +01:00
parent 6b977feff5
commit a4a1cdd8ad
77 changed files with 1195 additions and 1277 deletions

View File

@@ -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;
/**
* <p>Java class for OpticalDiscType complex type.
* <p>Clase Java para OpticalDiscType 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>
* &lt;complexType name="OpticalDiscType">
@@ -65,7 +65,7 @@ import javax.xml.bind.annotation.XmlType;
* &lt;element name="LeadInCdText" type="{}DumpType" minOccurs="0"/>
* &lt;element name="LeadIn" type="{}BorderType" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element name="LeadOut" type="{}BorderType" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element name="XboxSecuritySectors" type="{}XboxSecuritySectorsType" minOccurs="0"/>
* &lt;element name="XboxSecuritySectors" type="{}DumpType" minOccurs="0"/>
* &lt;element name="PS3Encryption" type="{}PS3EncryptionType" minOccurs="0"/>
* &lt;element name="Track" type="{}TrackType" maxOccurs="unbounded"/>
* &lt;element name="DumpHardwareArray" type="{}DumpHardwareArrayType" minOccurs="0"/>
@@ -204,7 +204,7 @@ public class OpticalDiscType {
@XmlElement(name = "LeadOut")
protected List<BorderType> leadOut;
@XmlElement(name = "XboxSecuritySectors")
protected XboxSecuritySectorsType xboxSecuritySectors;
protected DumpType xboxSecuritySectors;
@XmlElement(name = "PS3Encryption")
protected PS3EncryptionType ps3Encryption;
@XmlElement(name = "Track", required = true)
@@ -213,7 +213,7 @@ public class OpticalDiscType {
protected DumpHardwareArrayType dumpHardwareArray;
/**
* Gets the value of the image property.
* Obtiene el valor de la propiedad image.
*
* @return
* possible object is
@@ -225,7 +225,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the image property.
* Define el valor de la propiedad image.
*
* @param value
* allowed object is
@@ -237,7 +237,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the size property.
* Obtiene el valor de la propiedad size.
*
*/
public long getSize() {
@@ -245,7 +245,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the size property.
* Define el valor de la propiedad size.
*
*/
public void setSize(long value) {
@@ -253,7 +253,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the sequence property.
* Obtiene el valor de la propiedad sequence.
*
* @return
* possible object is
@@ -265,7 +265,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the sequence property.
* Define el valor de la propiedad sequence.
*
* @param value
* allowed object is
@@ -277,7 +277,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the layers property.
* Obtiene el valor de la propiedad layers.
*
* @return
* possible object is
@@ -289,7 +289,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the layers property.
* Define el valor de la propiedad layers.
*
* @param value
* allowed object is
@@ -301,7 +301,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the checksums property.
* Obtiene el valor de la propiedad checksums.
*
* @return
* possible object is
@@ -313,7 +313,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the checksums property.
* Define el valor de la propiedad checksums.
*
* @param value
* allowed object is
@@ -470,7 +470,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the discType property.
* Obtiene el valor de la propiedad discType.
*
* @return
* possible object is
@@ -482,7 +482,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the discType property.
* Define el valor de la propiedad discType.
*
* @param value
* allowed object is
@@ -494,7 +494,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the discSubType property.
* Obtiene el valor de la propiedad discSubType.
*
* @return
* possible object is
@@ -506,7 +506,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the discSubType property.
* Define el valor de la propiedad discSubType.
*
* @param value
* allowed object is
@@ -518,7 +518,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the offset property.
* Obtiene el valor de la propiedad offset.
*
* @return
* possible object is
@@ -530,7 +530,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the offset property.
* Define el valor de la propiedad offset.
*
* @param value
* allowed object is
@@ -571,7 +571,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the sessions property.
* Obtiene el valor de la propiedad sessions.
*
*/
public int getSessions() {
@@ -579,7 +579,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the sessions property.
* Define el valor de la propiedad sessions.
*
*/
public void setSessions(int value) {
@@ -587,7 +587,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the copyProtection property.
* Obtiene el valor de la propiedad copyProtection.
*
* @return
* possible object is
@@ -599,7 +599,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the copyProtection property.
* Define el valor de la propiedad copyProtection.
*
* @param value
* allowed object is
@@ -611,7 +611,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the dimensions property.
* Obtiene el valor de la propiedad dimensions.
*
* @return
* possible object is
@@ -623,7 +623,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the dimensions property.
* Define el valor de la propiedad dimensions.
*
* @param value
* allowed object is
@@ -635,7 +635,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the case property.
* Obtiene el valor de la propiedad case.
*
* @return
* possible object is
@@ -647,7 +647,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the case property.
* Define el valor de la propiedad case.
*
* @param value
* allowed object is
@@ -659,7 +659,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the scans property.
* Obtiene el valor de la propiedad scans.
*
* @return
* possible object is
@@ -671,7 +671,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the scans property.
* Define el valor de la propiedad scans.
*
* @param value
* allowed object is
@@ -683,7 +683,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the pfi property.
* Obtiene el valor de la propiedad pfi.
*
* @return
* possible object is
@@ -695,7 +695,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the pfi property.
* Define el valor de la propiedad pfi.
*
* @param value
* allowed object is
@@ -707,7 +707,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the dmi property.
* Obtiene el valor de la propiedad dmi.
*
* @return
* possible object is
@@ -719,7 +719,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the dmi property.
* Define el valor de la propiedad dmi.
*
* @param value
* allowed object is
@@ -731,7 +731,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the cmi property.
* Obtiene el valor de la propiedad cmi.
*
* @return
* possible object is
@@ -743,7 +743,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the cmi property.
* Define el valor de la propiedad cmi.
*
* @param value
* allowed object is
@@ -755,7 +755,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the bca property.
* Obtiene el valor de la propiedad bca.
*
* @return
* possible object is
@@ -767,7 +767,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the bca property.
* Define el valor de la propiedad bca.
*
* @param value
* allowed object is
@@ -779,7 +779,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the atip property.
* Obtiene el valor de la propiedad atip.
*
* @return
* possible object is
@@ -791,7 +791,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the atip property.
* Define el valor de la propiedad atip.
*
* @param value
* allowed object is
@@ -803,7 +803,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the adip property.
* Obtiene el valor de la propiedad adip.
*
* @return
* possible object is
@@ -815,7 +815,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the adip property.
* Define el valor de la propiedad adip.
*
* @param value
* allowed object is
@@ -827,7 +827,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the pma property.
* Obtiene el valor de la propiedad pma.
*
* @return
* possible object is
@@ -839,7 +839,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the pma property.
* Define el valor de la propiedad pma.
*
* @param value
* allowed object is
@@ -851,7 +851,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the dds property.
* Obtiene el valor de la propiedad dds.
*
* @return
* possible object is
@@ -863,7 +863,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the dds property.
* Define el valor de la propiedad dds.
*
* @param value
* allowed object is
@@ -875,7 +875,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the sai property.
* Obtiene el valor de la propiedad sai.
*
* @return
* possible object is
@@ -887,7 +887,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the sai property.
* Define el valor de la propiedad sai.
*
* @param value
* allowed object is
@@ -899,7 +899,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the lastRMD property.
* Obtiene el valor de la propiedad lastRMD.
*
* @return
* possible object is
@@ -911,7 +911,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the lastRMD property.
* Define el valor de la propiedad lastRMD.
*
* @param value
* allowed object is
@@ -923,7 +923,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the pri property.
* Obtiene el valor de la propiedad pri.
*
* @return
* possible object is
@@ -935,7 +935,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the pri property.
* Define el valor de la propiedad pri.
*
* @param value
* allowed object is
@@ -947,7 +947,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the mediaID property.
* Obtiene el valor de la propiedad mediaID.
*
* @return
* possible object is
@@ -959,7 +959,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the mediaID property.
* Define el valor de la propiedad mediaID.
*
* @param value
* allowed object is
@@ -971,7 +971,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the pfir property.
* Obtiene el valor de la propiedad pfir.
*
* @return
* possible object is
@@ -983,7 +983,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the pfir property.
* Define el valor de la propiedad pfir.
*
* @param value
* allowed object is
@@ -995,7 +995,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the dcb property.
* Obtiene el valor de la propiedad dcb.
*
* @return
* possible object is
@@ -1007,7 +1007,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the dcb property.
* Define el valor de la propiedad dcb.
*
* @param value
* allowed object is
@@ -1019,7 +1019,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the di property.
* Obtiene el valor de la propiedad di.
*
* @return
* possible object is
@@ -1031,7 +1031,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the di property.
* Define el valor de la propiedad di.
*
* @param value
* allowed object is
@@ -1043,7 +1043,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the pac property.
* Obtiene el valor de la propiedad pac.
*
* @return
* possible object is
@@ -1055,7 +1055,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the pac property.
* Define el valor de la propiedad pac.
*
* @param value
* allowed object is
@@ -1067,7 +1067,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the toc property.
* Obtiene el valor de la propiedad toc.
*
* @return
* possible object is
@@ -1079,7 +1079,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the toc property.
* Define el valor de la propiedad toc.
*
* @param value
* allowed object is
@@ -1091,7 +1091,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the leadInCdText property.
* Obtiene el valor de la propiedad leadInCdText.
*
* @return
* possible object is
@@ -1103,7 +1103,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the leadInCdText property.
* Define el valor de la propiedad leadInCdText.
*
* @param value
* allowed object is
@@ -1173,31 +1173,31 @@ public class OpticalDiscType {
}
/**
* Gets the value of the xboxSecuritySectors property.
* Obtiene el valor de la propiedad xboxSecuritySectors.
*
* @return
* possible object is
* {@link XboxSecuritySectorsType }
* {@link DumpType }
*
*/
public XboxSecuritySectorsType getXboxSecuritySectors() {
public DumpType getXboxSecuritySectors() {
return xboxSecuritySectors;
}
/**
* Sets the value of the xboxSecuritySectors property.
* Define el valor de la propiedad xboxSecuritySectors.
*
* @param value
* allowed object is
* {@link XboxSecuritySectorsType }
* {@link DumpType }
*
*/
public void setXboxSecuritySectors(XboxSecuritySectorsType value) {
public void setXboxSecuritySectors(DumpType value) {
this.xboxSecuritySectors = value;
}
/**
* Gets the value of the ps3Encryption property.
* Obtiene el valor de la propiedad ps3Encryption.
*
* @return
* possible object is
@@ -1209,7 +1209,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the ps3Encryption property.
* Define el valor de la propiedad ps3Encryption.
*
* @param value
* allowed object is
@@ -1250,7 +1250,7 @@ public class OpticalDiscType {
}
/**
* Gets the value of the dumpHardwareArray property.
* Obtiene el valor de la propiedad dumpHardwareArray.
*
* @return
* possible object is
@@ -1262,7 +1262,7 @@ public class OpticalDiscType {
}
/**
* Sets the value of the dumpHardwareArray property.
* Define el valor de la propiedad dumpHardwareArray.
*
* @param value
* allowed object is