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.quickfix 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.quickfix
    • Method Detail

      • createFixes

        public Fixes createFixes()
        Create an instance of Fixes
        Returns:
        the new instance of Fixes
      • createFix

        public Fix createFix()
        Create an instance of Fix
        Returns:
        the new instance of Fix
      • createParam

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

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

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

        public CallFix createCallFix()
        Create an instance of CallFix
        Returns:
        the new instance of CallFix
      • createAdd

        public Add createAdd()
        Create an instance of Add
        Returns:
        the new instance of Add
      • createDelete

        public Delete createDelete()
        Create an instance of Delete
        Returns:
        the new instance of Delete
      • createReplace

        public Replace createReplace()
        Create an instance of Replace
        Returns:
        the new instance of Replace
      • createGroup

        public Group createGroup()
        Create an instance of Group
        Returns:
        the new instance of Group
      • createKeep

        public Keep createKeep()
        Create an instance of Keep
        Returns:
        the new instance of Keep