uk.gov.legislation.namespaces.metadata.SectionRange 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.metadata;
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/metadata}Section" maxOccurs="2" minOccurs="2"/>
* </sequence>
* <attribute name="Start" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
* <attribute name="End" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
* <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="UpTo" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="FoundStart" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
* <attribute name="FoundEnd" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
* <attribute name="MissingStart" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="MissingEnd" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="Missing" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"content"
})
@XmlRootElement(name = "SectionRange")
public class SectionRange {
@XmlElementRef(name = "Section", namespace = "http://www.legislation.gov.uk/namespaces/metadata", type = Section.class)
@XmlMixed
protected List