Added Linear media, like flash, ram, rom, cartridge, etc

This commit is contained in:
2015-11-09 03:45:04 +00:00
parent ebd39dd982
commit 9b6d7356ad
60 changed files with 1388 additions and 770 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.07 at 05:27:06 AM WET
// Generated on: 2015.11.09 at 03:41:35 AM WET
//
@@ -161,11 +161,11 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link DiscScanType }
* Create an instance of {@link MediaScanType }
*
*/
public DiscScanType createDiscScanType() {
return new DiscScanType();
public MediaScanType createMediaScanType() {
return new MediaScanType();
}
/**
@@ -184,6 +184,14 @@ public class ObjectFactory {
return new RecordingType();
}
/**
* Create an instance of {@link LinearMediaType }
*
*/
public LinearMediaType createLinearMediaType() {
return new LinearMediaType();
}
/**
* Create an instance of {@link RequiredOperatingSystemType }
*
@@ -384,6 +392,14 @@ public class ObjectFactory {
return new XboxSecuritySectorsType();
}
/**
* Create an instance of {@link PCMCIAType }
*
*/
public PCMCIAType createPCMCIAType() {
return new PCMCIAType();
}
/**
* Create an instance of {@link ScansType }
*