public class ObjectFactory extends Object
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 and 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.quickfix
|
| Modifier and Type | Method and Description |
|---|---|
Add |
createAdd()
Create an instance of
Add |
CallFix |
createCallFix()
Create an instance of
CallFix |
Delete |
createDelete()
Create an instance of
Delete |
Description |
createDescription()
Create an instance of
Description |
Fix |
createFix()
Create an instance of
Fix |
Fixes |
createFixes()
Create an instance of
Fixes |
Group |
createGroup()
Create an instance of
Group |
Keep |
createKeep()
Create an instance of
Keep |
P |
createP()
Create an instance of
P |
Param |
createParam()
Create an instance of
Param |
Replace |
createReplace()
Create an instance of
Replace |
StringReplace |
createStringReplace()
Create an instance of
StringReplace |
Title |
createTitle()
Create an instance of
Title |
UserEntry |
createUserEntry()
Create an instance of
UserEntry |
WithParam |
createWithParam()
Create an instance of
WithParam |
public ObjectFactory()
public StringReplace createStringReplace()
StringReplacepublic Description createDescription()
DescriptionCopyright © 2023 NorStella. All rights reserved.