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

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.Directory.Entry
Enclosing class:
Directory

public static class Directory.Entry
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>
         <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>
 


Nested Class Summary
static class Directory.Entry.MailBoxList
          Java class for anonymous complex type.
 
Constructor Summary
Directory.Entry()
           
 
Method Summary
 CorporateBodyType getCorporateBody()
          Gets the value of the corporateBody property.
 IdentificationType getIdentification()
          Gets the value of the identification property.
 Directory.Entry.MailBoxList getMailBoxList()
          Gets the value of the mailBoxList property.
 void setCorporateBody(CorporateBodyType value)
          Sets the value of the corporateBody property.
 void setIdentification(IdentificationType value)
          Sets the value of the identification property.
 void setMailBoxList(Directory.Entry.MailBoxList value)
          Sets the value of the mailBoxList property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Directory.Entry

public Directory.Entry()
Method Detail

getIdentification

public IdentificationType getIdentification()
Gets the value of the identification property.

Returns:
possible object is IdentificationType

setIdentification

public void setIdentification(IdentificationType value)
Sets the value of the identification property.

Parameters:
value - allowed object is IdentificationType

getCorporateBody

public CorporateBodyType getCorporateBody()
Gets the value of the corporateBody property.

Returns:
possible object is CorporateBodyType

setCorporateBody

public void setCorporateBody(CorporateBodyType value)
Sets the value of the corporateBody property.

Parameters:
value - allowed object is CorporateBodyType

getMailBoxList

public Directory.Entry.MailBoxList getMailBoxList()
Gets the value of the mailBoxList property.

Returns:
possible object is Directory.Entry.MailBoxList

setMailBoxList

public void setMailBoxList(Directory.Entry.MailBoxList value)
Sets the value of the mailBoxList property.

Parameters:
value - allowed object is Directory.Entry.MailBoxList


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