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.etee.ra.aqdr._1_0.protocol
|
Modifier and Type | Method and Description |
---|---|
EHActorQualitiesDataRequest |
createEHActorQualitiesDataRequest()
Create an instance of
EHActorQualitiesDataRequest |
EHActorQualitiesDataResponse |
createEHActorQualitiesDataResponse()
Create an instance of
EHActorQualitiesDataResponse |
Identifier |
createIdentifier()
Create an instance of
Identifier |
LegalPerson |
createLegalPerson()
Create an instance of
LegalPerson |
NaturalPerson |
createNaturalPerson()
Create an instance of
NaturalPerson |
Organization |
createOrganization()
Create an instance of
Organization |
Quality |
createQuality()
Create an instance of
Quality |
public ObjectFactory()
public EHActorQualitiesDataRequest createEHActorQualitiesDataRequest()
EHActorQualitiesDataRequest
public EHActorQualitiesDataResponse createEHActorQualitiesDataResponse()
EHActorQualitiesDataResponse
public LegalPerson createLegalPerson()
LegalPerson
public NaturalPerson createNaturalPerson()
NaturalPerson
public Organization createOrganization()
Organization
public Identifier createIdentifier()
Identifier
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.