Java class for AdvertisementType complex type. + * + *
The following schema fragment specifies the expected content contained within this class. + * + *
+ * <complexType name="AdvertisementType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Manufacturer" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="Product" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="File" type="{}FileType"/>
+ * <element name="FileSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ * <element name="Frames" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
+ * <element name="Duration" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ * <element name="MeanFrameRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ * <element name="Checksums" type="{}ChecksumsType"/>
+ * <element name="AudioTrack" type="{}AudioTracksType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="VideoTrack" type="{}VideoTracksType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="SubtitleTrack" type="{}SubtitleTracksType" maxOccurs="unbounded"/>
+ * <element name="Recording" type="{}RecordingType" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AdvertisementType", propOrder = {
+ "manufacturer",
+ "product",
+ "file",
+ "fileSize",
+ "frames",
+ "duration",
+ "meanFrameRate",
+ "checksums",
+ "audioTrack",
+ "videoTrack",
+ "subtitleTrack",
+ "recording"
+})
+public class AdvertisementType {
+
+ @XmlElement(name = "Manufacturer", required = true)
+ protected String manufacturer;
+ @XmlElement(name = "Product", required = true)
+ protected String product;
+ @XmlElement(name = "File", required = true)
+ protected FileType file;
+ @XmlElement(name = "FileSize")
+ protected long fileSize;
+ @XmlElement(name = "Frames")
+ protected Long frames;
+ @XmlElement(name = "Duration")
+ protected long duration;
+ @XmlElement(name = "MeanFrameRate")
+ protected Integer meanFrameRate;
+ @XmlElement(name = "Checksums", required = true)
+ protected ChecksumsType checksums;
+ @XmlElement(name = "AudioTrack")
+ protected List
+ * 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 audioTrack property.
+ *
+ *
+ * For example, to add a new item, do as follows: + *
+ * getAudioTrack().add(newItem); + *+ * + * + *
+ * Objects of the following type(s) are allowed in the list
+ * {@link AudioTracksType }
+ *
+ *
+ */
+ public List
+ * 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
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link VideoTracksType }
+ *
+ *
+ */
+ public List
+ * 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
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link SubtitleTracksType }
+ *
+ *
+ */
+ public List Java class for ArchitecturesType complex type.
*
diff --git a/java/generated/AudioTracksType.java b/java/generated/AudioTracksType.java
new file mode 100644
index 0000000..6572c7d
--- /dev/null
+++ b/java/generated/AudioTracksType.java
@@ -0,0 +1,206 @@
+//
+// 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.07 at 05:27:06 AM WET
+//
+
+
+package generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for AudioTracksType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * 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
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link AdvertisementType }
+ *
+ *
+ */
+ public List Java class for CoordinatesType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for DumpType complex type.
*
diff --git a/java/generated/ExtentType.java b/java/generated/ExtentType.java
index e7c6f04..85d51a9 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/ExtentsType.java b/java/generated/ExtentsType.java
index 0123480..ba98c06 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/FileSystemInformationType.java b/java/generated/FileSystemInformationType.java
index f49dd66..9482648 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/FileSystemType.java b/java/generated/FileSystemType.java
index 9a794ef..5aaf6a8 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/FileSystemsType.java b/java/generated/FileSystemsType.java
index 1cef0a1..4ffca4b 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/FileType.java b/java/generated/FileType.java
index 00287f4..cc87809 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/ImageType.java b/java/generated/ImageType.java
index 6509175..3e8269d 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
@@ -16,7 +16,8 @@ import javax.xml.bind.annotation.XmlValue;
/**
- * File containing track dump, and format, binary, yranib, or audio/video container
+ * File containing track dump, and format, binary,
+ * yranib, or audio/video container
*
* Java class for ImageType complex type.
*
diff --git a/java/generated/KeywordsType.java b/java/generated/KeywordsType.java
index 394f28c..283bee0 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/LanguagesType.java b/java/generated/LanguagesType.java
index da08ce4..7664a83 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/LayeredTextType.java b/java/generated/LayeredTextType.java
index 38f8217..aa86da2 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/LayersType.java b/java/generated/LayersType.java
index 44fc21c..069eefa 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/MagazineType.java b/java/generated/MagazineType.java
index 6eeeba6..77a5c8b 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/OCRType.java b/java/generated/OCRType.java
index 0b91b68..685cfe4 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/ObjectFactory.java b/java/generated/ObjectFactory.java
index 1469cf8..4131b03 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
@@ -48,6 +48,14 @@ public class ObjectFactory {
return new CICMMetadataType();
}
+ /**
+ * Create an instance of {@link VideoTracksType }
+ *
+ */
+ public VideoTracksType createVideoTracksType() {
+ return new VideoTracksType();
+ }
+
/**
* Create an instance of {@link CoverType }
*
@@ -128,6 +136,14 @@ public class ObjectFactory {
return new ImageType();
}
+ /**
+ * Create an instance of {@link SubtitleTracksType }
+ *
+ */
+ public SubtitleTracksType createSubtitleTracksType() {
+ return new SubtitleTracksType();
+ }
+
/**
* Create an instance of {@link DumpHardwareArrayType }
*
@@ -160,6 +176,14 @@ public class ObjectFactory {
return new ScanProcessingType();
}
+ /**
+ * Create an instance of {@link RecordingType }
+ *
+ */
+ public RecordingType createRecordingType() {
+ return new RecordingType();
+ }
+
/**
* Create an instance of {@link RequiredOperatingSystemType }
*
@@ -376,6 +400,14 @@ public class ObjectFactory {
return new UserManualType();
}
+ /**
+ * Create an instance of {@link AdvertisementType }
+ *
+ */
+ public AdvertisementType createAdvertisementType() {
+ return new AdvertisementType();
+ }
+
/**
* Create an instance of {@link BarcodesType }
*
@@ -384,6 +416,14 @@ public class ObjectFactory {
return new BarcodesType();
}
+ /**
+ * Create an instance of {@link CoordinatesType }
+ *
+ */
+ public CoordinatesType createCoordinatesType() {
+ return new CoordinatesType();
+ }
+
/**
* Create an instance of {@link SectorsType }
*
@@ -392,6 +432,14 @@ public class ObjectFactory {
return new SectorsType();
}
+ /**
+ * Create an instance of {@link AudioTracksType }
+ *
+ */
+ public AudioTracksType createAudioTracksType() {
+ return new AudioTracksType();
+ }
+
/**
* Create an instance of {@link LayeredTextType }
*
diff --git a/java/generated/OpticalDiscType.java b/java/generated/OpticalDiscType.java
index b1588c1..a15e1a5 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/PS3EncryptionType.java b/java/generated/PS3EncryptionType.java
index 31d6654..ddc6c59 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/PartitionType.java b/java/generated/PartitionType.java
index a3dc64e..14786f3 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/RecordingType.java b/java/generated/RecordingType.java
new file mode 100644
index 0000000..f305ec3
--- /dev/null
+++ b/java/generated/RecordingType.java
@@ -0,0 +1,292 @@
+//
+// 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.07 at 05:27:06 AM WET
+//
+
+
+package generated;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSchemaType;
+import javax.xml.bind.annotation.XmlType;
+import javax.xml.datatype.XMLGregorianCalendar;
+
+
+/**
+ * Java class for RecordingType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * 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
+ * For example, to add a new item, do as follows:
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link SoftwareType }
+ *
+ *
+ */
+ public List Java class for ScanProcessingType complex type.
*
diff --git a/java/generated/ScanType.java b/java/generated/ScanType.java
index 7f29a26..b578ed6 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/ScannerType.java b/java/generated/ScannerType.java
index 233d93b..0a40997 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/ScansType.java b/java/generated/ScansType.java
index 47ed45a..e6373af 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/SectorsType.java b/java/generated/SectorsType.java
index a629b70..cf35a08 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/SecuritySectorsType.java b/java/generated/SecuritySectorsType.java
index db4b7a9..f2058ee 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
@@ -16,6 +16,7 @@ import javax.xml.bind.annotation.XmlType;
/**
* Start and end of XGD's security sectors
+ *
*
* Java class for SecuritySectorsType complex type.
*
diff --git a/java/generated/SequenceType.java b/java/generated/SequenceType.java
index cf83c4a..ae9d504 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
@@ -16,6 +16,7 @@ import javax.xml.bind.annotation.XmlType;
/**
* Sequence information about a disc
+ *
*
* Java class for SequenceType complex type.
*
diff --git a/java/generated/SoftwareType.java b/java/generated/SoftwareType.java
index 288898b..6735607 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/SubChannelType.java b/java/generated/SubChannelType.java
index cf58c7b..2395c9e 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/SubcategoriesType.java b/java/generated/SubcategoriesType.java
index d0020c7..2067b01 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/SubtitleTracksType.java b/java/generated/SubtitleTracksType.java
new file mode 100644
index 0000000..84a39d5
--- /dev/null
+++ b/java/generated/SubtitleTracksType.java
@@ -0,0 +1,122 @@
+//
+// 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.07 at 05:27:06 AM WET
+//
+
+
+package generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for SubtitleTracksType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for TrackSequenceType complex type.
*
diff --git a/java/generated/TrackType.java b/java/generated/TrackType.java
index 38912b5..1e685ae 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/UserManualType.java b/java/generated/UserManualType.java
index 590350f..3ada85f 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
@@ -15,7 +15,8 @@ import javax.xml.bind.annotation.XmlType;
/**
- * User manual or user guide accompanying this set. Can be more than one.
+ * User manual or user guide accompanying this set.
+ * Can be more than one.
*
* Java class for UserManualType complex type.
*
diff --git a/java/generated/VideoTracksType.java b/java/generated/VideoTracksType.java
new file mode 100644
index 0000000..5049b04
--- /dev/null
+++ b/java/generated/VideoTracksType.java
@@ -0,0 +1,198 @@
+//
+// 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.07 at 05:27:06 AM WET
+//
+
+
+package generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for VideoTracksType complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * set method for the videoTrack property.
+ *
+ *
+ * getVideoTrack().add(newItem);
+ *
+ *
+ *
+ * set method for the subtitleTrack property.
+ *
+ *
+ * getSubtitleTrack().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="AudioTracksType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Languages" type="{}LanguagesType" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="TrackNumber" use="required">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}int">
+ * <minInclusive value="1"/>
+ * </restriction>
+ * </simpleType>
+ * </attribute>
+ * <attribute name="AccoustID" type="{http://www.w3.org/2001/XMLSchema}string" />
+ * <attribute name="Codec" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ * <attribute name="Channels" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
+ * <attribute name="SampleRate" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
+ * <attribute name="MeanBitrate" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "AudioTracksType", propOrder = {
+ "languages"
+})
+public class AudioTracksType {
+
+ @XmlElement(name = "Languages")
+ protected LanguagesType languages;
+ @XmlAttribute(name = "TrackNumber", required = true)
+ protected int trackNumber;
+ @XmlAttribute(name = "AccoustID")
+ protected String accoustID;
+ @XmlAttribute(name = "Codec", required = true)
+ protected String codec;
+ @XmlAttribute(name = "Channels", required = true)
+ protected int channels;
+ @XmlAttribute(name = "SampleRate", required = true)
+ protected int sampleRate;
+ @XmlAttribute(name = "MeanBitrate", required = true)
+ protected long meanBitrate;
+
+ /**
+ * Gets the value of the languages property.
+ *
+ * @return
+ * possible object is
+ * {@link LanguagesType }
+ *
+ */
+ public LanguagesType getLanguages() {
+ return languages;
+ }
+
+ /**
+ * Sets the value of the languages property.
+ *
+ * @param value
+ * allowed object is
+ * {@link LanguagesType }
+ *
+ */
+ public void setLanguages(LanguagesType value) {
+ this.languages = value;
+ }
+
+ /**
+ * Gets the value of the trackNumber property.
+ *
+ */
+ public int getTrackNumber() {
+ return trackNumber;
+ }
+
+ /**
+ * Sets the value of the trackNumber property.
+ *
+ */
+ public void setTrackNumber(int value) {
+ this.trackNumber = 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 codec property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCodec() {
+ return codec;
+ }
+
+ /**
+ * Sets the value of the codec property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCodec(String value) {
+ this.codec = value;
+ }
+
+ /**
+ * Gets the value of the channels property.
+ *
+ */
+ public int getChannels() {
+ return channels;
+ }
+
+ /**
+ * Sets the value of the channels property.
+ *
+ */
+ public void setChannels(int value) {
+ this.channels = value;
+ }
+
+ /**
+ * Gets the value of the sampleRate property.
+ *
+ */
+ public int getSampleRate() {
+ return sampleRate;
+ }
+
+ /**
+ * Sets the value of the sampleRate property.
+ *
+ */
+ public void setSampleRate(int value) {
+ this.sampleRate = value;
+ }
+
+ /**
+ * Gets the value of the meanBitrate property.
+ *
+ */
+ public long getMeanBitrate() {
+ return meanBitrate;
+ }
+
+ /**
+ * Sets the value of the meanBitrate property.
+ *
+ */
+ public void setMeanBitrate(long value) {
+ this.meanBitrate = value;
+ }
+
+}
diff --git a/java/generated/BarcodeType.java b/java/generated/BarcodeType.java
index 763e600..814128f 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/BarcodesType.java b/java/generated/BarcodesType.java
index 886b306..a37827c 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/BookType.java b/java/generated/BookType.java
index d0f19d4..597a4a2 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/BorderType.java b/java/generated/BorderType.java
index 4d9892d..f0dff2a 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/CICMMetadataType.java b/java/generated/CICMMetadataType.java
index 10bbf07..f21ea7a 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
@@ -61,6 +61,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
* <element name="RequiredOperatingSystems" type="{}RequiredOperatingSystemsType" minOccurs="0"/>
* <element name="UserManual" type="{}UserManualType" maxOccurs="unbounded" minOccurs="0"/>
* <element name="OpticalDisc" type="{}OpticalDiscType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Advertisement" type="{}AdvertisementType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -92,7 +93,8 @@ import javax.xml.datatype.XMLGregorianCalendar;
"architectures",
"requiredOperatingSystems",
"userManual",
- "opticalDisc"
+ "opticalDisc",
+ "advertisement"
})
public class CICMMetadataType {
@@ -141,6 +143,8 @@ public class CICMMetadataType {
protected Listset method for the advertisement property.
+ *
+ *
+ * getAdvertisement().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="CoordinatesType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Latitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
+ * <element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "CoordinatesType", propOrder = {
+ "latitude",
+ "longitude"
+})
+public class CoordinatesType {
+
+ @XmlElement(name = "Latitude")
+ protected double latitude;
+ @XmlElement(name = "Longitude")
+ protected double longitude;
+
+ /**
+ * Gets the value of the latitude property.
+ *
+ */
+ public double getLatitude() {
+ return latitude;
+ }
+
+ /**
+ * Sets the value of the latitude property.
+ *
+ */
+ public void setLatitude(double value) {
+ this.latitude = value;
+ }
+
+ /**
+ * Gets the value of the longitude property.
+ *
+ */
+ public double getLongitude() {
+ return longitude;
+ }
+
+ /**
+ * Sets the value of the longitude property.
+ *
+ */
+ public void setLongitude(double value) {
+ this.longitude = value;
+ }
+
+}
diff --git a/java/generated/CoverType.java b/java/generated/CoverType.java
index 3204b0e..b084592 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/DimensionsType.java b/java/generated/DimensionsType.java
index c90bfa8..94deafe 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/DiscScanType.java b/java/generated/DiscScanType.java
index 5115105..ba8ab06 100644
--- a/java/generated/DiscScanType.java
+++ b/java/generated/DiscScanType.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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/DumpHardwareArrayType.java b/java/generated/DumpHardwareArrayType.java
index db702ba..7cc028a 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/DumpHardwareType.java b/java/generated/DumpHardwareType.java
index f9fc2f1..e972118 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/DumpType.java b/java/generated/DumpType.java
index 4434bc6..6ca9c37 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
@@ -16,6 +16,7 @@ import javax.xml.bind.annotation.XmlType;
/**
* Information about dumped structure
+ *
*
*
+ * <complexType name="RecordingType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Broadcaster" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="BroadcastPlatform" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="SourceFormat">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="ITU-A"/>
+ * <enumeration value="ITU-B"/>
+ * <enumeration value="ITU-C"/>
+ * <enumeration value="ITU-D"/>
+ * <enumeration value="ITU-E"/>
+ * <enumeration value="ITU-F"/>
+ * <enumeration value="ITU-G"/>
+ * <enumeration value="ITU-H"/>
+ * <enumeration value="ITU-I"/>
+ * <enumeration value="ITU-J"/>
+ * <enumeration value="ITU-K"/>
+ * <enumeration value="ITU-L"/>
+ * <enumeration value="ITU-M"/>
+ * <enumeration value="ITU-N"/>
+ * <enumeration value="PAL-B"/>
+ * <enumeration value="SECAM-B"/>
+ * <enumeration value="PAL-D"/>
+ * <enumeration value="SECAM-D"/>
+ * <enumeration value="PAL-G"/>
+ * <enumeration value="SECAM-G"/>
+ * <enumeration value="PAL-H"/>
+ * <enumeration value="PAL-I"/>
+ * <enumeration value="PAL-K"/>
+ * <enumeration value="SECAM-K"/>
+ * <enumeration value="NTSC-M"/>
+ * <enumeration value="PAL-N"/>
+ * <enumeration value="PAL-M"/>
+ * <enumeration value="SECAM-M"/>
+ * <enumeration value="MUSE"/>
+ * <enumeration value="PALplus"/>
+ * <enumeration value="FM"/>
+ * <enumeration value="AM"/>
+ * <enumeration value="COFDM"/>
+ * <enumeration value="CAM-D"/>
+ * <enumeration value="DAB"/>
+ * <enumeration value="DAB+"/>
+ * <enumeration value="DRM"/>
+ * <enumeration value="DRM+"/>
+ * <enumeration value="FMeXtra"/>
+ * <enumeration value="ATSC"/>
+ * <enumeration value="ATSC2"/>
+ * <enumeration value="ATSC3"/>
+ * <enumeration value="ATSC-M/H"/>
+ * <enumeration value="DVB-T"/>
+ * <enumeration value="DVB-T2"/>
+ * <enumeration value="DVB-S"/>
+ * <enumeration value="DVB-S2"/>
+ * <enumeration value="DVB-S2X"/>
+ * <enumeration value="DVB-C"/>
+ * <enumeration value="DVB-C2"/>
+ * <enumeration value="DVB-H"/>
+ * <enumeration value="DVB-NGH"/>
+ * <enumeration value="DVB-SH"/>
+ * <enumeration value="ISDB-T"/>
+ * <enumeration value="ISDB-Tb"/>
+ * <enumeration value="ISDB-S"/>
+ * <enumeration value="ISDB-C"/>
+ * <enumeration value="1seg"/>
+ * <enumeration value="DTMB"/>
+ * <enumeration value="CCMB"/>
+ * <enumeration value="T-DMB"/>
+ * <enumeration value="S-DMB"/>
+ * <enumeration value="IPTV"/>
+ * <enumeration value="DVB-MT"/>
+ * <enumeration value="DVB-MC"/>
+ * <enumeration value="DVB-MS"/>
+ * <enumeration value="ADR"/>
+ * <enumeration value="SDR"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
+ * <element name="Software" type="{}SoftwareType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="Coordinates" type="{}CoordinatesType" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "RecordingType", propOrder = {
+ "broadcaster",
+ "broadcastPlatform",
+ "sourceFormat",
+ "timestamp",
+ "software",
+ "coordinates"
+})
+public class RecordingType {
+
+ @XmlElement(name = "Broadcaster")
+ protected String broadcaster;
+ @XmlElement(name = "BroadcastPlatform")
+ protected String broadcastPlatform;
+ @XmlElement(name = "SourceFormat", required = true)
+ protected String sourceFormat;
+ @XmlElement(name = "Timestamp", required = true)
+ @XmlSchemaType(name = "dateTime")
+ protected XMLGregorianCalendar timestamp;
+ @XmlElement(name = "Software")
+ protected Listset method for the software property.
+ *
+ *
+ * getSoftware().add(newItem);
+ *
+ *
+ *
+ *
+ * <complexType name="SubtitleTracksType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Languages" type="{}LanguagesType" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="TrackNumber" use="required">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}int">
+ * <minInclusive value="1"/>
+ * </restriction>
+ * </simpleType>
+ * </attribute>
+ * <attribute name="Codec" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "SubtitleTracksType", propOrder = {
+ "languages"
+})
+public class SubtitleTracksType {
+
+ @XmlElement(name = "Languages")
+ protected LanguagesType languages;
+ @XmlAttribute(name = "TrackNumber", required = true)
+ protected int trackNumber;
+ @XmlAttribute(name = "Codec", required = true)
+ protected String codec;
+
+ /**
+ * Gets the value of the languages property.
+ *
+ * @return
+ * possible object is
+ * {@link LanguagesType }
+ *
+ */
+ public LanguagesType getLanguages() {
+ return languages;
+ }
+
+ /**
+ * Sets the value of the languages property.
+ *
+ * @param value
+ * allowed object is
+ * {@link LanguagesType }
+ *
+ */
+ public void setLanguages(LanguagesType value) {
+ this.languages = value;
+ }
+
+ /**
+ * Gets the value of the trackNumber property.
+ *
+ */
+ public int getTrackNumber() {
+ return trackNumber;
+ }
+
+ /**
+ * Sets the value of the trackNumber property.
+ *
+ */
+ public void setTrackNumber(int value) {
+ this.trackNumber = value;
+ }
+
+ /**
+ * Gets the value of the codec property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCodec() {
+ return codec;
+ }
+
+ /**
+ * Sets the value of the codec property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCodec(String value) {
+ this.codec = value;
+ }
+
+}
diff --git a/java/generated/SystemsType.java b/java/generated/SystemsType.java
index df6ddd5..68f914c 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
diff --git a/java/generated/TrackSequenceType.java b/java/generated/TrackSequenceType.java
index 8b0b6da..0a02ccb 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//
@@ -16,6 +16,7 @@ import javax.xml.bind.annotation.XmlType;
/**
* Sequence information about a track
+ *
*
*
+ * <complexType name="VideoTracksType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="Languages" type="{}LanguagesType" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="TrackNumber" use="required">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}int">
+ * <minInclusive value="1"/>
+ * </restriction>
+ * </simpleType>
+ * </attribute>
+ * <attribute name="Codec" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ * <attribute name="Horizontal" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
+ * <attribute name="Vertical" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
+ * <attribute name="MeanBitrate" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
+ * <attribute name="ThreeD" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "VideoTracksType", propOrder = {
+ "languages"
+})
+public class VideoTracksType {
+
+ @XmlElement(name = "Languages")
+ protected LanguagesType languages;
+ @XmlAttribute(name = "TrackNumber", required = true)
+ protected int trackNumber;
+ @XmlAttribute(name = "Codec", required = true)
+ protected String codec;
+ @XmlAttribute(name = "Horizontal", required = true)
+ protected int horizontal;
+ @XmlAttribute(name = "Vertical", required = true)
+ protected int vertical;
+ @XmlAttribute(name = "MeanBitrate", required = true)
+ protected long meanBitrate;
+ @XmlAttribute(name = "ThreeD", required = true)
+ protected boolean threeD;
+
+ /**
+ * Gets the value of the languages property.
+ *
+ * @return
+ * possible object is
+ * {@link LanguagesType }
+ *
+ */
+ public LanguagesType getLanguages() {
+ return languages;
+ }
+
+ /**
+ * Sets the value of the languages property.
+ *
+ * @param value
+ * allowed object is
+ * {@link LanguagesType }
+ *
+ */
+ public void setLanguages(LanguagesType value) {
+ this.languages = value;
+ }
+
+ /**
+ * Gets the value of the trackNumber property.
+ *
+ */
+ public int getTrackNumber() {
+ return trackNumber;
+ }
+
+ /**
+ * Sets the value of the trackNumber property.
+ *
+ */
+ public void setTrackNumber(int value) {
+ this.trackNumber = value;
+ }
+
+ /**
+ * Gets the value of the codec property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCodec() {
+ return codec;
+ }
+
+ /**
+ * Sets the value of the codec property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCodec(String value) {
+ this.codec = value;
+ }
+
+ /**
+ * Gets the value of the horizontal property.
+ *
+ */
+ public int getHorizontal() {
+ return horizontal;
+ }
+
+ /**
+ * Sets the value of the horizontal property.
+ *
+ */
+ public void setHorizontal(int value) {
+ this.horizontal = value;
+ }
+
+ /**
+ * Gets the value of the vertical property.
+ *
+ */
+ public int getVertical() {
+ return vertical;
+ }
+
+ /**
+ * Sets the value of the vertical property.
+ *
+ */
+ public void setVertical(int value) {
+ this.vertical = value;
+ }
+
+ /**
+ * Gets the value of the meanBitrate property.
+ *
+ */
+ public long getMeanBitrate() {
+ return meanBitrate;
+ }
+
+ /**
+ * Sets the value of the meanBitrate property.
+ *
+ */
+ public void setMeanBitrate(long value) {
+ this.meanBitrate = value;
+ }
+
+ /**
+ * Gets the value of the threeD property.
+ *
+ */
+ public boolean isThreeD() {
+ return threeD;
+ }
+
+ /**
+ * Sets the value of the threeD property.
+ *
+ */
+ public void setThreeD(boolean value) {
+ this.threeD = value;
+ }
+
+}
diff --git a/java/generated/XboxSecuritySectorsType.java b/java/generated/XboxSecuritySectorsType.java
index 130bc16..b71a6b2 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.07 at 02:55:57 AM WET
+// Generated on: 2015.11.07 at 05:27:06 AM WET
//