Class ObjectFactory

java.lang.Object
net.ihe.gazelle.validation.ObjectFactory

public class ObjectFactory extends Object
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 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

      public Warning createWarning()
      Create an instance of Warning
    • createInfo

      public Info createInfo()
      Create an instance of Info
    • createValidationResultsOverview

      public ValidationResultsOverview createValidationResultsOverview()
      Create an instance of ValidationResultsOverview
    • createDocumentWellFormed

      public DocumentWellFormed createDocumentWellFormed()
      Create an instance of DocumentWellFormed
    • createXSDMessage

      public XSDMessage createXSDMessage()
      Create an instance of XSDMessage
    • createError

      public Error createError()
      Create an instance of Error
    • createDetailedResult

      public DetailedResult createDetailedResult()
      Create an instance of DetailedResult
    • createNote

      public Note createNote()
      Create an instance of Note
    • createDocumentValidXDW

      public DocumentValidXSD createDocumentValidXDW()
      Create an instance of DocumentValidXSD
    • createMDAValidation

      public MDAValidation createMDAValidation()
      Create an instance of MDAValidation
    • createValidationCounters

      public ValidationCounters createValidationCounters()
      Create an instance of ValidationCounters
    • createValidationServiceName

      public jakarta.xml.bind.JAXBElement<String> createValidationServiceName(String value)
      Create an instance of JAXBElement<String>
    • createResult

      public jakarta.xml.bind.JAXBElement<String> createResult(String value)
      Create an instance of JAXBElement<String>
    • createValidationTime

      public jakarta.xml.bind.JAXBElement<String> createValidationTime(String value)
      Create an instance of JAXBElement<String>
    • createDescription

      public jakarta.xml.bind.JAXBElement<String> createDescription(String value)
      Create an instance of JAXBElement<String>
    • createNrOfValidationErrors

      public jakarta.xml.bind.JAXBElement<BigInteger> createNrOfValidationErrors(BigInteger value)
      Create an instance of JAXBElement<BigInteger >
    • createValidationTestResult

      public jakarta.xml.bind.JAXBElement<String> createValidationTestResult(String value)
      Create an instance of JAXBElement<String>
    • createNrOfValidationReports

      public jakarta.xml.bind.JAXBElement<BigInteger> createNrOfValidationReports(BigInteger value)
      Create an instance of JAXBElement<BigInteger >
    • createLocation

      public jakarta.xml.bind.JAXBElement<String> createLocation(String value)
      Create an instance of JAXBElement<String>
    • createNrOfValidationWarnings

      public jakarta.xml.bind.JAXBElement<BigInteger> createNrOfValidationWarnings(BigInteger value)
      Create an instance of JAXBElement<BigInteger >
    • createTest

      public jakarta.xml.bind.JAXBElement<String> createTest(String value)
      Create an instance of JAXBElement<String>
    • createNrOfValidationNotes

      public jakarta.xml.bind.JAXBElement<BigInteger> createNrOfValidationNotes(BigInteger value)
      Create an instance of JAXBElement<BigInteger >
    • createNrOfChecks

      public jakarta.xml.bind.JAXBElement<BigInteger> createNrOfChecks(BigInteger value)
      Create an instance of JAXBElement<BigInteger >
    • createNrOfValidationUnknown

      public jakarta.xml.bind.JAXBElement<BigInteger> createNrOfValidationUnknown(BigInteger value)
      Create an instance of JAXBElement<BigInteger >
    • createValidationDate

      public jakarta.xml.bind.JAXBElement<String> createValidationDate(String value)
      Create an instance of JAXBElement<String>
    • createNrOfValidationInfos

      public jakarta.xml.bind.JAXBElement<BigInteger> createNrOfValidationInfos(BigInteger value)
      Create an instance of JAXBElement<BigInteger >