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 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 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 ofActivejavax.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 ofPhasejavax.xml.bind.JAXBElement<AssertReportType>createReport(AssertReportType value)RulecreateRule()Create an instance ofRuleRule.ExtendscreateRuleExtends()Create an instance ofRule.Extendsjavax.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
-
createAssertReportType
public AssertReportType createAssertReportType()
Create an instance ofAssertReportType
-
createRuleExtends
public Rule.Extends createRuleExtends()
Create an instance ofRule.Extends
-
createDiagnostics
public Diagnostics createDiagnostics()
Create an instance ofDiagnostics
-
createDiagnostic
public Diagnostic createDiagnostic()
Create an instance ofDiagnostic
-
createAssert
public javax.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 javax.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 javax.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>
-
-