Class ObjectFactory


  • public class ObjectFactory
    extends Object
    This object contains factory methods for each Java content interface and Java element interface generated in the network.oxalis.peppol.schematron.jaxb package.

    An ObjectFactory allows you to programmatically 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.

    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: network.oxalis.peppol.schematron.jaxb
    • Method Detail

      • createRule

        public Rule createRule()
        Create an instance of Rule
        Returns:
        the new instance of Rule
      • createLet

        public Let createLet()
        Create an instance of Let
        Returns:
        the new instance of Let
      • createName

        public Name createName()
        Create an instance of Name
        Returns:
        the new instance of Name
      • createValueOf

        public ValueOf createValueOf()
        Create an instance of ValueOf
        Returns:
        the new instance of ValueOf
      • createEmph

        public Emph createEmph()
        Create an instance of Emph
        Returns:
        the new instance of Emph
      • createDir

        public Dir createDir()
        Create an instance of Dir
        Returns:
        the new instance of Dir
      • createSpan

        public Span createSpan()
        Create an instance of Span
        Returns:
        the new instance of Span
      • createSchema

        public Schema createSchema()
        Create an instance of Schema
        Returns:
        the new instance of Schema
      • createInclude

        public Include createInclude()
        Create an instance of Include
        Returns:
        the new instance of Include
      • createExtends

        public Extends createExtends()
        Create an instance of Extends
        Returns:
        the new instance of Extends
      • createTitle

        public Title createTitle()
        Create an instance of Title
        Returns:
        the new instance of Title
      • createNs

        public Ns createNs()
        Create an instance of Ns
        Returns:
        the new instance of Ns
      • createP

        public P createP()
        Create an instance of P
        Returns:
        the new instance of P
      • createPhase

        public Phase createPhase()
        Create an instance of Phase
        Returns:
        the new instance of Phase
      • createActive

        public Active createActive()
        Create an instance of Active
        Returns:
        the new instance of Active
      • createPattern

        public Pattern createPattern()
        Create an instance of Pattern
        Returns:
        the new instance of Pattern
      • createParam

        public Param createParam()
        Create an instance of Param
        Returns:
        the new instance of Param
      • createRuleExtends

        public jakarta.xml.bind.JAXBElement<Rule.Extends> createRuleExtends​(Rule.Extends value)
        Create an instance of JAXBElement<Rule.Extends>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Rule.Extends>