Added PCI, USB, ATA, SCSI, SD, MMC information fields

This commit is contained in:
2015-11-09 04:13:37 +00:00
parent 9b6d7356ad
commit 322a1a3322
60 changed files with 490 additions and 57 deletions

View File

@@ -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.11.09 at 03:41:35 AM WET
// Generated on: 2015.11.09 at 04:13:07 AM WET
//
@@ -168,6 +168,14 @@ public class ObjectFactory {
return new MediaScanType();
}
/**
* Create an instance of {@link SCSIType }
*
*/
public SCSIType createSCSIType() {
return new SCSIType();
}
/**
* Create an instance of {@link ScanProcessingType }
*
@@ -208,6 +216,14 @@ public class ObjectFactory {
return new RequiredOperatingSystemsType();
}
/**
* Create an instance of {@link SecureDigitalType }
*
*/
public SecureDigitalType createSecureDigitalType() {
return new SecureDigitalType();
}
/**
* Create an instance of {@link SystemsType }
*
@@ -328,6 +344,14 @@ public class ObjectFactory {
return new BorderType();
}
/**
* Create an instance of {@link ATAType }
*
*/
public ATAType createATAType() {
return new ATAType();
}
/**
* Create an instance of {@link LanguagesType }
*
@@ -360,6 +384,14 @@ public class ObjectFactory {
return new SequenceType();
}
/**
* Create an instance of {@link EVPDType }
*
*/
public EVPDType createEVPDType() {
return new EVPDType();
}
/**
* Create an instance of {@link OpticalDiscType }
*
@@ -408,6 +440,22 @@ public class ObjectFactory {
return new ScansType();
}
/**
* Create an instance of {@link PCIType }
*
*/
public PCIType createPCIType() {
return new PCIType();
}
/**
* Create an instance of {@link USBType }
*
*/
public USBType createUSBType() {
return new USBType();
}
/**
* Create an instance of {@link UserManualType }
*