org.w3._1998.math.mathml.Piecewise 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
The newest version!
//
// 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._1998.math.mathml;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.namespace.QName;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Java class for piecewise.type complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="piecewise.type">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <group ref="{http://www.w3.org/1998/Math/MathML}piecewise.content"/>
* <attGroup ref="{http://www.w3.org/1998/Math/MathML}piecewise.attlist"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "piecewise.type", propOrder = {
"piecesAndOtherwises"
})
@XmlRootElement(name = "piecewise")
public class Piecewise {
@XmlElements({
@XmlElement(name = "piece", type = Piece.class),
@XmlElement(name = "otherwise", type = Otherwise.class)
})
protected List