From 7a5b350a93990956106d91679240b6e8326cb110 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 5 Nov 2014 08:07:15 +0100 Subject: change more client implementations to APACHE CXF --- .../gv/util/xsd/szr/persondata/ObjectFactory.java | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java') diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java b/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java index 94788d8..40d8384 100644 --- a/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java +++ b/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java @@ -30,19 +30,11 @@ public class ObjectFactory { } /** - * Create an instance of {@link IdentificationType } - * - */ - public IdentificationType createIdentificationType() { - return new IdentificationType(); - } - - /** - * Create an instance of {@link PostalAddressType } + * Create an instance of {@link PhysicalPersonType } * */ - public PostalAddressType createPostalAddressType() { - return new PostalAddressType(); + public PhysicalPersonType createPhysicalPersonType() { + return new PhysicalPersonType(); } /** @@ -54,19 +46,19 @@ public class ObjectFactory { } /** - * Create an instance of {@link PersonNameType } + * Create an instance of {@link PostalAddressType } * */ - public PersonNameType createPersonNameType() { - return new PersonNameType(); + public PostalAddressType createPostalAddressType() { + return new PostalAddressType(); } /** - * Create an instance of {@link PhysicalPersonType } + * Create an instance of {@link IdentificationType } * */ - public PhysicalPersonType createPhysicalPersonType() { - return new PhysicalPersonType(); + public IdentificationType createIdentificationType() { + return new IdentificationType(); } /** @@ -77,4 +69,12 @@ public class ObjectFactory { return new DeliveryAddressType(); } + /** + * Create an instance of {@link PersonNameType } + * + */ + public PersonNameType createPersonNameType() { + return new PersonNameType(); + } + } -- cgit v1.2.3