com.eprosima.xmlschemas.fastrtps_profiles.UnionDcl Maven / Gradle / Ivy
package com.eprosima.xmlschemas.fastrtps_profiles;
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.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElements;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for unionDcl complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "unionDcl", propOrder = {
"discriminatorOrCase"
})
public class UnionDcl {
@XmlElements({
@XmlElement(name = "discriminator", type = UnionDcl.Discriminator.class),
@XmlElement(name = "case", type = UnionDcl.Case.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy