org.w3._2005.atom.UndefinedContent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of legislation-gov-uk Show documentation
Show all versions of legislation-gov-uk Show documentation
Java library for consuming the Legislation.gov.uk API
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.08.07 at 06:17:52 PM CEST
//
package org.w3._2005.atom;
import org.w3c.dom.Element;
import javax.xml.bind.annotation.*;
import java.util.ArrayList;
import java.util.List;
/**
* Java class for undefinedContent complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="undefinedContent">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <group ref="{http://www.w3.org/2005/Atom}anyForeignElement" maxOccurs="unbounded" minOccurs="0"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "undefinedContent", propOrder = {
"content"
})
@XmlSeeAlso({
Category.class,
Link.class
})
public class UndefinedContent {
@XmlMixed
@XmlAnyElement(lax = true)
protected List