Package be.recipe.services.core
Class ObjectFactory
- java.lang.Object
-
- be.recipe.services.core.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the be.recipe.services.core 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: be.recipe.services.core
-
Method Summary
-
-
-
Method Detail
-
createReservationSortedBy
public ReservationSortedBy createReservationSortedBy()
Create an instance ofReservationSortedBy
-
createPrescriptionSortedBy
public PrescriptionSortedBy createPrescriptionSortedBy()
Create an instance ofPrescriptionSortedBy
-
createValidationReport
public ValidationReport createValidationReport()
Create an instance ofValidationReport
-
createValidationReportViolation
public ValidationReport.Violation createValidationReportViolation()
Create an instance ofValidationReport.Violation
-
createRecipeExceptionDetails
public RecipeExceptionDetails createRecipeExceptionDetails()
Create an instance ofRecipeExceptionDetails
-
createRecipeExceptionDetailsErrorMap
public RecipeExceptionDetails.ErrorMap createRecipeExceptionDetailsErrorMap()
Create an instance ofRecipeExceptionDetails.ErrorMap
-
createRecipeError
public RecipeError createRecipeError()
Create an instance ofRecipeError
-
createResponseType
public ResponseType createResponseType()
Create an instance ofResponseType
-
createStatusType
public StatusType createStatusType()
Create an instance ofStatusType
-
createLocalisedString
public LocalisedString createLocalisedString()
Create an instance ofLocalisedString
-
createPartialResult
public PartialResult createPartialResult()
Create an instance ofPartialResult
-
createExtendedPartialResult
public ExtendedPartialResult createExtendedPartialResult()
Create an instance ofExtendedPartialResult
-
createPartyIdentification
public PartyIdentification createPartyIdentification()
Create an instance ofPartyIdentification
-
createPrescriberForSearchResult
public PrescriberForSearchResult createPrescriberForSearchResult()
Create an instance ofPrescriberForSearchResult
-
createPrescriberForPrescription
public PrescriberForPrescription createPrescriberForPrescription()
Create an instance ofPrescriberForPrescription
-
createVoidResult
public VoidResult createVoidResult()
Create an instance ofVoidResult
-
createReservationSortedBySortedBy
public ReservationSortedBy.SortedBy createReservationSortedBySortedBy()
Create an instance ofReservationSortedBy.SortedBy
-
createPrescriptionSortedBySortedBy
public PrescriptionSortedBy.SortedBy createPrescriptionSortedBySortedBy()
Create an instance ofPrescriptionSortedBy.SortedBy
-
createValidationReportViolationTranslations
public ValidationReport.Violation.Translations createValidationReportViolationTranslations()
Create an instance ofValidationReport.Violation.Translations
-
createRecipeExceptionDetailsErrorMapEntry
public RecipeExceptionDetails.ErrorMap.Entry createRecipeExceptionDetailsErrorMapEntry()
Create an instance ofRecipeExceptionDetails.ErrorMap.Entry
-
-