From 269cee30ed94b35b9c774470e590c03f92186e8a Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 3 Mar 2014 16:54:37 +0100 Subject: update SZRGW client update MIS-STORK client --- .../java/at/gv/util/xsd/stork/ObjectFactory.java | 43 ++++++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/stork/ObjectFactory.java') diff --git a/src/main/java/at/gv/util/xsd/stork/ObjectFactory.java b/src/main/java/at/gv/util/xsd/stork/ObjectFactory.java index 923299a..c5fdcd9 100644 --- a/src/main/java/at/gv/util/xsd/stork/ObjectFactory.java +++ b/src/main/java/at/gv/util/xsd/stork/ObjectFactory.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2014.01.29 at 11:13:18 AM CET +// + package at.gv.util.xsd.stork; @@ -24,6 +31,9 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { + private final static QName _Representative_QNAME = new QName("urn:eu:stork:names:tc:PEPS:1.0:assertion", "representative"); + private final static QName _Represented_QNAME = new QName("urn:eu:stork:names:tc:PEPS:1.0:assertion", "represented"); + private final static QName _TransactionLimitCurrency_QNAME = new QName("urn:eu:stork:names:tc:PEPS:1.0:assertion", "transactionLimitCurrency"); private final static QName _CountryCodeAddress_QNAME = new QName("urn:eu:stork:names:tc:PEPS:1.0:assertion", "countryCodeAddress"); /** @@ -33,6 +43,14 @@ public class ObjectFactory { public ObjectFactory() { } + /** + * Create an instance of {@link CanonicalResidenceAddress } + * + */ + public CanonicalResidenceAddress createCanonicalResidenceAddress() { + return new CanonicalResidenceAddress(); + } + /** * Create an instance of {@link RepresentationPerson } * @@ -50,11 +68,30 @@ public class ObjectFactory { } /** - * Create an instance of {@link CanonicalAddressType } + * Create an instance of {@link JAXBElement }{@code <}{@link RepresentationPerson }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:eu:stork:names:tc:PEPS:1.0:assertion", name = "representative") + public JAXBElement createRepresentative(RepresentationPerson value) { + return new JAXBElement(_Representative_QNAME, RepresentationPerson.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link RepresentationPerson }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:eu:stork:names:tc:PEPS:1.0:assertion", name = "represented") + public JAXBElement createRepresented(RepresentationPerson value) { + return new JAXBElement(_Represented_QNAME, RepresentationPerson.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}} * */ - public CanonicalAddressType createCanonicalAddressType() { - return new CanonicalAddressType(); + @XmlElementDecl(namespace = "urn:eu:stork:names:tc:PEPS:1.0:assertion", name = "transactionLimitCurrency") + public JAXBElement createTransactionLimitCurrency(Object value) { + return new JAXBElement(_TransactionLimitCurrency_QNAME, Object.class, null, value); } /** -- cgit v1.2.3