// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.02.03 at 09:49:34 AM MEZ // package at.gv.util.xsd.mandate; 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.util.xsd.mandate.persondata.PhysicalPersonType; import at.gv.util.xsd.mandate.xsd.SignatureType; /** *
Java class for anonymous complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Annotation" minOccurs="0"/> * <element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}StatusInformationService" minOccurs="0"/> * <element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Representative"/> * <element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Mandator"/> * <element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Intermediary" maxOccurs="unbounded" minOccurs="0"/> * <element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Issued"/> * <element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}Properties" minOccurs="0"/> * <choice maxOccurs="unbounded"> * <element ref="{http://reference.e-government.gv.at/namespace/mandates/20040701#}SimpleMandateContent"/> * </choice> * <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> * </sequence> * <attribute name="MandateID" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> * </restriction> * </complexContent> * </complexType> ** * */ @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
* 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 set
method for the intermediary property.
*
*
* For example, to add a new item, do as follows: *
* getIntermediary().add(newItem); ** * *
* Objects of the following type(s) are allowed in the list
* {@link PhysicalPersonType }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link SimpleMandateContentType }
*
*
*/
public Listset
method for the simpleMandateContent property.
*
*
* getSimpleMandateContent().add(newItem);
*
*
*
*