io.aesy.musicbrainz.entity.EntityList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of musicbrainz-api-entities Show documentation
Show all versions of musicbrainz-api-entities Show documentation
MusicBrainz API data transfer objects
The newest version!
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.6
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2023.04.01 at 01:10:33 AM CEST
//
package io.aesy.musicbrainz.entity;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.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.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence maxOccurs="unbounded" minOccurs="0">
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}artist"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}release"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}release-group"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}recording"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}label"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}work"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}area"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}place"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}instrument"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}series"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}event"/>
* </sequence>
* <attGroup ref="{http://musicbrainz.org/ns/mmd-2.0#}def_list-attributes"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"artistAndReleaseAndReleaseGroup"
})
@XmlRootElement(name = "entity-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public class EntityList {
@XmlElements({
@XmlElement(name = "artist", type = Artist.class),
@XmlElement(name = "release", type = Release.class),
@XmlElement(name = "release-group", type = ReleaseGroup.class),
@XmlElement(name = "recording", type = Recording.class),
@XmlElement(name = "label", type = Label.class),
@XmlElement(name = "work", type = Work.class),
@XmlElement(name = "area", type = DefAreaElementInner.class),
@XmlElement(name = "place", type = Place.class),
@XmlElement(name = "instrument", type = Instrument.class),
@XmlElement(name = "series", type = Series.class),
@XmlElement(name = "event", type = Event.class)
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy