Class ObjectFactory


  • public class ObjectFactory
    extends java.lang.Object
    This object contains factory methods for each Java content interface and Java element interface generated in the org.oclc.purl.dsdl.svrl 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 window groups. Factory methods for each of these are provided in this class.

    • Field Detail

      • _SchematronOutput_QNAME

        public static final javax.xml.namespace.QName _SchematronOutput_QNAME
      • _Text_QNAME

        public static final javax.xml.namespace.QName _Text_QNAME
    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oclc.purl.dsdl.svrl
    • Method Detail

      • createActivePattern

        public ActivePattern createActivePattern()
        Create an instance of ActivePattern
        Returns:
        The created ActivePattern object and never null.
      • createFiredRule

        public FiredRule createFiredRule()
        Create an instance of FiredRule
        Returns:
        The created FiredRule object and never null.
      • createDiagnosticReference

        public DiagnosticReference createDiagnosticReference()
        Create an instance of DiagnosticReference
        Returns:
        The created DiagnosticReference object and never null.
      • createFailedAssert

        public FailedAssert createFailedAssert()
        Create an instance of FailedAssert
        Returns:
        The created FailedAssert object and never null.
      • createSuccessfulReport

        public SuccessfulReport createSuccessfulReport()
        Create an instance of SuccessfulReport
        Returns:
        The created SuccessfulReport object and never null.
      • createText

        public javax.xml.bind.JAXBElement<java.lang.String> createText​(java.lang.String value)
        Create an instance of JAXBElement<String>}
        Returns:
        The created JAXBElement and never null.