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 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.

    • 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
      • createLet

        public Let createLet()
        Create an instance of Let
      • createName

        public Name createName()
        Create an instance of Name
      • createValueOf

        public ValueOf createValueOf()
        Create an instance of ValueOf
      • createEmph

        public Emph createEmph()
        Create an instance of Emph
      • createDir

        public Dir createDir()
        Create an instance of Dir
      • createSpan

        public Span createSpan()
        Create an instance of Span
      • createSchema

        public Schema createSchema()
        Create an instance of Schema
      • createInclude

        public Include createInclude()
        Create an instance of Include
      • createExtends

        public Extends createExtends()
        Create an instance of Extends
      • createTitle

        public Title createTitle()
        Create an instance of Title
      • createNs

        public Ns createNs()
        Create an instance of Ns
      • createP

        public P createP()
        Create an instance of P
      • createPhase

        public Phase createPhase()
        Create an instance of Phase
      • createActive

        public Active createActive()
        Create an instance of Active
      • createPattern

        public Pattern createPattern()
        Create an instance of Pattern
      • createParam

        public Param createParam()
        Create an instance of Param
      • createRuleExtends

        public javax.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>