22// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44// Any modifications to this file will be lost upon recompilation of the source schema.
5- // Generated on: 2019.01.07 at 09:53:38 PM CST
5+ // Generated on: 2020.11.11 at 09:54:56 PM EET
66//
77
88
@@ -51,9 +51,9 @@ public class ObjectFactory {
5151 private final static QName _Title_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "title" );
5252 private final static QName _Length_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "length" );
5353 private final static QName _Video_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "video" );
54+ private final static QName _FirstReleaseDate_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "first-release-date" );
5455 private final static QName _Quality_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "quality" );
5556 private final static QName _Script_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "script" );
56- private final static QName _FirstReleaseDate_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "first-release-date" );
5757 private final static QName _OrderingKey_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "ordering-key" );
5858 private final static QName _Direction_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "direction" );
5959 private final static QName _LabelCode_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "label-code" );
@@ -94,6 +94,7 @@ public class ObjectFactory {
9494 private final static QName _EditsFailed_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "edits-failed" );
9595 private final static QName _Category_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "category" );
9696 private final static QName _Year_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "year" );
97+ private final static QName _EditNote_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "edit-note" );
9798 private final static QName _Number_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "number" );
9899 private final static QName _Iso31661Code_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "iso-3166-1-code" );
99100 private final static QName _Iso31662Code_QNAME = new QName ("http://musicbrainz.org/ns/mmd-2.0#" , "iso-3166-2-code" );
@@ -1098,29 +1099,29 @@ public JAXBElement<String> createVideo(String value) {
10981099 }
10991100
11001101 /**
1101- * Create an instance of {@link JAXBElement }{@code <}{@link DefQuality }{@code >}
1102+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
11021103 *
11031104 * @param value
11041105 * Java instance representing xml element's value.
11051106 * @return
1106- * the new instance of {@link JAXBElement }{@code <}{@link DefQuality }{@code >}
1107+ * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
11071108 */
1108- @ XmlElementDecl (namespace = "http://musicbrainz.org/ns/mmd-2.0#" , name = "quality " )
1109- public JAXBElement <DefQuality > createQuality ( DefQuality value ) {
1110- return new JAXBElement <DefQuality >( _Quality_QNAME , DefQuality .class , null , value );
1109+ @ XmlElementDecl (namespace = "http://musicbrainz.org/ns/mmd-2.0#" , name = "first-release-date " )
1110+ public JAXBElement <String > createFirstReleaseDate ( String value ) {
1111+ return new JAXBElement <String >( _FirstReleaseDate_QNAME , String .class , null , value );
11111112 }
11121113
11131114 /**
1114- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
1115+ * Create an instance of {@link JAXBElement }{@code <}{@link DefQuality }{@code >}
11151116 *
11161117 * @param value
11171118 * Java instance representing xml element's value.
11181119 * @return
1119- * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
1120+ * the new instance of {@link JAXBElement }{@code <}{@link DefQuality }{@code >}
11201121 */
1121- @ XmlElementDecl (namespace = "http://musicbrainz.org/ns/mmd-2.0#" , name = "script " )
1122- public JAXBElement <String > createScript ( String value ) {
1123- return new JAXBElement <String >( _Script_QNAME , String .class , null , value );
1122+ @ XmlElementDecl (namespace = "http://musicbrainz.org/ns/mmd-2.0#" , name = "quality " )
1123+ public JAXBElement <DefQuality > createQuality ( DefQuality value ) {
1124+ return new JAXBElement <DefQuality >( _Quality_QNAME , DefQuality .class , null , value );
11241125 }
11251126
11261127 /**
@@ -1131,9 +1132,9 @@ public JAXBElement<String> createScript(String value) {
11311132 * @return
11321133 * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
11331134 */
1134- @ XmlElementDecl (namespace = "http://musicbrainz.org/ns/mmd-2.0#" , name = "first-release-date " )
1135- public JAXBElement <String > createFirstReleaseDate (String value ) {
1136- return new JAXBElement <String >(_FirstReleaseDate_QNAME , String .class , null , value );
1135+ @ XmlElementDecl (namespace = "http://musicbrainz.org/ns/mmd-2.0#" , name = "script " )
1136+ public JAXBElement <String > createScript (String value ) {
1137+ return new JAXBElement <String >(_Script_QNAME , String .class , null , value );
11371138 }
11381139
11391140 /**
@@ -1661,6 +1662,19 @@ public JAXBElement<String> createYear(String value) {
16611662 return new JAXBElement <String >(_Year_QNAME , String .class , null , value );
16621663 }
16631664
1665+ /**
1666+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
1667+ *
1668+ * @param value
1669+ * Java instance representing xml element's value.
1670+ * @return
1671+ * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
1672+ */
1673+ @ XmlElementDecl (namespace = "http://musicbrainz.org/ns/mmd-2.0#" , name = "edit-note" )
1674+ public JAXBElement <String > createEditNote (String value ) {
1675+ return new JAXBElement <String >(_EditNote_QNAME , String .class , null , value );
1676+ }
1677+
16641678 /**
16651679 * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
16661680 *
0 commit comments