Added some missing CD, DVD, BD and SCSI fields
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// 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: 2015.12.31 at 05:27:48 PM WET
|
||||
// Generated on: 2016.01.16 at 07:48:01 AM WET
|
||||
//
|
||||
|
||||
|
||||
@@ -51,6 +51,17 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <element name="BCA" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="ATIP" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="PMA" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="DDS" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="SAI" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="LastRMD" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="PRI" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="MediaID" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="PFIR" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="DCB" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="DI" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="PAC" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="TOC" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="LeadInCdText" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="LeadIn" type="{}BorderType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="LeadOut" type="{}BorderType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="XboxSecuritySectors" type="{}XboxSecuritySectorsType" minOccurs="0"/>
|
||||
@@ -92,6 +103,17 @@ import javax.xml.bind.annotation.XmlType;
|
||||
"bca",
|
||||
"atip",
|
||||
"pma",
|
||||
"dds",
|
||||
"sai",
|
||||
"lastRMD",
|
||||
"pri",
|
||||
"mediaID",
|
||||
"pfir",
|
||||
"dcb",
|
||||
"di",
|
||||
"pac",
|
||||
"toc",
|
||||
"leadInCdText",
|
||||
"leadIn",
|
||||
"leadOut",
|
||||
"xboxSecuritySectors",
|
||||
@@ -151,6 +173,28 @@ public class OpticalDiscType {
|
||||
protected DumpType atip;
|
||||
@XmlElement(name = "PMA")
|
||||
protected DumpType pma;
|
||||
@XmlElement(name = "DDS")
|
||||
protected DumpType dds;
|
||||
@XmlElement(name = "SAI")
|
||||
protected DumpType sai;
|
||||
@XmlElement(name = "LastRMD")
|
||||
protected DumpType lastRMD;
|
||||
@XmlElement(name = "PRI")
|
||||
protected DumpType pri;
|
||||
@XmlElement(name = "MediaID")
|
||||
protected DumpType mediaID;
|
||||
@XmlElement(name = "PFIR")
|
||||
protected DumpType pfir;
|
||||
@XmlElement(name = "DCB")
|
||||
protected DumpType dcb;
|
||||
@XmlElement(name = "DI")
|
||||
protected DumpType di;
|
||||
@XmlElement(name = "PAC")
|
||||
protected DumpType pac;
|
||||
@XmlElement(name = "TOC")
|
||||
protected DumpType toc;
|
||||
@XmlElement(name = "LeadInCdText")
|
||||
protected DumpType leadInCdText;
|
||||
@XmlElement(name = "LeadIn")
|
||||
protected List<BorderType> leadIn;
|
||||
@XmlElement(name = "LeadOut")
|
||||
@@ -778,6 +822,270 @@ public class OpticalDiscType {
|
||||
this.pma = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the dds property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getDDS() {
|
||||
return dds;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the dds property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setDDS(DumpType value) {
|
||||
this.dds = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the sai property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getSAI() {
|
||||
return sai;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the sai property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setSAI(DumpType value) {
|
||||
this.sai = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the lastRMD property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getLastRMD() {
|
||||
return lastRMD;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the lastRMD property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setLastRMD(DumpType value) {
|
||||
this.lastRMD = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the pri property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getPRI() {
|
||||
return pri;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the pri property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setPRI(DumpType value) {
|
||||
this.pri = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the mediaID property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getMediaID() {
|
||||
return mediaID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the mediaID property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setMediaID(DumpType value) {
|
||||
this.mediaID = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the pfir property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getPFIR() {
|
||||
return pfir;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the pfir property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setPFIR(DumpType value) {
|
||||
this.pfir = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the dcb property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getDCB() {
|
||||
return dcb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the dcb property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setDCB(DumpType value) {
|
||||
this.dcb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the di property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getDI() {
|
||||
return di;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the di property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setDI(DumpType value) {
|
||||
this.di = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the pac property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getPAC() {
|
||||
return pac;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the pac property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setPAC(DumpType value) {
|
||||
this.pac = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the toc property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getTOC() {
|
||||
return toc;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the toc property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setTOC(DumpType value) {
|
||||
this.toc = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the leadInCdText property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getLeadInCdText() {
|
||||
return leadInCdText;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the leadInCdText property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setLeadInCdText(DumpType value) {
|
||||
this.leadInCdText = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the leadIn property.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user