Package com.helger.schematron.svrl.jaxb
Class ObjectFactory
java.lang.Object
com.helger.schematron.svrl.jaxb.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.helger.schematron.svrl.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.
This class was annotated by ph-jaxb-plugin -Xph-annotate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.schematron.svrl.jaxb -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofActivePatternCreate an instance ofDiagnosticReferenceCreate an instance ofDirCreate an instance ofEmphCreate an instance ofFailedAssertCreate an instance ofFiredRulejakarta.xml.bind.JAXBElement<String> createMessageCategory(String value) jakarta.xml.bind.JAXBElement<String> createMessageCode(String value) Create an instance ofNsPrefixInAttributeValuesCreate an instance ofPropertyReferenceCreate an instance ofRichTextjakarta.xml.bind.JAXBElement<SchematronOutputType> Create an instance ofSchematronOutputTypeCreate an instance ofSpanCreate an instance ofSuccessfulReportCreate an instance ofSuppressedRuleCreate an instance ofText
-
Field Details
-
_SchematronOutput_QNAME
-
_MessageCode_QNAME
-
_MessageCategory_QNAME
-
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.schematron.svrl.jaxb
-
-
Method Details
-
createSchematronOutputType
Create an instance ofSchematronOutputType- Returns:
- the new instance of
SchematronOutputTypeThe created SchematronOutputType object and nevernull.
-
createNsPrefixInAttributeValues
Create an instance ofNsPrefixInAttributeValues- Returns:
- the new instance of
NsPrefixInAttributeValuesThe created NsPrefixInAttributeValues object and nevernull.
-
createActivePattern
Create an instance ofActivePattern- Returns:
- the new instance of
ActivePatternThe created ActivePattern object and nevernull.
-
createText
Create an instance ofText- Returns:
- the new instance of
TextThe created Text object and nevernull.
-
createRichText
Create an instance ofRichText- Returns:
- the new instance of
RichTextThe created RichText object and nevernull.
-
createDir
Create an instance ofDir- Returns:
- the new instance of
DirThe created Dir object and nevernull.
-
createSpan
Create an instance ofSpan- Returns:
- the new instance of
SpanThe created Span object and nevernull.
-
createEmph
Create an instance ofEmph- Returns:
- the new instance of
EmphThe created Emph object and nevernull.
-
createFiredRule
Create an instance ofFiredRule- Returns:
- the new instance of
FiredRuleThe created FiredRule object and nevernull.
-
createSuppressedRule
Create an instance ofSuppressedRule- Returns:
- the new instance of
SuppressedRuleThe created SuppressedRule object and nevernull.
-
createDiagnosticReference
Create an instance ofDiagnosticReference- Returns:
- the new instance of
DiagnosticReferenceThe created DiagnosticReference object and nevernull.
-
createFailedAssert
Create an instance ofFailedAssert- Returns:
- the new instance of
FailedAssertThe created FailedAssert object and nevernull.
-
createPropertyReference
Create an instance ofPropertyReference- Returns:
- the new instance of
PropertyReferenceThe created PropertyReference object and nevernull.
-
createSuccessfulReport
Create an instance ofSuccessfulReport- Returns:
- the new instance of
SuccessfulReportThe created SuccessfulReport object and nevernull.
-
createSchematronOutput
@Nonnull public jakarta.xml.bind.JAXBElement<SchematronOutputType> createSchematronOutput(@Nullable SchematronOutputType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SchematronOutputType>The created JAXBElement and nevernull.
-
createMessageCode
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>The created JAXBElement and nevernull.
-
createMessageCategory
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>The created JAXBElement and nevernull.
-