![JAR search and dependency download from the Maven repository](/logo.png)
net.codesup.jaxb.plugins.delegate.Delegates Maven / Gradle / Ivy
//
// Diese Datei wurde mit der Eclipse Implementation of JAXB, v4.0.2 generiert
// Siehe https://eclipse-ee4j.github.io/jaxb-ri
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
//
package net.codesup.jaxb.plugins.delegate;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElements;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java-Klasse für anonymous complex type.
*
*
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"documentation",
"annotate",
"delegateOrDelegateRef"
})
@XmlRootElement(name = "delegates")
public class Delegates {
protected String documentation;
protected NullabilityAnnotations annotate;
@XmlElements({
@XmlElement(name = "delegate", type = Delegate.class),
@XmlElement(name = "delegate-ref", type = DelegateRef.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy