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()
IdentifierType
public PeriodType createPeriodType()
PeriodType
public LocalisedString createLocalisedString()
LocalisedString
public StatusType createStatusType()
StatusType
public AddressType createAddressType()
AddressType
public StreetType createStreetType()
StreetType
public MunicipalityType createMunicipalityType()
MunicipalityType
public CountryType createCountryType()
CountryType
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.