Corrected some fields min. and max. values
This commit is contained in:
@@ -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;
|
||||
* <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="SubtitleTrack" type="{}SubtitleTracksType" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Recording" type="{}RecordingType" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </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;
|
||||
|
||||
Reference in New Issue
Block a user