com.helger.xsds.xlink.XLinkExtended Maven / Gradle / Ivy
The newest version!
package com.helger.xsds.xlink;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Nonnegative;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com.helger.commons.annotation.CodingStyleguideUnaware;
import com.helger.commons.annotation.ReturnsMutableCopy;
import com.helger.commons.annotation.ReturnsMutableObject;
import com.helger.commons.equals.EqualsHelper;
import com.helger.commons.hashcode.HashCodeGenerator;
import com.helger.commons.lang.IExplicitlyCloneable;
import com.helger.commons.string.ToStringGenerator;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElements;
import jakarta.xml.bind.annotation.XmlType;
/**
*
* Intended for use as the type of user-declared elements to make them
* extended links.
* Note that the elements referenced in the content model are all abstract.
* The intention is that by simply declaring elements with these as their
* substitutionGroup, all the right things will happen.
*
*
* Java class for extended complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
{@code
*
*
*
*
*
*
*
*
* }
* This class was annotated by ph-jaxb-plugin -Xph-annotate
* This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
* This class contains methods created by ph-jaxb-plugin -Xph-tostring
* This class contains methods created by ph-jaxb-plugin -Xph-list-extension
* This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
* This class contains methods created by ph-jaxb-plugin -Xph-value-extender
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "extended", propOrder = {
"extendedModel"
})
@CodingStyleguideUnaware
public class XLinkExtended implements Serializable, IExplicitlyCloneable
{
@XmlElements({
@XmlElement(name = "title", type = XLinkTitleEltType.class),
@XmlElement(name = "resource", type = XLinkResourceType.class),
@XmlElement(name = "locator", type = XLinkLocatorType.class),
@XmlElement(name = "arc", type = XLinkArcType.class)
})
private List