Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.schematron.jaxb.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 Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivecreateActive()Create an instance ofActivejakarta.xml.bind.JAXBElement<AssertReportType>createAssert(AssertReportType value)AssertReportTypecreateAssertReportType()Create an instance ofAssertReportTypeDiagnosticcreateDiagnostic()Create an instance ofDiagnosticDiagnosticscreateDiagnostics()Create an instance ofDiagnosticsDircreateDir()Create an instance ofDirEmphcreateEmph()Create an instance ofEmphExtendscreateExtends()Create an instance ofExtendsIncludecreateInclude()Create an instance ofIncludeLetcreateLet()Create an instance ofLetNamecreateName()Create an instance ofNameNscreateNs()Create an instance ofNsPcreateP()Create an instance ofPParamcreateParam()Create an instance ofParamPatterncreatePattern()Create an instance ofPatternPhasecreatePhase()Create an instance ofPhasejakarta.xml.bind.JAXBElement<AssertReportType>createReport(AssertReportType value)RulecreateRule()Create an instance ofRuleRule.ExtendscreateRuleExtends()Create an instance ofRule.Extendsjakarta.xml.bind.JAXBElement<Rule.Extends>createRuleExtends(Rule.Extends value)SchemacreateSchema()Create an instance ofSchemaSpancreateSpan()Create an instance ofSpanTitlecreateTitle()Create an instance ofTitleValueOfcreateValueOf()Create an instance ofValueOf
-
-
-
Method Detail
-
createValueOf
public ValueOf createValueOf()
Create an instance ofValueOf- Returns:
- the new instance of
ValueOf
-
createSchema
public Schema createSchema()
Create an instance ofSchema- Returns:
- the new instance of
Schema
-
createInclude
public Include createInclude()
Create an instance ofInclude- Returns:
- the new instance of
Include
-
createExtends
public Extends createExtends()
Create an instance ofExtends- Returns:
- the new instance of
Extends
-
createTitle
public Title createTitle()
Create an instance ofTitle- Returns:
- the new instance of
Title
-
createPhase
public Phase createPhase()
Create an instance ofPhase- Returns:
- the new instance of
Phase
-
createActive
public Active createActive()
Create an instance ofActive- Returns:
- the new instance of
Active
-
createPattern
public Pattern createPattern()
Create an instance ofPattern- Returns:
- the new instance of
Pattern
-
createAssertReportType
public AssertReportType createAssertReportType()
Create an instance ofAssertReportType- Returns:
- the new instance of
AssertReportType
-
createRuleExtends
public Rule.Extends createRuleExtends()
Create an instance ofRule.Extends- Returns:
- the new instance of
Rule.Extends
-
createParam
public Param createParam()
Create an instance ofParam- Returns:
- the new instance of
Param
-
createDiagnostics
public Diagnostics createDiagnostics()
Create an instance ofDiagnostics- Returns:
- the new instance of
Diagnostics
-
createDiagnostic
public Diagnostic createDiagnostic()
Create an instance ofDiagnostic- Returns:
- the new instance of
Diagnostic
-
createAssert
public jakarta.xml.bind.JAXBElement<AssertReportType> createAssert(AssertReportType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AssertReportType>
-
createReport
public jakarta.xml.bind.JAXBElement<AssertReportType> createReport(AssertReportType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AssertReportType>
-
createRuleExtends
public jakarta.xml.bind.JAXBElement<Rule.Extends> createRuleExtends(Rule.Extends value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Rule.Extends>
-
-