
org.jabber.protocol.xdata_layout.Section Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.01.18 at 04:55:09 PM GMT
//
package org.jabber.protocol.xdata_layout;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
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.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded" minOccurs="0">
* <element ref="{http://jabber.org/protocol/xdata-layout}text" maxOccurs="unbounded" minOccurs="0"/>
* <element ref="{http://jabber.org/protocol/xdata-layout}section" maxOccurs="unbounded" minOccurs="0"/>
* <element ref="{http://jabber.org/protocol/xdata-layout}fieldref" maxOccurs="unbounded" minOccurs="0"/>
* <element ref="{http://jabber.org/protocol/xdata-layout}reportedref" maxOccurs="unbounded" minOccurs="0"/>
* </choice>
* <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"textOrSectionOrFieldref"
})
@XmlRootElement(name = "section")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2010-01-18T16:55:09+0000", comments = "hudson-jaxb-ri-2.1-833 uk.org.retep.tools:jaxb:10.1")
public class Section {
@XmlElementRefs({
@XmlElementRef(name = "reportedref", namespace = "http://jabber.org/protocol/xdata-layout", type = JAXBElement.class),
@XmlElementRef(name = "text", namespace = "http://jabber.org/protocol/xdata-layout", type = JAXBElement.class),
@XmlElementRef(name = "section", namespace = "http://jabber.org/protocol/xdata-layout", type = Section.class),
@XmlElementRef(name = "fieldref", namespace = "http://jabber.org/protocol/xdata-layout", type = Fieldref.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy