Corrected some fields min. and max. values

This commit is contained in:
2015-11-09 05:43:32 +00:00
parent 9d5cdb2539
commit 1f0099a150
72 changed files with 314 additions and 483 deletions

View File

@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.11.09 at 05:09:39 AM WET
// Generated on: 2015.11.09 at 05:42:56 AM WET
//
@@ -36,7 +36,7 @@ import javax.xml.bind.annotation.XmlType;
* &lt;element name="Checksums" type="{}ChecksumsType"/>
* &lt;element name="AudioTrack" type="{}AudioTracksType" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element name="VideoTrack" type="{}VideoTracksType" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element name="SubtitleTrack" type="{}SubtitleTracksType" maxOccurs="unbounded"/>
* &lt;element name="SubtitleTrack" type="{}SubtitleTracksType" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element name="Recording" type="{}RecordingType" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
@@ -83,7 +83,7 @@ public class AdvertisementType {
protected List<AudioTracksType> audioTrack;
@XmlElement(name = "VideoTrack")
protected List<VideoTracksType> videoTrack;
@XmlElement(name = "SubtitleTrack", required = true)
@XmlElement(name = "SubtitleTrack")
protected List<SubtitleTracksType> subtitleTrack;
@XmlElement(name = "Recording")
protected RecordingType recording;