// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.05.30 at 01:37:07 odp. CEST // package cz.cuni.mff.peckam.java.origamist.model.jaxb; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; import cz.cuni.mff.peckam.java.origamist.model.DoubleDimension; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the cz.cuni.mff.peckam.java.origamist.model.jaxb package. * <p>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 _Origami_QNAME = new QName("http://www.mff.cuni.cz/~peckam/java/origamist/diagram/v2", "origami"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cz.cuni.mff.peckam.java.origamist.model.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.TurnOverOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.TurnOverOperation createTurnOverOperation() { return new cz.cuni.mff.peckam.java.origamist.model.TurnOverOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.RotateOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.RotateOperation createRotateOperation() { return new cz.cuni.mff.peckam.java.origamist.model.RotateOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.RepeatOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.RepeatOperation createRepeatOperation() { return new cz.cuni.mff.peckam.java.origamist.model.RepeatOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.SymmetryOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.SymmetryOperation createSymmetryOperation() { return new cz.cuni.mff.peckam.java.origamist.model.SymmetryOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.ModelPaper } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.ModelPaper createModelPaper() { return new cz.cuni.mff.peckam.java.origamist.model.ModelPaper(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.Origami } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.Origami createOrigami() { return new cz.cuni.mff.peckam.java.origamist.model.Origami(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.MarkerOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.MarkerOperation createMarkerOperation() { return new cz.cuni.mff.peckam.java.origamist.model.MarkerOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.ReverseFoldOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.ReverseFoldOperation createReverseFoldOperation() { return new cz.cuni.mff.peckam.java.origamist.model.ReverseFoldOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.Model } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.Model createModel() { return new cz.cuni.mff.peckam.java.origamist.model.Model(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.DiagramPaper } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.DiagramPaper createDiagramPaper() { return new cz.cuni.mff.peckam.java.origamist.model.DiagramPaper(); } /** * Create an instance of {@link Dimension } * */ public Dimension createDimension() { return new DoubleDimension(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.Line2D } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.Line2D createLine2D() { return new cz.cuni.mff.peckam.java.origamist.model.Line2D(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.Steps } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.Steps createSteps() { return new cz.cuni.mff.peckam.java.origamist.model.Steps(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.Point2D } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.Point2D createPoint2D() { return new cz.cuni.mff.peckam.java.origamist.model.Point2D(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.FoldOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.FoldOperation createFoldOperation() { return new cz.cuni.mff.peckam.java.origamist.model.FoldOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.CrimpFoldOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.CrimpFoldOperation createCrimpFoldOperation() { return new cz.cuni.mff.peckam.java.origamist.model.CrimpFoldOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.Step } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.Step createStep() { return new cz.cuni.mff.peckam.java.origamist.model.Step(); } /** * Create an instance of {@link ModelColors } * */ public ModelColors createModelColors() { return new ModelColors(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.PullOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.PullOperation createPullOperation() { return new cz.cuni.mff.peckam.java.origamist.model.PullOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.ImageOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.ImageOperation createImageOperation() { return new cz.cuni.mff.peckam.java.origamist.model.ImageOperation(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.FoldUnfoldOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.FoldUnfoldOperation createFoldUnfoldOperation() { return new cz.cuni.mff.peckam.java.origamist.model.FoldUnfoldOperation(); } /** * Create an instance of {@link DiagramColors } * */ public DiagramColors createDiagramColors() { return new DiagramColors(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.UnitDimension } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.UnitDimension createUnitDimension() { return new cz.cuni.mff.peckam.java.origamist.model.UnitDimension(); } /** * Create an instance of {@link cz.cuni.mff.peckam.java.origamist.model.jaxb.ThunderboltFoldOperation } * */ public cz.cuni.mff.peckam.java.origamist.model.jaxb.ThunderboltFoldOperation createThunderboltFoldOperation() { return new cz.cuni.mff.peckam.java.origamist.model.ThunderboltFoldOperation(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link cz.cuni.mff.peckam.java.origamist.model.jaxb.Origami }{@code >}} * */ @XmlElementDecl(namespace = "http://www.mff.cuni.cz/~peckam/java/origamist/diagram/v2", name = "origami") @SuppressWarnings({ "rawtypes", "unchecked" }) public JAXBElement<cz.cuni.mff.peckam.java.origamist.model.jaxb.Origami> createOrigami(cz.cuni.mff.peckam.java.origamist.model.jaxb.Origami value) { return new JAXBElement<cz.cuni.mff.peckam.java.origamist.model.jaxb.Origami>(_Origami_QNAME, ((Class) cz.cuni.mff.peckam.java.origamist.model.Origami.class), null, ((cz.cuni.mff.peckam.java.origamist.model.Origami) value)); } }