Package org.oclc.purl.dsdl.svrl
Class ObjectFactory
- java.lang.Object
-
- org.oclc.purl.dsdl.svrl.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis 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 Summary
Fields Modifier and Type Field Description static javax.xml.namespace.QName_SchematronOutput_QNAMEstatic javax.xml.namespace.QName_Text_QNAME
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivePatterncreateActivePattern()Create an instance ofActivePatternDiagnosticReferencecreateDiagnosticReference()Create an instance ofDiagnosticReferenceFailedAssertcreateFailedAssert()Create an instance ofFailedAssertFiredRulecreateFiredRule()Create an instance ofFiredRuleNsPrefixInAttributeValuescreateNsPrefixInAttributeValues()Create an instance ofNsPrefixInAttributeValuesjavax.xml.bind.JAXBElement<SchematronOutputType>createSchematronOutput(SchematronOutputType value)SchematronOutputTypecreateSchematronOutputType()Create an instance ofSchematronOutputTypeSuccessfulReportcreateSuccessfulReport()Create an instance ofSuccessfulReportjavax.xml.bind.JAXBElement<java.lang.String>createText(java.lang.String value)Create an instance ofJAXBElement<String>}
-
-
-
Method Detail
-
createSchematronOutputType
public SchematronOutputType createSchematronOutputType()
Create an instance ofSchematronOutputType- Returns:
- The created SchematronOutputType object and never
null.
-
createNsPrefixInAttributeValues
public NsPrefixInAttributeValues createNsPrefixInAttributeValues()
Create an instance ofNsPrefixInAttributeValues- Returns:
- The created NsPrefixInAttributeValues object and never
null.
-
createActivePattern
public ActivePattern createActivePattern()
Create an instance ofActivePattern- Returns:
- The created ActivePattern object and never
null.
-
createFiredRule
public FiredRule createFiredRule()
Create an instance ofFiredRule- Returns:
- The created FiredRule object and never
null.
-
createDiagnosticReference
public DiagnosticReference createDiagnosticReference()
Create an instance ofDiagnosticReference- Returns:
- The created DiagnosticReference object and never
null.
-
createFailedAssert
public FailedAssert createFailedAssert()
Create an instance ofFailedAssert- Returns:
- The created FailedAssert object and never
null.
-
createSuccessfulReport
public SuccessfulReport createSuccessfulReport()
Create an instance ofSuccessfulReport- Returns:
- The created SuccessfulReport object and never
null.
-
createSchematronOutput
public javax.xml.bind.JAXBElement<SchematronOutputType> createSchematronOutput(SchematronOutputType value)
- Returns:
- The created JAXBElement and never
null.
-
createText
public javax.xml.bind.JAXBElement<java.lang.String> createText(java.lang.String value)
Create an instance ofJAXBElement<String>}- Returns:
- The created JAXBElement and never
null.
-
-