![JAR search and dependency download from the Maven repository](/logo.png)
org.plutext.jaxb.xslfo.LayoutMasterSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb-xslfo Show documentation
Show all versions of jaxb-xslfo Show documentation
JAXB classes modelling XSL FO
package org.plutext.jaxb.xslfo;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* 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">
* <element ref="{http://www.w3.org/1999/XSL/Format}simple-page-master"/>
* <element ref="{http://www.w3.org/1999/XSL/Format}page-sequence-master"/>
* </choice>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}inheritable_properties_List"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"simplePageMasterOrPageSequenceMaster"
})
@XmlRootElement(name = "layout-master-set")
public class LayoutMasterSet {
@XmlElements({
@XmlElement(name = "page-sequence-master", type = PageSequenceMaster.class),
@XmlElement(name = "simple-page-master", type = SimplePageMaster.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy