at.gv.zustellung.zkopf.xsd.zkopf
Class Directory

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.Directory

public class Directory
extends Object

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 maxOccurs="unbounded">
         <element name="Entry">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Identification" type="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}IdentificationType"/>
                   <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}CorporateBody"/>
                   <element name="MailBoxList" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence maxOccurs="unbounded">
                             <element name="MailBox" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Directory.Entry
          Java class for anonymous complex type.
 
Constructor Summary
Directory()
           
 
Method Summary
 List<Directory.Entry> getEntry()
          Gets the value of the entry property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Directory

public Directory()
Method Detail

getEntry

public List<Directory.Entry> getEntry()
Gets the value of the entry 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 entry property.

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

    getEntry().add(newItem);
 

Objects of the following type(s) are allowed in the list Directory.Entry



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