aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/SimpleMandateContentType.java
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/SimpleMandateContentType.java')
-rw-r--r--id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/SimpleMandateContentType.java627
1 files changed, 0 insertions, 627 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/SimpleMandateContentType.java b/id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/SimpleMandateContentType.java
deleted file mode 100644
index efb341189..000000000
--- a/id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/SimpleMandateContentType.java
+++ /dev/null
@@ -1,627 +0,0 @@
-/*******************************************************************************
- * Copyright 2014 Federal Chancellery Austria
- * MOA-ID has been developed in a cooperation between BRZ, the Federal
- * Chancellery Austria - ICT staff unit, and Graz University of Technology.
- *
- * Licensed under the EUPL, Version 1.1 or - as soon they will be approved by
- * the European Commission - subsequent versions of the EUPL (the "Licence");
- * You may not use this work except in compliance with the Licence.
- * You may obtain a copy of the Licence at:
- * http://www.osor.eu/eupl/
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the Licence is distributed on an "AS IS" basis,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the Licence for the specific language governing permissions and
- * limitations under the Licence.
- *
- * This product combines work with different licenses. See the "NOTICE" text
- * file for details on the various modules and licenses.
- * The "NOTICE" text file is part of the distribution. Any derivative works
- * that you distribute must include a readable copy of the "NOTICE" text file.
- *******************************************************************************/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2013.06.19 at 11:53:10 AM CEST
-//
-
-
-package at.gv.e_government.reference.namespace.mandates._20040701_;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlElementRefs;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-import at.gv.e_government.reference.namespace.persondata._20020228_.CorporateBodyType;
-import at.gv.e_government.reference.namespace.persondata._20020228_.PhysicalPersonType;
-
-
-/**
- * complex type for describing the mandate using some textual descriptions
- *
- * <p>Java class for SimpleMandateContentType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="SimpleMandateContentType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;choice maxOccurs="unbounded">
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}TextualDescription"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}ParameterisedDescription"/>
- * &lt;/choice>
- * &lt;element name="References" minOccurs="0">
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence maxOccurs="unbounded">
- * &lt;element name="MandateID">
- * &lt;complexType>
- * &lt;simpleContent>
- * &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>token">
- * &lt;/extension>
- * &lt;/simpleContent>
- * &lt;/complexType>
- * &lt;/element>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * &lt;/element>
- * &lt;group ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}ConstraintsGroup"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "SimpleMandateContentType", propOrder = {
- "textualDescriptionOrParameterisedDescription",
- "references",
- "timeConstraint",
- "collectiveConstraint",
- "transactionLimit",
- "anyConstraints"
-})
-public class SimpleMandateContentType {
-
- @XmlElementRefs({
- @XmlElementRef(name = "ParameterisedDescription", namespace = "http://reference.e-government.gv.at/namespace/mandates/20040701#", type = JAXBElement.class),
- @XmlElementRef(name = "TextualDescription", namespace = "http://reference.e-government.gv.at/namespace/mandates/20040701#", type = JAXBElement.class)
- })
- protected List<JAXBElement<?>> textualDescriptionOrParameterisedDescription;
- @XmlElement(name = "References")
- protected SimpleMandateContentType.References references;
- @XmlElement(name = "TimeConstraint")
- protected SimpleMandateContentType.TimeConstraint timeConstraint;
- @XmlElement(name = "CollectiveConstraint")
- protected SimpleMandateContentType.CollectiveConstraint collectiveConstraint;
- @XmlElement(name = "TransactionLimit")
- protected SimpleMandateContentType.TransactionLimit transactionLimit;
- @XmlElement(name = "AnyConstraints")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- protected List<String> anyConstraints;
-
- /**
- * Gets the value of the textualDescriptionOrParameterisedDescription property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the textualDescriptionOrParameterisedDescription property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getTextualDescriptionOrParameterisedDescription().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link ParameterisedDescriptionType }{@code >}
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- *
- *
- */
- public List<JAXBElement<?>> getTextualDescriptionOrParameterisedDescription() {
- if (textualDescriptionOrParameterisedDescription == null) {
- textualDescriptionOrParameterisedDescription = new ArrayList<JAXBElement<?>>();
- }
- return this.textualDescriptionOrParameterisedDescription;
- }
-
- /**
- * Gets the value of the references property.
- *
- * @return
- * possible object is
- * {@link SimpleMandateContentType.References }
- *
- */
- public SimpleMandateContentType.References getReferences() {
- return references;
- }
-
- /**
- * Sets the value of the references property.
- *
- * @param value
- * allowed object is
- * {@link SimpleMandateContentType.References }
- *
- */
- public void setReferences(SimpleMandateContentType.References value) {
- this.references = value;
- }
-
- /**
- * Gets the value of the timeConstraint property.
- *
- * @return
- * possible object is
- * {@link SimpleMandateContentType.TimeConstraint }
- *
- */
- public SimpleMandateContentType.TimeConstraint getTimeConstraint() {
- return timeConstraint;
- }
-
- /**
- * Sets the value of the timeConstraint property.
- *
- * @param value
- * allowed object is
- * {@link SimpleMandateContentType.TimeConstraint }
- *
- */
- public void setTimeConstraint(SimpleMandateContentType.TimeConstraint value) {
- this.timeConstraint = value;
- }
-
- /**
- * Gets the value of the collectiveConstraint property.
- *
- * @return
- * possible object is
- * {@link SimpleMandateContentType.CollectiveConstraint }
- *
- */
- public SimpleMandateContentType.CollectiveConstraint getCollectiveConstraint() {
- return collectiveConstraint;
- }
-
- /**
- * Sets the value of the collectiveConstraint property.
- *
- * @param value
- * allowed object is
- * {@link SimpleMandateContentType.CollectiveConstraint }
- *
- */
- public void setCollectiveConstraint(SimpleMandateContentType.CollectiveConstraint value) {
- this.collectiveConstraint = value;
- }
-
- /**
- * Gets the value of the transactionLimit property.
- *
- * @return
- * possible object is
- * {@link SimpleMandateContentType.TransactionLimit }
- *
- */
- public SimpleMandateContentType.TransactionLimit getTransactionLimit() {
- return transactionLimit;
- }
-
- /**
- * Sets the value of the transactionLimit property.
- *
- * @param value
- * allowed object is
- * {@link SimpleMandateContentType.TransactionLimit }
- *
- */
- public void setTransactionLimit(SimpleMandateContentType.TransactionLimit value) {
- this.transactionLimit = value;
- }
-
- /**
- * Gets the value of the anyConstraints property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the anyConstraints property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getAnyConstraints().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List<String> getAnyConstraints() {
- if (anyConstraints == null) {
- anyConstraints = new ArrayList<String>();
- }
- return this.anyConstraints;
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;choice maxOccurs="unbounded">
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PhysicalPerson"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}CorporateBody"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}AnyConstraints"/>
- * &lt;/choice>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "physicalPersonOrCorporateBodyOrAnyConstraints"
- })
- public static class CollectiveConstraint {
-
- @XmlElementRefs({
- @XmlElementRef(name = "PhysicalPerson", namespace = "http://reference.e-government.gv.at/namespace/persondata/20020228#", type = JAXBElement.class),
- @XmlElementRef(name = "AnyConstraints", namespace = "http://reference.e-government.gv.at/namespace/mandates/20040701#", type = JAXBElement.class),
- @XmlElementRef(name = "CorporateBody", namespace = "http://reference.e-government.gv.at/namespace/persondata/20020228#", type = JAXBElement.class)
- })
- protected List<JAXBElement<?>> physicalPersonOrCorporateBodyOrAnyConstraints;
-
- /**
- * Gets the value of the physicalPersonOrCorporateBodyOrAnyConstraints property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the physicalPersonOrCorporateBodyOrAnyConstraints property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getPhysicalPersonOrCorporateBodyOrAnyConstraints().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link CorporateBodyType }{@code >}
- * {@link JAXBElement }{@code <}{@link PhysicalPersonType }{@code >}
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- *
- *
- */
- public List<JAXBElement<?>> getPhysicalPersonOrCorporateBodyOrAnyConstraints() {
- if (physicalPersonOrCorporateBodyOrAnyConstraints == null) {
- physicalPersonOrCorporateBodyOrAnyConstraints = new ArrayList<JAXBElement<?>>();
- }
- return this.physicalPersonOrCorporateBodyOrAnyConstraints;
- }
-
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence maxOccurs="unbounded">
- * &lt;element name="MandateID">
- * &lt;complexType>
- * &lt;simpleContent>
- * &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>token">
- * &lt;/extension>
- * &lt;/simpleContent>
- * &lt;/complexType>
- * &lt;/element>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "mandateID"
- })
- public static class References {
-
- @XmlElement(name = "MandateID", required = true)
- protected List<SimpleMandateContentType.References.MandateID> mandateID;
-
- /**
- * Gets the value of the mandateID property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the mandateID property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getMandateID().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link SimpleMandateContentType.References.MandateID }
- *
- *
- */
- public List<SimpleMandateContentType.References.MandateID> getMandateID() {
- if (mandateID == null) {
- mandateID = new ArrayList<SimpleMandateContentType.References.MandateID>();
- }
- return this.mandateID;
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType>
- * &lt;simpleContent>
- * &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>token">
- * &lt;/extension>
- * &lt;/simpleContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "value"
- })
- public static class MandateID {
-
- @XmlValue
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlSchemaType(name = "token")
- protected String value;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(String value) {
- this.value = value;
- }
-
- }
-
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;choice>
- * &lt;sequence>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}ValidFrom" minOccurs="0"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}ValidTo" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/choice>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "validFrom",
- "validTo"
- })
- public static class TimeConstraint {
-
- @XmlElement(name = "ValidFrom")
- protected String validFrom;
- @XmlElement(name = "ValidTo")
- protected String validTo;
-
- /**
- * Gets the value of the validFrom property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getValidFrom() {
- return validFrom;
- }
-
- /**
- * Sets the value of the validFrom property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValidFrom(String value) {
- this.validFrom = value;
- }
-
- /**
- * Gets the value of the validTo property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getValidTo() {
- return validTo;
- }
-
- /**
- * Sets the value of the validTo property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValidTo(String value) {
- this.validTo = value;
- }
-
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="Amount" type="{http://www.w3.org/2001/XMLSchema}float"/>
- * &lt;element name="Currency" type="{http://www.w3.org/2001/XMLSchema}token"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "amount",
- "currency"
- })
- public static class TransactionLimit {
-
- @XmlElement(name = "Amount")
- protected float amount;
- @XmlElement(name = "Currency", required = true, defaultValue = "EUR")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlSchemaType(name = "token")
- protected String currency;
-
- /**
- * Gets the value of the amount property.
- *
- */
- public float getAmount() {
- return amount;
- }
-
- /**
- * Sets the value of the amount property.
- *
- */
- public void setAmount(float value) {
- this.amount = value;
- }
-
- /**
- * Gets the value of the currency property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCurrency() {
- return currency;
- }
-
- /**
- * Sets the value of the currency property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCurrency(String value) {
- this.currency = value;
- }
-
- }
-
-}