org.daisy.pipeline.webservice.jaxb.job.Script Maven / Gradle / Ivy
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.01.03 at 12:32:07 PM CET
//
package org.daisy.pipeline.webservice.jaxb.job;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
* 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" minOccurs="0">
* <element ref="{http://www.daisy.org/ns/pipeline/data}nicename"/>
* <element ref="{http://www.daisy.org/ns/pipeline/data}description"/>
* <element ref="{http://www.daisy.org/ns/pipeline/data}version"/>
* <element ref="{http://www.daisy.org/ns/pipeline/data}homepage"/>
* <element ref="{http://www.daisy.org/ns/pipeline/data}input"/>
* <element ref="{http://www.daisy.org/ns/pipeline/data}option"/>
* <element ref="{http://www.daisy.org/ns/pipeline/data}output"/>
* </choice>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="input-filesets" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* <attribute name="output-filesets" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"nicenameOrDescriptionOrVersion"
})
@XmlRootElement(name = "script")
public class Script {
@XmlElementRefs({
@XmlElementRef(name = "nicename", namespace = "http://www.daisy.org/ns/pipeline/data", type = JAXBElement.class, required = false),
@XmlElementRef(name = "description", namespace = "http://www.daisy.org/ns/pipeline/data", type = JAXBElement.class, required = false),
@XmlElementRef(name = "version", namespace = "http://www.daisy.org/ns/pipeline/data", type = JAXBElement.class, required = false),
@XmlElementRef(name = "homepage", namespace = "http://www.daisy.org/ns/pipeline/data", type = JAXBElement.class, required = false),
@XmlElementRef(name = "input", namespace = "http://www.daisy.org/ns/pipeline/data", type = Input.class, required = false),
@XmlElementRef(name = "option", namespace = "http://www.daisy.org/ns/pipeline/data", type = Option.class, required = false),
@XmlElementRef(name = "output", namespace = "http://www.daisy.org/ns/pipeline/data", type = Output.class, required = false)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy