public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: be.fgov.ehealth.commons.core.v1
|
| Modifier and Type | Method and Description |
|---|---|
AddressType |
createAddressType()
Create an instance of
AddressType |
CountryType |
createCountryType()
Create an instance of
CountryType |
IdentifierType |
createIdentifierType()
Create an instance of
IdentifierType |
LocalisedString |
createLocalisedString()
Create an instance of
LocalisedString |
MunicipalityType |
createMunicipalityType()
Create an instance of
MunicipalityType |
PeriodType |
createPeriodType()
Create an instance of
PeriodType |
StatusType |
createStatusType()
Create an instance of
StatusType |
StreetType |
createStreetType()
Create an instance of
StreetType |
public ObjectFactory()
public IdentifierType createIdentifierType()
IdentifierTypepublic PeriodType createPeriodType()
PeriodTypepublic LocalisedString createLocalisedString()
LocalisedStringpublic StatusType createStatusType()
StatusTypepublic AddressType createAddressType()
AddressTypepublic StreetType createStreetType()
StreetTypepublic MunicipalityType createMunicipalityType()
MunicipalityTypepublic CountryType createCountryType()
CountryType
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.