The following schema fragment specifies the expected content contained within this class.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
block;
+ @XmlElement(name = "CopyProtection")
+ protected String copyProtection;
+ @XmlElement(name = "Dimensions", required = true)
+ protected DimensionsType dimensions;
+ @XmlElement(name = "Scans")
+ protected ScansType scans;
+ @XmlElement(name = "DumpHardwareArray")
+ protected DumpHardwareArrayType dumpHardwareArray;
+
+ /**
+ * Gets the value of the image property.
+ *
+ * @return
+ * possible object is
+ * {@link ImageType }
+ *
+ */
+ public ImageType getImage() {
+ return image;
+ }
+
+ /**
+ * Sets the value of the image property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ImageType }
+ *
+ */
+ public void setImage(ImageType value) {
+ this.image = value;
+ }
+
+ /**
+ * Gets the value of the size property.
+ *
+ */
+ public long getSize() {
+ return size;
+ }
+
+ /**
+ * Sets the value of the size property.
+ *
+ */
+ public void setSize(long value) {
+ this.size = value;
+ }
+
+ /**
+ * Gets the value of the checksums property.
+ *
+ * @return
+ * possible object is
+ * {@link ChecksumsType }
+ *
+ */
+ public ChecksumsType getChecksums() {
+ return checksums;
+ }
+
+ /**
+ * Sets the value of the checksums property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ChecksumsType }
+ *
+ */
+ public void setChecksums(ChecksumsType value) {
+ this.checksums = value;
+ }
+
+ /**
+ * Gets the value of the sequence property.
+ *
+ * @return
+ * possible object is
+ * {@link SequenceType }
+ *
+ */
+ public SequenceType getSequence() {
+ return sequence;
+ }
+
+ /**
+ * Sets the value of the sequence property.
+ *
+ * @param value
+ * allowed object is
+ * {@link SequenceType }
+ *
+ */
+ public void setSequence(SequenceType value) {
+ this.sequence = value;
+ }
+
+ /**
+ * Gets the value of the manufacturer property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getManufacturer() {
+ return manufacturer;
+ }
+
+ /**
+ * Sets the value of the manufacturer property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setManufacturer(String value) {
+ this.manufacturer = value;
+ }
+
+ /**
+ * Gets the value of the model property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getModel() {
+ return model;
+ }
+
+ /**
+ * Sets the value of the model property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setModel(String value) {
+ this.model = value;
+ }
+
+ /**
+ * Gets the value of the accoustID property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getAccoustID() {
+ return accoustID;
+ }
+
+ /**
+ * Sets the value of the accoustID property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setAccoustID(String value) {
+ this.accoustID = value;
+ }
+
+ /**
+ * Gets the value of the block property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set method for the block property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getBlock().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link AudioBlockType }
+ *
+ *
+ */
+ public List getBlock() {
+ if (block == null) {
+ block = new ArrayList();
+ }
+ return this.block;
+ }
+
+ /**
+ * Gets the value of the copyProtection property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCopyProtection() {
+ return copyProtection;
+ }
+
+ /**
+ * Sets the value of the copyProtection property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCopyProtection(String value) {
+ this.copyProtection = value;
+ }
+
+ /**
+ * Gets the value of the dimensions property.
+ *
+ * @return
+ * possible object is
+ * {@link DimensionsType }
+ *
+ */
+ public DimensionsType getDimensions() {
+ return dimensions;
+ }
+
+ /**
+ * Sets the value of the dimensions property.
+ *
+ * @param value
+ * allowed object is
+ * {@link DimensionsType }
+ *
+ */
+ public void setDimensions(DimensionsType value) {
+ this.dimensions = value;
+ }
+
+ /**
+ * Gets the value of the scans property.
+ *
+ * @return
+ * possible object is
+ * {@link ScansType }
+ *
+ */
+ public ScansType getScans() {
+ return scans;
+ }
+
+ /**
+ * Sets the value of the scans property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ScansType }
+ *
+ */
+ public void setScans(ScansType value) {
+ this.scans = value;
+ }
+
+ /**
+ * Gets the value of the dumpHardwareArray property.
+ *
+ * @return
+ * possible object is
+ * {@link DumpHardwareArrayType }
+ *
+ */
+ public DumpHardwareArrayType getDumpHardwareArray() {
+ return dumpHardwareArray;
+ }
+
+ /**
+ * Sets the value of the dumpHardwareArray property.
+ *
+ * @param value
+ * allowed object is
+ * {@link DumpHardwareArrayType }
+ *
+ */
+ public void setDumpHardwareArray(DumpHardwareArrayType value) {
+ this.dumpHardwareArray = value;
+ }
+
+}
diff --git a/java/generated/AudioTracksType.java b/java/generated/AudioTracksType.java
index 9368568..c1deb0c 100644
--- a/java/generated/AudioTracksType.java
+++ b/java/generated/AudioTracksType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/BarcodeType.java b/java/generated/BarcodeType.java
index 99c6898..04a0682 100644
--- a/java/generated/BarcodeType.java
+++ b/java/generated/BarcodeType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/BarcodesType.java b/java/generated/BarcodesType.java
index 9caa95c..73e9d5c 100644
--- a/java/generated/BarcodesType.java
+++ b/java/generated/BarcodesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/BlockMediaType.java b/java/generated/BlockMediaType.java
index d2d9da1..f2f214c 100644
--- a/java/generated/BlockMediaType.java
+++ b/java/generated/BlockMediaType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
@@ -54,6 +54,7 @@ import javax.xml.bind.annotation.XmlType;
* <element name="CopyProtection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Dimensions" type="{}DimensionsType"/>
* <element name="FileSystemInformation" type="{}FileSystemInformationType" minOccurs="0"/>
+ * <element name="DumpHardwareArray" type="{}DumpHardwareArrayType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -89,7 +90,8 @@ import javax.xml.bind.annotation.XmlType;
"track",
"copyProtection",
"dimensions",
- "fileSystemInformation"
+ "fileSystemInformation",
+ "dumpHardwareArray"
})
public class BlockMediaType {
@@ -145,6 +147,8 @@ public class BlockMediaType {
protected DimensionsType dimensions;
@XmlElement(name = "FileSystemInformation")
protected FileSystemInformationType fileSystemInformation;
+ @XmlElement(name = "DumpHardwareArray")
+ protected DumpHardwareArrayType dumpHardwareArray;
/**
* Gets the value of the image property.
@@ -743,4 +747,28 @@ public class BlockMediaType {
this.fileSystemInformation = value;
}
+ /**
+ * Gets the value of the dumpHardwareArray property.
+ *
+ * @return
+ * possible object is
+ * {@link DumpHardwareArrayType }
+ *
+ */
+ public DumpHardwareArrayType getDumpHardwareArray() {
+ return dumpHardwareArray;
+ }
+
+ /**
+ * Sets the value of the dumpHardwareArray property.
+ *
+ * @param value
+ * allowed object is
+ * {@link DumpHardwareArrayType }
+ *
+ */
+ public void setDumpHardwareArray(DumpHardwareArrayType value) {
+ this.dumpHardwareArray = value;
+ }
+
}
diff --git a/java/generated/BlockTrackType.java b/java/generated/BlockTrackType.java
index 4ea6646..19bba18 100644
--- a/java/generated/BlockTrackType.java
+++ b/java/generated/BlockTrackType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/BookType.java b/java/generated/BookType.java
index 9705076..99dc166 100644
--- a/java/generated/BookType.java
+++ b/java/generated/BookType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/BorderType.java b/java/generated/BorderType.java
index 8ed4231..5bb6d44 100644
--- a/java/generated/BorderType.java
+++ b/java/generated/BorderType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/CICMMetadataType.java b/java/generated/CICMMetadataType.java
index 3b74e7a..7b7692e 100644
--- a/java/generated/CICMMetadataType.java
+++ b/java/generated/CICMMetadataType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
@@ -67,6 +67,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
* <element name="LinearMedia" type="{}LinearMediaType" maxOccurs="unbounded" minOccurs="0"/>
* <element name="PCICard" type="{}PCIType" maxOccurs="unbounded" minOccurs="0"/>
* <element name="BlockMedia" type="{}BlockMediaType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="AudioMedia" type="{}AudioMediaType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -102,7 +103,8 @@ import javax.xml.datatype.XMLGregorianCalendar;
"advertisement",
"linearMedia",
"pciCard",
- "blockMedia"
+ "blockMedia",
+ "audioMedia"
})
public class CICMMetadataType {
@@ -159,6 +161,8 @@ public class CICMMetadataType {
protected List pciCard;
@XmlElement(name = "BlockMedia")
protected List blockMedia;
+ @XmlElement(name = "AudioMedia")
+ protected List audioMedia;
/**
* Gets the value of the developer property.
@@ -844,4 +848,33 @@ public class CICMMetadataType {
return this.blockMedia;
}
+ /**
+ * Gets the value of the audioMedia property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set method for the audioMedia property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getAudioMedia().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link AudioMediaType }
+ *
+ *
+ */
+ public List getAudioMedia() {
+ if (audioMedia == null) {
+ audioMedia = new ArrayList();
+ }
+ return this.audioMedia;
+ }
+
}
diff --git a/java/generated/CaseScanType.java b/java/generated/CaseScanType.java
index abd556e..947fe50 100644
--- a/java/generated/CaseScanType.java
+++ b/java/generated/CaseScanType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/CaseType.java b/java/generated/CaseType.java
index b8092f3..06bd3f1 100644
--- a/java/generated/CaseType.java
+++ b/java/generated/CaseType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/CategoriesType.java b/java/generated/CategoriesType.java
index 57d9359..ab89e6f 100644
--- a/java/generated/CategoriesType.java
+++ b/java/generated/CategoriesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ChecksumType.java b/java/generated/ChecksumType.java
index 938570f..f185e7a 100644
--- a/java/generated/ChecksumType.java
+++ b/java/generated/ChecksumType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ChecksumsType.java b/java/generated/ChecksumsType.java
index 8df3b00..d1e929a 100644
--- a/java/generated/ChecksumsType.java
+++ b/java/generated/ChecksumsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/CoordinatesType.java b/java/generated/CoordinatesType.java
index 085c6f8..3153ada 100644
--- a/java/generated/CoordinatesType.java
+++ b/java/generated/CoordinatesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/CoverType.java b/java/generated/CoverType.java
index 2b444f4..8d6d9c3 100644
--- a/java/generated/CoverType.java
+++ b/java/generated/CoverType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/DimensionsType.java b/java/generated/DimensionsType.java
index 9fa420b..755de14 100644
--- a/java/generated/DimensionsType.java
+++ b/java/generated/DimensionsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/DumpHardwareArrayType.java b/java/generated/DumpHardwareArrayType.java
index ed2a811..083cd81 100644
--- a/java/generated/DumpHardwareArrayType.java
+++ b/java/generated/DumpHardwareArrayType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/DumpHardwareType.java b/java/generated/DumpHardwareType.java
index b04e35d..f5f69fb 100644
--- a/java/generated/DumpHardwareType.java
+++ b/java/generated/DumpHardwareType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/DumpType.java b/java/generated/DumpType.java
index 7810a72..95dab51 100644
--- a/java/generated/DumpType.java
+++ b/java/generated/DumpType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/EVPDType.java b/java/generated/EVPDType.java
index 8056bd9..0065cc8 100644
--- a/java/generated/EVPDType.java
+++ b/java/generated/EVPDType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ExtentType.java b/java/generated/ExtentType.java
index 59918e4..60860bf 100644
--- a/java/generated/ExtentType.java
+++ b/java/generated/ExtentType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ExtentsType.java b/java/generated/ExtentsType.java
index 2c2a70f..ffc8080 100644
--- a/java/generated/ExtentsType.java
+++ b/java/generated/ExtentsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/FileSystemInformationType.java b/java/generated/FileSystemInformationType.java
index 5f0eecb..0a952a0 100644
--- a/java/generated/FileSystemInformationType.java
+++ b/java/generated/FileSystemInformationType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/FileSystemType.java b/java/generated/FileSystemType.java
index 7bd3b95..0dcb703 100644
--- a/java/generated/FileSystemType.java
+++ b/java/generated/FileSystemType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/FileSystemsType.java b/java/generated/FileSystemsType.java
index 3a9b73c..d2fb0d5 100644
--- a/java/generated/FileSystemsType.java
+++ b/java/generated/FileSystemsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/FileType.java b/java/generated/FileType.java
index 7e829c2..985a723 100644
--- a/java/generated/FileType.java
+++ b/java/generated/FileType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ImageType.java b/java/generated/ImageType.java
index c2b69af..cdea095 100644
--- a/java/generated/ImageType.java
+++ b/java/generated/ImageType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/KeywordsType.java b/java/generated/KeywordsType.java
index 6641241..48684ed 100644
--- a/java/generated/KeywordsType.java
+++ b/java/generated/KeywordsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/LanguagesType.java b/java/generated/LanguagesType.java
index 34483c0..3cd98a8 100644
--- a/java/generated/LanguagesType.java
+++ b/java/generated/LanguagesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/LayeredTextType.java b/java/generated/LayeredTextType.java
index dcbf098..1435641 100644
--- a/java/generated/LayeredTextType.java
+++ b/java/generated/LayeredTextType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/LayersType.java b/java/generated/LayersType.java
index 4fcb2f2..0f83fb3 100644
--- a/java/generated/LayersType.java
+++ b/java/generated/LayersType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/LinearMediaType.java b/java/generated/LinearMediaType.java
index ccfafce..3984f07 100644
--- a/java/generated/LinearMediaType.java
+++ b/java/generated/LinearMediaType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/MagazineType.java b/java/generated/MagazineType.java
index a09bcb7..9812d4f 100644
--- a/java/generated/MagazineType.java
+++ b/java/generated/MagazineType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/MediaScanType.java b/java/generated/MediaScanType.java
index 9f8494c..ac9d552 100644
--- a/java/generated/MediaScanType.java
+++ b/java/generated/MediaScanType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/OCRType.java b/java/generated/OCRType.java
index 7987f5a..d2d2775 100644
--- a/java/generated/OCRType.java
+++ b/java/generated/OCRType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ObjectFactory.java b/java/generated/ObjectFactory.java
index e618881..cfb80f8 100644
--- a/java/generated/ObjectFactory.java
+++ b/java/generated/ObjectFactory.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
@@ -488,6 +488,14 @@ public class ObjectFactory {
return new BarcodesType();
}
+ /**
+ * Create an instance of {@link AudioMediaType }
+ *
+ */
+ public AudioMediaType createAudioMediaType() {
+ return new AudioMediaType();
+ }
+
/**
* Create an instance of {@link CoordinatesType }
*
@@ -568,6 +576,14 @@ public class ObjectFactory {
return new PS3EncryptionType();
}
+ /**
+ * Create an instance of {@link AudioBlockType }
+ *
+ */
+ public AudioBlockType createAudioBlockType() {
+ return new AudioBlockType();
+ }
+
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CICMMetadataType }{@code >}}
*
diff --git a/java/generated/OpticalDiscType.java b/java/generated/OpticalDiscType.java
index 103d3ea..10d8b31 100644
--- a/java/generated/OpticalDiscType.java
+++ b/java/generated/OpticalDiscType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/PCIType.java b/java/generated/PCIType.java
index 55f314e..c36af18 100644
--- a/java/generated/PCIType.java
+++ b/java/generated/PCIType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/PCMCIAType.java b/java/generated/PCMCIAType.java
index 641e9f0..9542722 100644
--- a/java/generated/PCMCIAType.java
+++ b/java/generated/PCMCIAType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/PS3EncryptionType.java b/java/generated/PS3EncryptionType.java
index f7dfda7..5400c34 100644
--- a/java/generated/PS3EncryptionType.java
+++ b/java/generated/PS3EncryptionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/PartitionType.java b/java/generated/PartitionType.java
index 10a5923..dd4d4ad 100644
--- a/java/generated/PartitionType.java
+++ b/java/generated/PartitionType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/RecordingType.java b/java/generated/RecordingType.java
index 82d16a1..0eb2d03 100644
--- a/java/generated/RecordingType.java
+++ b/java/generated/RecordingType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/RequiredOperatingSystemType.java b/java/generated/RequiredOperatingSystemType.java
index b89dd2a..86bf657 100644
--- a/java/generated/RequiredOperatingSystemType.java
+++ b/java/generated/RequiredOperatingSystemType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/RequiredOperatingSystemsType.java b/java/generated/RequiredOperatingSystemsType.java
index 2c743ff..d7157d7 100644
--- a/java/generated/RequiredOperatingSystemsType.java
+++ b/java/generated/RequiredOperatingSystemsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SCSIType.java b/java/generated/SCSIType.java
index d499167..ad615e3 100644
--- a/java/generated/SCSIType.java
+++ b/java/generated/SCSIType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ScanProcessingType.java b/java/generated/ScanProcessingType.java
index 0761f5b..f34e77c 100644
--- a/java/generated/ScanProcessingType.java
+++ b/java/generated/ScanProcessingType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ScanType.java b/java/generated/ScanType.java
index fa623a3..32d9759 100644
--- a/java/generated/ScanType.java
+++ b/java/generated/ScanType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ScannerType.java b/java/generated/ScannerType.java
index 0eb484e..11615e5 100644
--- a/java/generated/ScannerType.java
+++ b/java/generated/ScannerType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/ScansType.java b/java/generated/ScansType.java
index 3af01db..730d5cf 100644
--- a/java/generated/ScansType.java
+++ b/java/generated/ScansType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SectorsType.java b/java/generated/SectorsType.java
index 68a904a..d3dea47 100644
--- a/java/generated/SectorsType.java
+++ b/java/generated/SectorsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SecureDigitalType.java b/java/generated/SecureDigitalType.java
index 3ea2bdc..ab64b1f 100644
--- a/java/generated/SecureDigitalType.java
+++ b/java/generated/SecureDigitalType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SecuritySectorsType.java b/java/generated/SecuritySectorsType.java
index c1bf886..da98913 100644
--- a/java/generated/SecuritySectorsType.java
+++ b/java/generated/SecuritySectorsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SequenceType.java b/java/generated/SequenceType.java
index 472daef..d699e68 100644
--- a/java/generated/SequenceType.java
+++ b/java/generated/SequenceType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SoftwareType.java b/java/generated/SoftwareType.java
index cb5e9ed..6e2e5af 100644
--- a/java/generated/SoftwareType.java
+++ b/java/generated/SoftwareType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SubChannelType.java b/java/generated/SubChannelType.java
index b50921a..ca70a08 100644
--- a/java/generated/SubChannelType.java
+++ b/java/generated/SubChannelType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SubcategoriesType.java b/java/generated/SubcategoriesType.java
index 2f70cf4..d440b9f 100644
--- a/java/generated/SubcategoriesType.java
+++ b/java/generated/SubcategoriesType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SubtitleTracksType.java b/java/generated/SubtitleTracksType.java
index 8e9538a..9b3f7c7 100644
--- a/java/generated/SubtitleTracksType.java
+++ b/java/generated/SubtitleTracksType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/SystemsType.java b/java/generated/SystemsType.java
index 6857482..9f72a06 100644
--- a/java/generated/SystemsType.java
+++ b/java/generated/SystemsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/TrackSequenceType.java b/java/generated/TrackSequenceType.java
index d125c0c..e98636c 100644
--- a/java/generated/TrackSequenceType.java
+++ b/java/generated/TrackSequenceType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/TrackType.java b/java/generated/TrackType.java
index d28ed4d..f36ec2a 100644
--- a/java/generated/TrackType.java
+++ b/java/generated/TrackType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/USBType.java b/java/generated/USBType.java
index b5e9ece..3d2b082 100644
--- a/java/generated/USBType.java
+++ b/java/generated/USBType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/UserManualType.java b/java/generated/UserManualType.java
index 92c8af7..b9f18a9 100644
--- a/java/generated/UserManualType.java
+++ b/java/generated/UserManualType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/VideoTracksType.java b/java/generated/VideoTracksType.java
index 7936c82..463aff1 100644
--- a/java/generated/VideoTracksType.java
+++ b/java/generated/VideoTracksType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//
diff --git a/java/generated/XboxSecuritySectorsType.java b/java/generated/XboxSecuritySectorsType.java
index 4ec0461..c1d6079 100644
--- a/java/generated/XboxSecuritySectorsType.java
+++ b/java/generated/XboxSecuritySectorsType.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2015.11.09 at 04:57:50 AM WET
+// Generated on: 2015.11.09 at 05:09:39 AM WET
//