io.aesy.musicbrainz.entity.Artist Maven / Gradle / Ivy
Show all versions of musicbrainz-api-entities Show documentation
//
// 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.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.namespace.QName;
import org.w3c.dom.Element;
/**
* 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>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}name" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}sort-name" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}gender" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}country" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}area" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}begin-area" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}end-area" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}annotation" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}disambiguation" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}ipi" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}ipi-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}isni-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}life-span" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}alias-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}recording-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}release-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}release-group-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}work-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}relation-list" maxOccurs="unbounded" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}tag-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}user-tag-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}genre-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}user-genre-list" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}rating" minOccurs="0"/>
* <element ref="{http://musicbrainz.org/ns/mmd-2.0#}user-rating" minOccurs="0"/>
* <group ref="{http://musicbrainz.org/ns/mmd-2.0#}def_artist-element_extension"/>
* </sequence>
* <attGroup ref="{http://musicbrainz.org/ns/mmd-2.0#}def_artist-attribute_extension"/>
* <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="type-id" type="{http://musicbrainz.org/ns/mmd-2.0#}def_uuid" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name",
"sortName",
"gender",
"country",
"area",
"beginArea",
"endArea",
"annotation",
"disambiguation",
"ipi",
"ipiList",
"isniList",
"lifeSpan",
"aliasList",
"recordingList",
"releaseList",
"releaseGroupList",
"workList",
"relationList",
"tagList",
"userTagList",
"genreList",
"userGenreList",
"rating",
"userRating",
"defExtensionElement"
})
@XmlRootElement(name = "artist")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public class Artist {
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected String name;
@XmlElement(name = "sort-name")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected String sortName;
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected Gender gender;
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected String country;
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected DefAreaElementInner area;
@XmlElement(name = "begin-area")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected DefAreaElementInner beginArea;
@XmlElement(name = "end-area")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected DefAreaElementInner endArea;
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected Annotation annotation;
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected String disambiguation;
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected String ipi;
@XmlElement(name = "ipi-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected IpiList ipiList;
@XmlElement(name = "isni-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected IsniList isniList;
@XmlElement(name = "life-span")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected LifeSpan lifeSpan;
@XmlElement(name = "alias-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected AliasList aliasList;
@XmlElement(name = "recording-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected RecordingList recordingList;
@XmlElement(name = "release-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected ReleaseList releaseList;
@XmlElement(name = "release-group-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected ReleaseGroupList releaseGroupList;
@XmlElement(name = "work-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected WorkList workList;
@XmlElement(name = "relation-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected List relationList;
@XmlElement(name = "tag-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected TagList tagList;
@XmlElement(name = "user-tag-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected UserTagList userTagList;
@XmlElement(name = "genre-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected GenreList genreList;
@XmlElement(name = "user-genre-list")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected UserGenreList userGenreList;
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected Rating rating;
@XmlElement(name = "user-rating")
@XmlSchemaType(name = "nonNegativeInteger")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected BigInteger userRating;
@XmlAnyElement
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected List defExtensionElement;
@XmlAttribute(name = "id")
@XmlSchemaType(name = "anyURI")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected String id;
@XmlAttribute(name = "type")
@XmlSchemaType(name = "anyURI")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected String type;
@XmlAttribute(name = "type-id")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
protected String typeId;
@XmlAnyAttribute
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
private Map otherAttributes = new HashMap();
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setName(String value) {
this.name = value;
}
/**
* Gets the value of the sortName property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public String getSortName() {
return sortName;
}
/**
* Sets the value of the sortName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setSortName(String value) {
this.sortName = value;
}
/**
* Gets the value of the gender property.
*
* @return
* possible object is
* {@link Gender }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public Gender getGender() {
return gender;
}
/**
* Sets the value of the gender property.
*
* @param value
* allowed object is
* {@link Gender }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setGender(Gender value) {
this.gender = value;
}
/**
* Gets the value of the country property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public String getCountry() {
return country;
}
/**
* Sets the value of the country property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setCountry(String value) {
this.country = value;
}
/**
* Gets the value of the area property.
*
* @return
* possible object is
* {@link DefAreaElementInner }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public DefAreaElementInner getArea() {
return area;
}
/**
* Sets the value of the area property.
*
* @param value
* allowed object is
* {@link DefAreaElementInner }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setArea(DefAreaElementInner value) {
this.area = value;
}
/**
* Gets the value of the beginArea property.
*
* @return
* possible object is
* {@link DefAreaElementInner }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public DefAreaElementInner getBeginArea() {
return beginArea;
}
/**
* Sets the value of the beginArea property.
*
* @param value
* allowed object is
* {@link DefAreaElementInner }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setBeginArea(DefAreaElementInner value) {
this.beginArea = value;
}
/**
* Gets the value of the endArea property.
*
* @return
* possible object is
* {@link DefAreaElementInner }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public DefAreaElementInner getEndArea() {
return endArea;
}
/**
* Sets the value of the endArea property.
*
* @param value
* allowed object is
* {@link DefAreaElementInner }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setEndArea(DefAreaElementInner value) {
this.endArea = value;
}
/**
* Gets the value of the annotation property.
*
* @return
* possible object is
* {@link Annotation }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public Annotation getAnnotation() {
return annotation;
}
/**
* Sets the value of the annotation property.
*
* @param value
* allowed object is
* {@link Annotation }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setAnnotation(Annotation value) {
this.annotation = value;
}
/**
* Gets the value of the disambiguation property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public String getDisambiguation() {
return disambiguation;
}
/**
* Sets the value of the disambiguation property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setDisambiguation(String value) {
this.disambiguation = value;
}
/**
* Gets the value of the ipi property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public String getIpi() {
return ipi;
}
/**
* Sets the value of the ipi property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setIpi(String value) {
this.ipi = value;
}
/**
* Gets the value of the ipiList property.
*
* @return
* possible object is
* {@link IpiList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public IpiList getIpiList() {
return ipiList;
}
/**
* Sets the value of the ipiList property.
*
* @param value
* allowed object is
* {@link IpiList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setIpiList(IpiList value) {
this.ipiList = value;
}
/**
* Gets the value of the isniList property.
*
* @return
* possible object is
* {@link IsniList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public IsniList getIsniList() {
return isniList;
}
/**
* Sets the value of the isniList property.
*
* @param value
* allowed object is
* {@link IsniList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setIsniList(IsniList value) {
this.isniList = value;
}
/**
* Gets the value of the lifeSpan property.
*
* @return
* possible object is
* {@link LifeSpan }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public LifeSpan getLifeSpan() {
return lifeSpan;
}
/**
* Sets the value of the lifeSpan property.
*
* @param value
* allowed object is
* {@link LifeSpan }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setLifeSpan(LifeSpan value) {
this.lifeSpan = value;
}
/**
* Gets the value of the aliasList property.
*
* @return
* possible object is
* {@link AliasList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public AliasList getAliasList() {
return aliasList;
}
/**
* Sets the value of the aliasList property.
*
* @param value
* allowed object is
* {@link AliasList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setAliasList(AliasList value) {
this.aliasList = value;
}
/**
* Gets the value of the recordingList property.
*
* @return
* possible object is
* {@link RecordingList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public RecordingList getRecordingList() {
return recordingList;
}
/**
* Sets the value of the recordingList property.
*
* @param value
* allowed object is
* {@link RecordingList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setRecordingList(RecordingList value) {
this.recordingList = value;
}
/**
* Gets the value of the releaseList property.
*
* @return
* possible object is
* {@link ReleaseList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public ReleaseList getReleaseList() {
return releaseList;
}
/**
* Sets the value of the releaseList property.
*
* @param value
* allowed object is
* {@link ReleaseList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setReleaseList(ReleaseList value) {
this.releaseList = value;
}
/**
* Gets the value of the releaseGroupList property.
*
* @return
* possible object is
* {@link ReleaseGroupList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public ReleaseGroupList getReleaseGroupList() {
return releaseGroupList;
}
/**
* Sets the value of the releaseGroupList property.
*
* @param value
* allowed object is
* {@link ReleaseGroupList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setReleaseGroupList(ReleaseGroupList value) {
this.releaseGroupList = value;
}
/**
* Gets the value of the workList property.
*
* @return
* possible object is
* {@link WorkList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public WorkList getWorkList() {
return workList;
}
/**
* Sets the value of the workList property.
*
* @param value
* allowed object is
* {@link WorkList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setWorkList(WorkList value) {
this.workList = value;
}
/**
* Gets the value of the relationList property.
*
*
* 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 relationList property.
*
*
* For example, to add a new item, do as follows:
*
* getRelationList().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link RelationList }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public List getRelationList() {
if (relationList == null) {
relationList = new ArrayList();
}
return this.relationList;
}
/**
* Gets the value of the tagList property.
*
* @return
* possible object is
* {@link TagList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public TagList getTagList() {
return tagList;
}
/**
* Sets the value of the tagList property.
*
* @param value
* allowed object is
* {@link TagList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setTagList(TagList value) {
this.tagList = value;
}
/**
* Gets the value of the userTagList property.
*
* @return
* possible object is
* {@link UserTagList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public UserTagList getUserTagList() {
return userTagList;
}
/**
* Sets the value of the userTagList property.
*
* @param value
* allowed object is
* {@link UserTagList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setUserTagList(UserTagList value) {
this.userTagList = value;
}
/**
* Gets the value of the genreList property.
*
* @return
* possible object is
* {@link GenreList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public GenreList getGenreList() {
return genreList;
}
/**
* Sets the value of the genreList property.
*
* @param value
* allowed object is
* {@link GenreList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setGenreList(GenreList value) {
this.genreList = value;
}
/**
* Gets the value of the userGenreList property.
*
* @return
* possible object is
* {@link UserGenreList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public UserGenreList getUserGenreList() {
return userGenreList;
}
/**
* Sets the value of the userGenreList property.
*
* @param value
* allowed object is
* {@link UserGenreList }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setUserGenreList(UserGenreList value) {
this.userGenreList = value;
}
/**
* Gets the value of the rating property.
*
* @return
* possible object is
* {@link Rating }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public Rating getRating() {
return rating;
}
/**
* Sets the value of the rating property.
*
* @param value
* allowed object is
* {@link Rating }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setRating(Rating value) {
this.rating = value;
}
/**
* Gets the value of the userRating property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public BigInteger getUserRating() {
return userRating;
}
/**
* Sets the value of the userRating property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setUserRating(BigInteger value) {
this.userRating = value;
}
/**
* Gets the value of the defExtensionElement property.
*
*
* 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 defExtensionElement property.
*
*
* For example, to add a new item, do as follows:
*
* getDefExtensionElement().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public List getDefExtensionElement() {
if (defExtensionElement == null) {
defExtensionElement = new ArrayList();
}
return this.defExtensionElement;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public String getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setType(String value) {
this.type = value;
}
/**
* Gets the value of the typeId property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public String getTypeId() {
return typeId;
}
/**
* Sets the value of the typeId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public void setTypeId(String value) {
this.typeId = value;
}
/**
* Gets a map that contains attributes that aren't bound to any typed property on this class.
*
*
* the map is keyed by the name of the attribute and
* the value is the string value of the attribute.
*
* the map returned by this method is live, and you can add new attribute
* by updating the map directly. Because of this design, there's no setter.
*
*
* @return
* always non-null
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00")
public Map getOtherAttributes() {
return otherAttributes;
}
}