uk.gov.legislation.namespaces.legislation.Appendix 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 uk.gov.legislation.namespaces.legislation;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.util.ArrayList;
import java.util.List;
/**
* 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">
* <sequence>
* <element ref="{http://www.legislation.gov.uk/namespaces/legislation}Number"/>
* <element ref="{http://www.legislation.gov.uk/namespaces/legislation}TitleBlock" maxOccurs="unbounded" minOccurs="0"/>
* <element ref="{http://www.legislation.gov.uk/namespaces/legislation}Reference" minOccurs="0"/>
* <element ref="{http://www.legislation.gov.uk/namespaces/legislation}Contents" minOccurs="0"/>
* <element ref="{http://www.legislation.gov.uk/namespaces/legislation}AppendixBody"/>
* </sequence>
* <attGroup ref="{http://www.legislation.gov.uk/namespaces/legislation}CommonSubAttributes"/>
* <attGroup ref="{http://www.legislation.gov.uk/namespaces/legislation}StructureNumberFormattingAttributes"/>
* <attGroup ref="{http://www.legislation.gov.uk/namespaces/legislation}PelementIDattributes"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"number",
"titleBlocks",
"reference",
"contents",
"appendixBody"
})
@XmlRootElement(name = "Appendix")
public class Appendix {
@XmlElement(name = "Number", required = true)
protected InlineFullStructure number;
@XmlElement(name = "TitleBlock")
protected List titleBlocks;
@XmlElement(name = "Reference")
protected InlineFullStructure reference;
@XmlElement(name = "Contents")
protected Contents contents;
@XmlElement(name = "AppendixBody", required = true)
protected AppendixBody appendixBody;
@XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlSchemaType(name = "language")
protected String lang;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
@XmlAttribute(name = "base", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlSchemaType(name = "anyURI")
protected String base;
@XmlAttribute(name = "AltVersionRefs")
@XmlIDREF
@XmlSchemaType(name = "IDREFS")
protected List