
io.fixprotocol._2016.fixrepository.Annotation Maven / Gradle / Ivy
//
// 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.12.16 at 01:24:30 PM CST
//
package io.fixprotocol._2016.fixrepository;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
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.XmlElements;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for annotation complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="annotation">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded">
* <element name="documentation" type="{http://fixprotocol.io/2016/fixrepository}documentation"/>
* <element name="appinfo" type="{http://fixprotocol.io/2016/fixrepository}appinfo"/>
* </choice>
* <attGroup ref="{http://fixprotocol.io/2016/fixrepository}entityAttribGrp"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "annotation", propOrder = {
"documentationOrAppinfo"
})
public class Annotation {
@XmlElements({
@XmlElement(name = "documentation", type = Documentation.class),
@XmlElement(name = "appinfo", type = Appinfo.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy