at.gv.zustellung.zusemsg.xsd.zuse
Class ReferencesType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.ReferencesType

public class ReferencesType
extends Object

Java class for ReferencesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReferencesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}AppDeliveryID"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}GZ"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}MZSDeliveryID"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}ZSDeliveryID"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ReferencesType()
           
 
Method Summary
 List<JAXBElement<String>> getAppDeliveryIDOrGZOrMZSDeliveryID()
          Gets the value of the appDeliveryIDOrGZOrMZSDeliveryID property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferencesType

public ReferencesType()
Method Detail

getAppDeliveryIDOrGZOrMZSDeliveryID

public List<JAXBElement<String>> getAppDeliveryIDOrGZOrMZSDeliveryID()
Gets the value of the appDeliveryIDOrGZOrMZSDeliveryID property.

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 appDeliveryIDOrGZOrMZSDeliveryID property.

For example, to add a new item, do as follows:

    getAppDeliveryIDOrGZOrMZSDeliveryID().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String>



Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.