fr.insee.eno.parameters.ObjectFactory Maven / Gradle / Ivy
Show all versions of eno-core Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.10.10 at 12:34:23 PM UTC
//
package fr.insee.eno.parameters;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the fr.insee.eno.parameters package.
* An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups. Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName _Pipeline_QNAME = new QName("", "Pipeline");
private final static QName _Numerotation_QNAME = new QName("", "Numerotation");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: fr.insee.eno.parameters
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Table }
*
*/
public Table createTable() {
return new Table();
}
/**
* Create an instance of {@link TextArea }
*
*/
public TextArea createTextArea() {
return new TextArea();
}
/**
* Create an instance of {@link Roster }
*
*/
public Roster createRoster() {
return new Roster();
}
/**
* Create an instance of {@link Parameters }
*
*/
public Parameters createParameters() {
return new Parameters();
}
/**
* Create an instance of {@link Pipeline }
*
*/
public Pipeline createPipeline() {
return new Pipeline();
}
/**
* Create an instance of {@link GlobalNumbering }
*
*/
public GlobalNumbering createGlobalNumbering() {
return new GlobalNumbering();
}
/**
* Create an instance of {@link ENOParameters }
*
*/
public ENOParameters createENOParameters() {
return new ENOParameters();
}
/**
* Create an instance of {@link XFORMSParameters }
*
*/
public XFORMSParameters createXFORMSParameters() {
return new XFORMSParameters();
}
/**
* Create an instance of {@link LunaticXMLParameters }
*
*/
public LunaticXMLParameters createLunaticXMLParameters() {
return new LunaticXMLParameters();
}
/**
* Create an instance of {@link FODTParameters }
*
*/
public FODTParameters createFODTParameters() {
return new FODTParameters();
}
/**
* Create an instance of {@link FOParameters }
*
*/
public FOParameters createFOParameters() {
return new FOParameters();
}
/**
* Create an instance of {@link Style }
*
*/
public Style createStyle() {
return new Style();
}
/**
* Create an instance of {@link SequenceTitle }
*
*/
public SequenceTitle createSequenceTitle() {
return new SequenceTitle();
}
/**
* Create an instance of {@link ParagraphTitle }
*
*/
public ParagraphTitle createParagraphTitle() {
return new ParagraphTitle();
}
/**
* Create an instance of {@link GeneralStyle }
*
*/
public GeneralStyle createGeneralStyle() {
return new GeneralStyle();
}
/**
* Create an instance of {@link LabelCell }
*
*/
public LabelCell createLabelCell() {
return new LabelCell();
}
/**
* Create an instance of {@link LabelQuestion }
*
*/
public LabelQuestion createLabelQuestion() {
return new LabelQuestion();
}
/**
* Create an instance of {@link RowHeaderLine }
*
*/
public RowHeaderLine createRowHeaderLine() {
return new RowHeaderLine();
}
/**
* Create an instance of {@link TableColumn }
*
*/
public TableColumn createTableColumn() {
return new TableColumn();
}
/**
* Create an instance of {@link DataCell }
*
*/
public DataCell createDataCell() {
return new DataCell();
}
/**
* Create an instance of {@link LineDrawing }
*
*/
public LineDrawing createLineDrawing() {
return new LineDrawing();
}
/**
* Create an instance of {@link LineDrawingGarde }
*
*/
public LineDrawingGarde createLineDrawingGarde() {
return new LineDrawingGarde();
}
/**
* Create an instance of {@link FilterBlock }
*
*/
public FilterBlock createFilterBlock() {
return new FilterBlock();
}
/**
* Create an instance of {@link FilterInlineContainer }
*
*/
public FilterInlineContainer createFilterInlineContainer() {
return new FilterInlineContainer();
}
/**
* Create an instance of {@link FilterAlternative }
*
*/
public FilterAlternative createFilterAlternative() {
return new FilterAlternative();
}
/**
* Create an instance of {@link Footnote }
*
*/
public Footnote createFootnote() {
return new Footnote();
}
/**
* Create an instance of {@link Instruction }
*
*/
public Instruction createInstruction() {
return new Instruction();
}
/**
* Create an instance of {@link Statement }
*
*/
public Statement createStatement() {
return new Statement();
}
/**
* Create an instance of {@link AnswerItem }
*
*/
public AnswerItem createAnswerItem() {
return new AnswerItem();
}
/**
* Create an instance of {@link Details }
*
*/
public Details createDetails() {
return new Details();
}
/**
* Create an instance of {@link Format }
*
*/
public Format createFormat() {
return new Format();
}
/**
* Create an instance of {@link Capture }
*
*/
public Capture createCapture() {
return new Capture();
}
/**
* Create an instance of {@link PageBreakBetween }
*
*/
public PageBreakBetween createPageBreakBetween() {
return new PageBreakBetween();
}
/**
* Create an instance of {@link Loop }
*
*/
public Loop createLoop() {
return new Loop();
}
/**
* Create an instance of {@link BeginQuestion }
*
*/
public BeginQuestion createBeginQuestion() {
return new BeginQuestion();
}
/**
* Create an instance of {@link EndQuestion }
*
*/
public EndQuestion createEndQuestion() {
return new EndQuestion();
}
/**
* Create an instance of {@link Table.Row }
*
*/
public Table.Row createTableRow() {
return new Table.Row();
}
/**
* Create an instance of {@link TextArea.Row }
*
*/
public TextArea.Row createTextAreaRow() {
return new TextArea.Row();
}
/**
* Create an instance of {@link Roster.Row }
*
*/
public Roster.Row createRosterRow() {
return new Roster.Row();
}
/**
* Create an instance of {@link Parameters.Languages }
*
*/
public Parameters.Languages createParametersLanguages() {
return new Parameters.Languages();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Pipeline }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link Pipeline }{@code >}
*/
@XmlElementDecl(namespace = "", name = "Pipeline")
public JAXBElement createPipeline(Pipeline value) {
return new JAXBElement(_Pipeline_QNAME, Pipeline.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GlobalNumbering }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link GlobalNumbering }{@code >}
*/
@XmlElementDecl(namespace = "", name = "Numerotation")
public JAXBElement createNumerotation(GlobalNumbering value) {
return new JAXBElement(_Numerotation_QNAME, GlobalNumbering.class, null, value);
}
}