summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/persondata/ObjectFactory.java30
1 files changed, 15 insertions, 15 deletions
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 40d8384..cad87de 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
@@ -38,43 +38,43 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link AlternativeNameType }
+ * Create an instance of {@link IdentificationType }
*
*/
- public AlternativeNameType createAlternativeNameType() {
- return new AlternativeNameType();
+ public IdentificationType createIdentificationType() {
+ return new IdentificationType();
}
/**
- * Create an instance of {@link PostalAddressType }
+ * Create an instance of {@link PersonNameType }
*
*/
- public PostalAddressType createPostalAddressType() {
- return new PostalAddressType();
+ public PersonNameType createPersonNameType() {
+ return new PersonNameType();
}
/**
- * Create an instance of {@link IdentificationType }
+ * Create an instance of {@link AlternativeNameType }
*
*/
- public IdentificationType createIdentificationType() {
- return new IdentificationType();
+ public AlternativeNameType createAlternativeNameType() {
+ return new AlternativeNameType();
}
/**
- * Create an instance of {@link DeliveryAddressType }
+ * Create an instance of {@link PostalAddressType }
*
*/
- public DeliveryAddressType createDeliveryAddressType() {
- return new DeliveryAddressType();
+ public PostalAddressType createPostalAddressType() {
+ return new PostalAddressType();
}
/**
- * Create an instance of {@link PersonNameType }
+ * Create an instance of {@link DeliveryAddressType }
*
*/
- public PersonNameType createPersonNameType() {
- return new PersonNameType();
+ public DeliveryAddressType createDeliveryAddressType() {
+ return new DeliveryAddressType();
}
}