This repository has been archived on 2025-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
CICMMetadata/java/generated/ObjectFactory.java

717 lines
16 KiB
Java
Raw Normal View History

2015-11-07 03:13:57 +00:00
//
2020-07-12 21:55:37 +01:00
// 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.
2020-07-12 22:15:54 +01:00
// Generado el: 2020.07.12 a las 10:14:31 PM WEST
2015-11-07 03:13:57 +00:00
//
package generated;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the generated package.
* <p>An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups. Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName _CICMMetadata_QNAME = new QName("", "CICMMetadata");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link CICMMetadataType }
*
*/
public CICMMetadataType createCICMMetadataType() {
return new CICMMetadataType();
}
2015-11-07 05:28:44 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link VideoTracksType }
2015-11-07 05:28:44 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public VideoTracksType createVideoTracksType() {
return new VideoTracksType();
2015-11-07 05:28:44 +00:00
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link CoverType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public CoverType createCoverType() {
return new CoverType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ExtentsType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ExtentsType createExtentsType() {
return new ExtentsType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link FileSystemInformationType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public FileSystemInformationType createFileSystemInformationType() {
return new FileSystemInformationType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SecuritySectorsType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SecuritySectorsType createSecuritySectorsType() {
return new SecuritySectorsType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link DumpHardwareType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public DumpHardwareType createDumpHardwareType() {
return new DumpHardwareType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ArchitecturesType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ArchitecturesType createArchitecturesType() {
return new ArchitecturesType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link FileSystemsType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public FileSystemsType createFileSystemsType() {
return new FileSystemsType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ChecksumType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ChecksumType createChecksumType() {
return new ChecksumType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SoftwareType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SoftwareType createSoftwareType() {
return new SoftwareType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ImageType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ImageType createImageType() {
return new ImageType();
2015-11-07 03:13:57 +00:00
}
2015-11-07 05:28:44 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SubtitleTracksType }
2015-11-07 05:28:44 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SubtitleTracksType createSubtitleTracksType() {
return new SubtitleTracksType();
2015-11-07 05:28:44 +00:00
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link DirectoryType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public DirectoryType createDirectoryType() {
return new DirectoryType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link TrackIndexesType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public TrackIndexesType createTrackIndexesType() {
return new TrackIndexesType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link DumpHardwareArrayType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public DumpHardwareArrayType createDumpHardwareArrayType() {
return new DumpHardwareArrayType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SubChannelType }
*
*/
2020-07-12 21:55:37 +01:00
public SubChannelType createSubChannelType() {
return new SubChannelType();
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link MediaScanType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public MediaScanType createMediaScanType() {
return new MediaScanType();
2015-11-07 03:13:57 +00:00
}
2015-11-07 05:28:44 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SCSIType }
2015-11-07 05:28:44 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SCSIType createSCSIType() {
return new SCSIType();
2015-11-07 05:28:44 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ScanProcessingType }
*
*/
2020-07-12 21:55:37 +01:00
public ScanProcessingType createScanProcessingType() {
return new ScanProcessingType();
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link RecordingType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public RecordingType createRecordingType() {
return new RecordingType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link LinearMediaType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public LinearMediaType createLinearMediaType() {
return new LinearMediaType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link FilesystemContentsType }
*
*/
2020-07-12 21:55:37 +01:00
public FilesystemContentsType createFilesystemContentsType() {
return new FilesystemContentsType();
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link RequiredOperatingSystemType }
*
*/
2020-07-12 21:55:37 +01:00
public RequiredOperatingSystemType createRequiredOperatingSystemType() {
return new RequiredOperatingSystemType();
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link RequiredOperatingSystemsType }
*
*/
2020-07-12 21:55:37 +01:00
public RequiredOperatingSystemsType createRequiredOperatingSystemsType() {
return new RequiredOperatingSystemsType();
}
2015-11-09 04:58:17 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SecureDigitalType }
2015-11-09 04:58:17 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SecureDigitalType createSecureDigitalType() {
return new SecureDigitalType();
2015-11-09 04:58:17 +00:00
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link TapeInformationType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public TapeInformationType createTapeInformationType() {
return new TapeInformationType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link TrackIndexType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public TrackIndexType createTrackIndexType() {
return new TrackIndexType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link VariableBlockSizeType }
*
*/
2020-07-12 21:55:37 +01:00
public VariableBlockSizeType createVariableBlockSizeType() {
return new VariableBlockSizeType();
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link BlockTrackType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public BlockTrackType createBlockTrackType() {
return new BlockTrackType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SystemsType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SystemsType createSystemsType() {
return new SystemsType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link TrackSequenceType }
*
*/
2020-07-12 21:55:37 +01:00
public TrackSequenceType createTrackSequenceType() {
return new TrackSequenceType();
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link TapePartitionType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public TapePartitionType createTapePartitionType() {
return new TapePartitionType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link PartitionType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public PartitionType createPartitionType() {
return new PartitionType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link CaseScanType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public CaseScanType createCaseScanType() {
return new CaseScanType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link TapeFileType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public TapeFileType createTapeFileType() {
return new TapeFileType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ScanType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ScanType createScanType() {
return new ScanType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link KeywordsType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public KeywordsType createKeywordsType() {
return new KeywordsType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link BookType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public BookType createBookType() {
return new BookType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SubcategoriesType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SubcategoriesType createSubcategoriesType() {
return new SubcategoriesType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link CaseType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public CaseType createCaseType() {
return new CaseType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link MagazineType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public MagazineType createMagazineType() {
return new MagazineType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link DumpType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public DumpType createDumpType() {
return new DumpType();
2015-11-07 03:13:57 +00:00
}
2020-07-12 22:15:54 +01:00
/**
* Create an instance of {@link TrackFlagsType }
*
*/
public TrackFlagsType createTrackFlagsType() {
return new TrackFlagsType();
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link LayersType }
*
*/
2020-07-12 21:55:37 +01:00
public LayersType createLayersType() {
return new LayersType();
2019-04-22 23:44:22 +01:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link CategoriesType }
2019-04-22 23:44:22 +01:00
*
*/
2020-07-12 21:55:37 +01:00
public CategoriesType createCategoriesType() {
return new CategoriesType();
2019-04-22 23:44:22 +01:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link BarcodeType }
2019-04-22 23:44:22 +01:00
*
*/
2020-07-12 21:55:37 +01:00
public BarcodeType createBarcodeType() {
return new BarcodeType();
2019-04-22 23:44:22 +01:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link BorderType }
2019-04-22 23:44:22 +01:00
*
*/
2020-07-12 21:55:37 +01:00
public BorderType createBorderType() {
return new BorderType();
}
/**
* Create an instance of {@link ATAType }
*
*/
public ATAType createATAType() {
return new ATAType();
}
2015-11-07 03:13:57 +00:00
/**
* Create an instance of {@link LanguagesType }
*
*/
public LanguagesType createLanguagesType() {
return new LanguagesType();
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ChecksumsType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ChecksumsType createChecksumsType() {
return new ChecksumsType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ScannerType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ScannerType createScannerType() {
return new ScannerType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SequenceType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SequenceType createSequenceType() {
return new SequenceType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link EVPDType }
*
*/
2020-07-12 21:55:37 +01:00
public EVPDType createEVPDType() {
return new EVPDType();
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link BlockSizeType }
*
*/
2020-07-12 21:55:37 +01:00
public BlockSizeType createBlockSizeType() {
return new BlockSizeType();
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link OpticalDiscType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public OpticalDiscType createOpticalDiscType() {
return new OpticalDiscType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link OCRType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public OCRType createOCRType() {
return new OCRType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ExtentType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ExtentType createExtentType() {
return new ExtentType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ExtendedAttributeType }
*
*/
2020-07-12 21:55:37 +01:00
public ExtendedAttributeType createExtendedAttributeType() {
return new ExtendedAttributeType();
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link XboxSecuritySectorsType }
*
*/
2020-07-12 21:55:37 +01:00
public XboxSecuritySectorsType createXboxSecuritySectorsType() {
return new XboxSecuritySectorsType();
}
2015-11-07 03:13:57 +00:00
/**
2019-04-22 23:44:22 +01:00
* Create an instance of {@link PCMCIAType }
2015-11-07 03:13:57 +00:00
*
*/
2019-04-22 23:44:22 +01:00
public PCMCIAType createPCMCIAType() {
return new PCMCIAType();
2015-11-07 03:13:57 +00:00
}
2020-07-12 21:55:37 +01:00
/**
* Create an instance of {@link ScansType }
*
*/
public ScansType createScansType() {
return new ScansType();
}
/**
* Create an instance of {@link PCIType }
*
*/
public PCIType createPCIType() {
return new PCIType();
}
2019-04-22 23:44:22 +01:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link USBType }
2019-04-22 23:44:22 +01:00
*
*/
2020-07-12 21:55:37 +01:00
public USBType createUSBType() {
return new USBType();
2019-04-22 23:44:22 +01:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link MultiMediaCardType }
2019-04-22 23:44:22 +01:00
*
*/
2020-07-12 21:55:37 +01:00
public MultiMediaCardType createMultiMediaCardType() {
return new MultiMediaCardType();
2019-04-22 23:44:22 +01:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link UserManualType }
*
*/
2020-07-12 21:55:37 +01:00
public UserManualType createUserManualType() {
return new UserManualType();
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link AdvertisementType }
*
*/
2020-07-12 21:55:37 +01:00
public AdvertisementType createAdvertisementType() {
return new AdvertisementType();
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link BarcodesType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public BarcodesType createBarcodesType() {
return new BarcodesType();
2015-11-07 03:13:57 +00:00
}
2015-11-07 05:28:44 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link AudioMediaType }
2015-11-07 05:28:44 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public AudioMediaType createAudioMediaType() {
return new AudioMediaType();
2015-11-07 05:28:44 +00:00
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ExtendedAttributesType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ExtendedAttributesType createExtendedAttributesType() {
return new ExtendedAttributesType();
2015-11-07 03:13:57 +00:00
}
2015-11-09 05:10:02 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link CoordinatesType }
2015-11-09 05:10:02 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public CoordinatesType createCoordinatesType() {
return new CoordinatesType();
2015-11-09 05:10:02 +00:00
}
2015-11-07 05:28:44 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link ContentsFileType }
2015-11-07 05:28:44 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public ContentsFileType createContentsFileType() {
return new ContentsFileType();
2015-11-07 05:28:44 +00:00
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link SectorsType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public SectorsType createSectorsType() {
return new SectorsType();
2015-11-07 03:13:57 +00:00
}
2015-11-07 05:28:44 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link AudioTracksType }
2015-11-07 05:28:44 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public AudioTracksType createAudioTracksType() {
return new AudioTracksType();
2015-11-07 05:28:44 +00:00
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link LayeredTextType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public LayeredTextType createLayeredTextType() {
return new LayeredTextType();
2015-11-07 03:13:57 +00:00
}
2015-11-09 04:58:17 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link BlockMediaType }
2015-11-09 04:58:17 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public BlockMediaType createBlockMediaType() {
return new BlockMediaType();
2015-11-09 04:58:17 +00:00
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link FileType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public FileType createFileType() {
return new FileType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link DimensionsType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public DimensionsType createDimensionsType() {
return new DimensionsType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link TrackType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public TrackType createTrackType() {
return new TrackType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link FileSystemType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public FileSystemType createFileSystemType() {
return new FileSystemType();
2015-11-07 03:13:57 +00:00
}
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link XboxType }
*
*/
2020-07-12 21:55:37 +01:00
public XboxType createXboxType() {
return new XboxType();
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link PS3EncryptionType }
2015-11-07 03:13:57 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public PS3EncryptionType createPS3EncryptionType() {
return new PS3EncryptionType();
2015-11-07 03:13:57 +00:00
}
2015-11-09 05:10:02 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link AudioBlockType }
2015-11-09 05:10:02 +00:00
*
*/
2020-07-12 21:55:37 +01:00
public AudioBlockType createAudioBlockType() {
return new AudioBlockType();
2015-11-09 05:10:02 +00:00
}
2015-11-07 03:13:57 +00:00
/**
2020-07-12 21:55:37 +01:00
* Create an instance of {@link JAXBElement }{@code <}{@link CICMMetadataType }{@code >}}
2015-11-07 03:13:57 +00:00
*
*/
@XmlElementDecl(namespace = "", name = "CICMMetadata")
public JAXBElement<CICMMetadataType> createCICMMetadata(CICMMetadataType value) {
return new JAXBElement<CICMMetadataType>(_CICMMetadata_QNAME, CICMMetadataType.class, null, value);
}
}