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

io.aesy.musicbrainz.entity.Release Maven / Gradle / Ivy

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.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#}title" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}status" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}quality" 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#}packaging" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}text-representation" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}artist-credit" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}alias-list" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}release-group" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}date" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}country" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}release-event-list" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}barcode" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}asin" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}cover-art-archive" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}label-info-list" minOccurs="0"/>
 *         <element ref="{http://musicbrainz.org/ns/mmd-2.0#}medium-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#}collection-list" minOccurs="0"/>
 *         <group ref="{http://musicbrainz.org/ns/mmd-2.0#}def_release-element_extension"/>
 *       </sequence>
 *       <attGroup ref="{http://musicbrainz.org/ns/mmd-2.0#}def_release-attribute_extension"/>
 *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "title", "status", "quality", "annotation", "disambiguation", "packaging", "textRepresentation", "artistCredit", "aliasList", "releaseGroup", "date", "country", "releaseEventList", "barcode", "asin", "coverArtArchive", "labelInfoList", "mediumList", "relationList", "tagList", "userTagList", "genreList", "userGenreList", "collectionList", "defExtensionElement" }) @XmlRootElement(name = "release") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public class Release { @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected String title; @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected Status status; @XmlSchemaType(name = "token") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected DefQuality quality; @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 Packaging packaging; @XmlElement(name = "text-representation") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected TextRepresentation textRepresentation; @XmlElement(name = "artist-credit") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected ArtistCredit artistCredit; @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 = "release-group") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected ReleaseGroup releaseGroup; @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected String date; @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected String country; @XmlElement(name = "release-event-list") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected ReleaseEventList releaseEventList; @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected String barcode; @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected String asin; @XmlElement(name = "cover-art-archive") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected CoverArtArchive coverArtArchive; @XmlElement(name = "label-info-list") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected LabelInfoList labelInfoList; @XmlElement(name = "medium-list") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected MediumList mediumList; @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; @XmlElement(name = "collection-list") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") protected CollectionList collectionList; @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; @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 title 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 getTitle() { return title; } /** * Sets the value of the title 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 setTitle(String value) { this.title = value; } /** * Gets the value of the status property. * * @return * possible object is * {@link Status } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public Status getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link Status } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setStatus(Status value) { this.status = value; } /** * Gets the value of the quality property. * * @return * possible object is * {@link DefQuality } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public DefQuality getQuality() { return quality; } /** * Sets the value of the quality property. * * @param value * allowed object is * {@link DefQuality } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setQuality(DefQuality value) { this.quality = 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 packaging property. * * @return * possible object is * {@link Packaging } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public Packaging getPackaging() { return packaging; } /** * Sets the value of the packaging property. * * @param value * allowed object is * {@link Packaging } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setPackaging(Packaging value) { this.packaging = value; } /** * Gets the value of the textRepresentation property. * * @return * possible object is * {@link TextRepresentation } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public TextRepresentation getTextRepresentation() { return textRepresentation; } /** * Sets the value of the textRepresentation property. * * @param value * allowed object is * {@link TextRepresentation } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setTextRepresentation(TextRepresentation value) { this.textRepresentation = value; } /** * Gets the value of the artistCredit property. * * @return * possible object is * {@link ArtistCredit } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public ArtistCredit getArtistCredit() { return artistCredit; } /** * Sets the value of the artistCredit property. * * @param value * allowed object is * {@link ArtistCredit } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setArtistCredit(ArtistCredit value) { this.artistCredit = 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 releaseGroup property. * * @return * possible object is * {@link ReleaseGroup } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public ReleaseGroup getReleaseGroup() { return releaseGroup; } /** * Sets the value of the releaseGroup property. * * @param value * allowed object is * {@link ReleaseGroup } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setReleaseGroup(ReleaseGroup value) { this.releaseGroup = value; } /** * Gets the value of the date 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 getDate() { return date; } /** * Sets the value of the date 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 setDate(String value) { this.date = 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 releaseEventList property. * * @return * possible object is * {@link ReleaseEventList } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public ReleaseEventList getReleaseEventList() { return releaseEventList; } /** * Sets the value of the releaseEventList property. * * @param value * allowed object is * {@link ReleaseEventList } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setReleaseEventList(ReleaseEventList value) { this.releaseEventList = value; } /** * Gets the value of the barcode 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 getBarcode() { return barcode; } /** * Sets the value of the barcode 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 setBarcode(String value) { this.barcode = value; } /** * Gets the value of the asin 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 getAsin() { return asin; } /** * Sets the value of the asin 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 setAsin(String value) { this.asin = value; } /** * Gets the value of the coverArtArchive property. * * @return * possible object is * {@link CoverArtArchive } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public CoverArtArchive getCoverArtArchive() { return coverArtArchive; } /** * Sets the value of the coverArtArchive property. * * @param value * allowed object is * {@link CoverArtArchive } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setCoverArtArchive(CoverArtArchive value) { this.coverArtArchive = value; } /** * Gets the value of the labelInfoList property. * * @return * possible object is * {@link LabelInfoList } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public LabelInfoList getLabelInfoList() { return labelInfoList; } /** * Sets the value of the labelInfoList property. * * @param value * allowed object is * {@link LabelInfoList } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setLabelInfoList(LabelInfoList value) { this.labelInfoList = value; } /** * Gets the value of the mediumList property. * * @return * possible object is * {@link MediumList } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public MediumList getMediumList() { return mediumList; } /** * Sets the value of the mediumList property. * * @param value * allowed object is * {@link MediumList } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setMediumList(MediumList value) { this.mediumList = 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 collectionList property. * * @return * possible object is * {@link CollectionList } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public CollectionList getCollectionList() { return collectionList; } /** * Sets the value of the collectionList property. * * @param value * allowed object is * {@link CollectionList } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-04-01T01:10:33+02:00") public void setCollectionList(CollectionList value) { this.collectionList = 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 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; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy