![JAR search and dependency download from the Maven repository](/logo.png)
org.docbook.model.Revhistory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docbook-model Show documentation
Show all versions of docbook-model Show documentation
Alpha system commons library
The newest version!
package org.docbook.model;
import java.util.ArrayList;
import java.util.Collection;
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.XmlID;
import javax.xml.bind.annotation.XmlIDREF;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.w3.xlink.Actuate;
import org.w3.xlink.Show;
/**
* 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>
* <sequence>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element ref="{http://docbook.org/ns/docbook}title"/>
* <element ref="{http://docbook.org/ns/docbook}titleabbrev"/>
* </choice>
* <element ref="{http://docbook.org/ns/docbook}info" minOccurs="0"/>
* </sequence>
* <element ref="{http://docbook.org/ns/docbook}revision" maxOccurs="unbounded"/>
* </sequence>
* <attGroup ref="{http://docbook.org/ns/docbook}db.common.linking.attributes"/>
* <attGroup ref="{http://docbook.org/ns/docbook}db.common.attributes"/>
* <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"titleOrTitleabbrev",
"info",
"revision"
})
@XmlRootElement(name = "revhistory")
public class Revhistory {
@XmlElements({
@XmlElement(name = "title", type = Title.class),
@XmlElement(name = "titleabbrev", type = TitleAbbreviation.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy