Added information specific to streaming digital tapes, like variable block size, partitions, files, etc

This commit is contained in:
2016-10-12 00:06:27 +01:00
parent ab5967fcff
commit 3df79256d4
78 changed files with 2819 additions and 383 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: 2016.01.29 at 11:21:42 PM WET
// Generated on: 2016.10.12 at 12:03:44 AM WEST
//
@@ -224,6 +224,22 @@ public class ObjectFactory {
return new SecureDigitalType();
}
/**
* Create an instance of {@link TapeInformationType }
*
*/
public TapeInformationType createTapeInformationType() {
return new TapeInformationType();
}
/**
* Create an instance of {@link VariableBlockSizeType }
*
*/
public VariableBlockSizeType createVariableBlockSizeType() {
return new VariableBlockSizeType();
}
/**
* Create an instance of {@link BlockTrackType }
*
@@ -248,6 +264,14 @@ public class ObjectFactory {
return new TrackSequenceType();
}
/**
* Create an instance of {@link TapePartitionType }
*
*/
public TapePartitionType createTapePartitionType() {
return new TapePartitionType();
}
/**
* Create an instance of {@link PartitionType }
*
@@ -264,6 +288,14 @@ public class ObjectFactory {
return new CaseScanType();
}
/**
* Create an instance of {@link TapeFileType }
*
*/
public TapeFileType createTapeFileType() {
return new TapeFileType();
}
/**
* Create an instance of {@link ScanType }
*
@@ -400,6 +432,14 @@ public class ObjectFactory {
return new EVPDType();
}
/**
* Create an instance of {@link BlockSizeType }
*
*/
public BlockSizeType createBlockSizeType() {
return new BlockSizeType();
}
/**
* Create an instance of {@link OpticalDiscType }
*