Package net.ihe.gazelle.validation
Class ObjectFactory
java.lang.Object
net.ihe.gazelle.validation.ObjectFactory
This object contains factory methods for each Java content interface and Java
element interface generated in the net.ihe.gazelle.validation 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
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.ihe.gazelle.validation -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<String> createDescription
(String value) Create an instance ofDetailedResult
Create an instance ofDocumentValidXSD
Create an instance ofDocumentWellFormed
Create an instance ofError
Create an instance ofInfo
jakarta.xml.bind.JAXBElement
<String> createLocation
(String value) Create an instance ofMDAValidation
Create an instance ofNote
jakarta.xml.bind.JAXBElement
<BigInteger> createNrOfChecks
(BigInteger value) jakarta.xml.bind.JAXBElement
<BigInteger> jakarta.xml.bind.JAXBElement
<BigInteger> jakarta.xml.bind.JAXBElement
<BigInteger> jakarta.xml.bind.JAXBElement
<BigInteger> jakarta.xml.bind.JAXBElement
<BigInteger> jakarta.xml.bind.JAXBElement
<BigInteger> jakarta.xml.bind.JAXBElement
<String> createResult
(String value) jakarta.xml.bind.JAXBElement
<String> createTest
(String value) Create an instance ofValidationCounters
jakarta.xml.bind.JAXBElement
<String> createValidationDate
(String value) Create an instance ofValidationResultsOverview
jakarta.xml.bind.JAXBElement
<String> jakarta.xml.bind.JAXBElement
<String> createValidationTestResult
(String value) jakarta.xml.bind.JAXBElement
<String> createValidationTime
(String value) Create an instance ofWarning
Create an instance ofXSDMessage
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.ihe.gazelle.validation
-
-
Method Details
-
createWarning
Create an instance ofWarning
-
createInfo
Create an instance ofInfo
-
createValidationResultsOverview
Create an instance ofValidationResultsOverview
-
createDocumentWellFormed
Create an instance ofDocumentWellFormed
-
createXSDMessage
Create an instance ofXSDMessage
-
createError
Create an instance ofError
-
createDetailedResult
Create an instance ofDetailedResult
-
createNote
Create an instance ofNote
-
createDocumentValidXDW
Create an instance ofDocumentValidXSD
-
createMDAValidation
Create an instance ofMDAValidation
-
createValidationCounters
Create an instance ofValidationCounters
-
createValidationServiceName
-
createResult
-
createValidationTime
-
createDescription
-
createNrOfValidationErrors
-
createValidationTestResult
-
createNrOfValidationReports
-
createLocation
-
createNrOfValidationWarnings
-
createTest
-
createNrOfValidationNotes
-
createNrOfChecks
-
createNrOfValidationUnknown
-
createValidationDate
-
createNrOfValidationInfos
-