aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/Mandate.java
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/Mandate.java')
-rw-r--r--id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/Mandate.java368
1 files changed, 0 insertions, 368 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/Mandate.java b/id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/Mandate.java
deleted file mode 100644
index e16ad89c5..000000000
--- a/id/server/idserverlib/src/main/java/at/gv/e_government/reference/namespace/mandates/_20040701_/Mandate.java
+++ /dev/null
@@ -1,368 +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.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-import at.gv.e_government.reference.namespace.persondata._20020228_.PhysicalPersonType;
-import org.w3._2000._09.xmldsig_.SignatureType;
-
-
-/**
- * <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 ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Annotation" minOccurs="0"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}StatusInformationService" minOccurs="0"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Representative"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Mandator"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Intermediary" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Issued"/>
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Properties" minOccurs="0"/>
- * &lt;choice maxOccurs="unbounded">
- * &lt;element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}SimpleMandateContent"/>
- * &lt;/choice>
- * &lt;element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
- * &lt;/sequence>
- * &lt;attribute name="MandateID" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "annotation",
- "statusInformationService",
- "representative",
- "mandator",
- "intermediary",
- "issued",
- "properties",
- "simpleMandateContent",
- "signature"
-})
-@XmlRootElement(name = "Mandate")
-public class Mandate {
-
- @XmlElement(name = "Annotation")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- protected String annotation;
- @XmlElement(name = "StatusInformationService")
- @XmlSchemaType(name = "anyURI")
- protected String statusInformationService;
- @XmlElement(name = "Representative", required = true)
- protected Representative representative;
- @XmlElement(name = "Mandator", required = true)
- protected Mandator mandator;
- @XmlElement(name = "Intermediary")
- protected List<PhysicalPersonType> intermediary;
- @XmlElement(name = "Issued", required = true)
- protected Issued issued;
- @XmlElement(name = "Properties")
- protected PropertiesType properties;
- @XmlElement(name = "SimpleMandateContent")
- protected List<SimpleMandateContentType> simpleMandateContent;
- @XmlElement(name = "Signature", namespace = "http://www.w3.org/2000/09/xmldsig#", required = true)
- protected SignatureType signature;
- @XmlAttribute(name = "MandateID", required = true)
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlSchemaType(name = "token")
- protected String mandateID;
-
- /**
- * Gets the value of the annotation property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getAnnotation() {
- return annotation;
- }
-
- /**
- * Sets the value of the annotation property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setAnnotation(String value) {
- this.annotation = value;
- }
-
- /**
- * Gets the value of the statusInformationService property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStatusInformationService() {
- return statusInformationService;
- }
-
- /**
- * Sets the value of the statusInformationService property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStatusInformationService(String value) {
- this.statusInformationService = value;
- }
-
- /**
- * Gets the value of the representative property.
- *
- * @return
- * possible object is
- * {@link Representative }
- *
- */
- public Representative getRepresentative() {
- return representative;
- }
-
- /**
- * Sets the value of the representative property.
- *
- * @param value
- * allowed object is
- * {@link Representative }
- *
- */
- public void setRepresentative(Representative value) {
- this.representative = value;
- }
-
- /**
- * Gets the value of the mandator property.
- *
- * @return
- * possible object is
- * {@link Mandator }
- *
- */
- public Mandator getMandator() {
- return mandator;
- }
-
- /**
- * Sets the value of the mandator property.
- *
- * @param value
- * allowed object is
- * {@link Mandator }
- *
- */
- public void setMandator(Mandator value) {
- this.mandator = value;
- }
-
- /**
- * Gets the value of the intermediary 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 intermediary property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getIntermediary().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link PhysicalPersonType }
- *
- *
- */
- public List<PhysicalPersonType> getIntermediary() {
- if (intermediary == null) {
- intermediary = new ArrayList<PhysicalPersonType>();
- }
- return this.intermediary;
- }
-
- /**
- * Gets the value of the issued property.
- *
- * @return
- * possible object is
- * {@link Issued }
- *
- */
- public Issued getIssued() {
- return issued;
- }
-
- /**
- * Sets the value of the issued property.
- *
- * @param value
- * allowed object is
- * {@link Issued }
- *
- */
- public void setIssued(Issued value) {
- this.issued = value;
- }
-
- /**
- * Gets the value of the properties property.
- *
- * @return
- * possible object is
- * {@link PropertiesType }
- *
- */
- public PropertiesType getProperties() {
- return properties;
- }
-
- /**
- * Sets the value of the properties property.
- *
- * @param value
- * allowed object is
- * {@link PropertiesType }
- *
- */
- public void setProperties(PropertiesType value) {
- this.properties = value;
- }
-
- /**
- * Gets the value of the simpleMandateContent 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 simpleMandateContent property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getSimpleMandateContent().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link SimpleMandateContentType }
- *
- *
- */
- public List<SimpleMandateContentType> getSimpleMandateContent() {
- if (simpleMandateContent == null) {
- simpleMandateContent = new ArrayList<SimpleMandateContentType>();
- }
- return this.simpleMandateContent;
- }
-
- /**
- * Gets the value of the signature property.
- *
- * @return
- * possible object is
- * {@link SignatureType }
- *
- */
- public SignatureType getSignature() {
- return signature;
- }
-
- /**
- * Sets the value of the signature property.
- *
- * @param value
- * allowed object is
- * {@link SignatureType }
- *
- */
- public void setSignature(SignatureType value) {
- this.signature = value;
- }
-
- /**
- * Gets the value of the mandateID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMandateID() {
- return mandateID;
- }
-
- /**
- * Sets the value of the mandateID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMandateID(String value) {
- this.mandateID = value;
- }
-
-}