![JAR search and dependency download from the Maven repository](/logo.png)
io.github.oliviercailloux.xmcda_2_2_1_jaxb.X2AttributesSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmcda-2.2.1-jaxb Show documentation
Show all versions of xmcda-2.2.1-jaxb Show documentation
Java source for (un)marshalling XMCDA-2.2.1 files, JAXB-generated from the schema.
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.10 at 09:49:41 PM CET
//
package io.github.oliviercailloux.xmcda_2_2_1_jaxb;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlType;
/**
* A "valued", possibly ordered, set of attributes.
*
* Java class for attributesSet complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="attributesSet">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="description" type="{http://www.decision-deck.org/2012/XMCDA-2.2.1}description" minOccurs="0"/>
* <element name="element" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="description" type="{http://www.decision-deck.org/2012/XMCDA-2.2.1}description" minOccurs="0"/>
* <element name="attributeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element name="rank" type="{http://www.decision-deck.org/2012/XMCDA-2.2.1}value"/>
* <element name="value" type="{http://www.decision-deck.org/2012/XMCDA-2.2.1}value"/>
* <element name="values" type="{http://www.decision-deck.org/2012/XMCDA-2.2.1}values"/>
* </choice>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element name="value" type="{http://www.decision-deck.org/2012/XMCDA-2.2.1}value"/>
* <element name="values" type="{http://www.decision-deck.org/2012/XMCDA-2.2.1}values"/>
* </choice>
* </sequence>
* <attGroup ref="{http://www.decision-deck.org/2012/XMCDA-2.2.1}defaultAttributes"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "attributesSet", propOrder = {
"description",
"element",
"valueOrValues"
})
public class X2AttributesSet {
protected X2Description description;
protected List element;
@XmlElements({
@XmlElement(name = "value", type = X2Value.class),
@XmlElement(name = "values", type = X2Values.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy