All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.musicbrainz.ns.mmd_2.Work Maven / Gradle / Ivy

There is a newer version: 1.0-ALPHA-12
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2015.04.12 at 04:01:25 PM CEST 
//


package org.musicbrainz.ns.mmd_2;

import java.math.BigInteger;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
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.bind.annotation.XmlValue;
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#}title" minOccurs="0"/>
 *         <element name="language" type="{http://musicbrainz.org/ns/mmd-2.0#}def_iso-639" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}artist-credit" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}iswc" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}iswc-list" minOccurs="0"/>
 *         <group ref="{http://musicbrainz.org/ns/mmd-2.0#}def_work-attribute-list" 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#}alias-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#}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_work-element_extension"/>
 *       </sequence>
 *       <attGroup ref="{http://musicbrainz.org/ns/mmd-2.0#}def_work-attribute_extension"/>
 *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
 *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "title", "language", "artistCredit", "iswc", "iswcList", "attributeList", "annotation", "disambiguation", "aliasList", "relationList", "tagList", "userTagList", "rating", "userRating", "defExtensionElement" }) @XmlRootElement(name = "work") public class Work { protected String title; protected String language; @XmlElement(name = "artist-credit") protected ArtistCredit artistCredit; protected String iswc; @XmlElement(name = "iswc-list") protected IswcList iswcList; @XmlElement(name = "attribute-list") protected Work.AttributeList attributeList; protected Annotation annotation; protected String disambiguation; @XmlElement(name = "alias-list") protected AliasList aliasList; @XmlElement(name = "relation-list") protected List relationList; @XmlElement(name = "tag-list") protected TagList tagList; @XmlElement(name = "user-tag-list") protected UserTagList userTagList; protected Rating rating; @XmlElement(name = "user-rating") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger userRating; @XmlAnyElement protected List defExtensionElement; @XmlAttribute @XmlSchemaType(name = "anyURI") protected String id; @XmlAttribute @XmlSchemaType(name = "anyURI") protected String type; @XmlAnyAttribute private Map otherAttributes = new HashMap(); /** * Gets the value of the title property. * * @return * possible object is * {@link String } * */ public String getTitle() { return title; } /** * Sets the value of the title property. * * @param value * allowed object is * {@link String } * */ public void setTitle(String value) { this.title = value; } /** * Gets the value of the language property. * * @return * possible object is * {@link String } * */ public String getLanguage() { return language; } /** * Sets the value of the language property. * * @param value * allowed object is * {@link String } * */ public void setLanguage(String value) { this.language = value; } /** * Gets the value of the artistCredit property. * * @return * possible object is * {@link ArtistCredit } * */ public ArtistCredit getArtistCredit() { return artistCredit; } /** * Sets the value of the artistCredit property. * * @param value * allowed object is * {@link ArtistCredit } * */ public void setArtistCredit(ArtistCredit value) { this.artistCredit = value; } /** * Gets the value of the iswc property. * * @return * possible object is * {@link String } * */ public String getIswc() { return iswc; } /** * Sets the value of the iswc property. * * @param value * allowed object is * {@link String } * */ public void setIswc(String value) { this.iswc = value; } /** * Gets the value of the iswcList property. * * @return * possible object is * {@link IswcList } * */ public IswcList getIswcList() { return iswcList; } /** * Sets the value of the iswcList property. * * @param value * allowed object is * {@link IswcList } * */ public void setIswcList(IswcList value) { this.iswcList = value; } /** * Gets the value of the attributeList property. * * @return * possible object is * {@link Work.AttributeList } * */ public Work.AttributeList getAttributeList() { return attributeList; } /** * Sets the value of the attributeList property. * * @param value * allowed object is * {@link Work.AttributeList } * */ public void setAttributeList(Work.AttributeList value) { this.attributeList = value; } /** * Gets the value of the annotation property. * * @return * possible object is * {@link Annotation } * */ public Annotation getAnnotation() { return annotation; } /** * Sets the value of the annotation property. * * @param value * allowed object is * {@link Annotation } * */ public void setAnnotation(Annotation value) { this.annotation = value; } /** * Gets the value of the disambiguation property. * * @return * possible object is * {@link String } * */ public String getDisambiguation() { return disambiguation; } /** * Sets the value of the disambiguation property. * * @param value * allowed object is * {@link String } * */ public void setDisambiguation(String value) { this.disambiguation = value; } /** * Gets the value of the aliasList property. * * @return * possible object is * {@link AliasList } * */ public AliasList getAliasList() { return aliasList; } /** * Sets the value of the aliasList property. * * @param value * allowed object is * {@link AliasList } * */ public void setAliasList(AliasList value) { this.aliasList = 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 } * * */ 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 } * */ public TagList getTagList() { return tagList; } /** * Sets the value of the tagList property. * * @param value * allowed object is * {@link TagList } * */ public void setTagList(TagList value) { this.tagList = value; } /** * Gets the value of the userTagList property. * * @return * possible object is * {@link UserTagList } * */ public UserTagList getUserTagList() { return userTagList; } /** * Sets the value of the userTagList property. * * @param value * allowed object is * {@link UserTagList } * */ public void setUserTagList(UserTagList value) { this.userTagList = value; } /** * Gets the value of the rating property. * * @return * possible object is * {@link Rating } * */ public Rating getRating() { return rating; } /** * Sets the value of the rating property. * * @param value * allowed object is * {@link Rating } * */ public void setRating(Rating value) { this.rating = value; } /** * Gets the value of the userRating property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getUserRating() { return userRating; } /** * Sets the value of the userRating property. * * @param value * allowed object is * {@link BigInteger } * */ 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 } * * */ 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 } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } /** * Gets the value of the type property. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Sets the value of the type property. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = 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 */ public Map getOtherAttributes() { return otherAttributes; } /** *

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 name="attribute" maxOccurs="unbounded">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "attribute" }) public static class AttributeList { @XmlElement(required = true) protected List attribute; /** * Gets the value of the attribute 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 attribute property. * *

* For example, to add a new item, do as follows: *

         *    getAttribute().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Work.AttributeList.Attribute } * * */ public List getAttribute() { if (attribute == null) { attribute = new ArrayList(); } return this.attribute; } /** *

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">
         *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class Attribute { @XmlValue protected String content; @XmlAttribute(required = true) protected String type; /** * Gets the value of the content property. * * @return * possible object is * {@link String } * */ public String getContent() { return content; } /** * Sets the value of the content property. * * @param value * allowed object is * {@link String } * */ public void setContent(String value) { this.content = value; } /** * Gets the value of the type property. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Sets the value of the type property. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy