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

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

public class Receiver
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>
         <choice>
           <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PhysicalPerson"/>
           <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}CorporateBody"/>
         </choice>
         <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PostalAddress" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Receiver()
           
 
Method Summary
 CorporateBodyType getCorporateBody()
          Gets the value of the corporateBody property.
 PhysicalPersonType getPhysicalPerson()
          Gets the value of the physicalPerson property.
 PostalAddressType getPostalAddress()
          Gets the value of the postalAddress property.
 void setCorporateBody(CorporateBodyType value)
          Sets the value of the corporateBody property.
 void setPhysicalPerson(PhysicalPersonType value)
          Sets the value of the physicalPerson property.
 void setPostalAddress(PostalAddressType value)
          Sets the value of the postalAddress property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Receiver

public Receiver()
Method Detail

getPhysicalPerson

public PhysicalPersonType getPhysicalPerson()
Gets the value of the physicalPerson property.

Returns:
possible object is PhysicalPersonType

setPhysicalPerson

public void setPhysicalPerson(PhysicalPersonType value)
Sets the value of the physicalPerson property.

Parameters:
value - allowed object is PhysicalPersonType

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

getPostalAddress

public PostalAddressType getPostalAddress()
Gets the value of the postalAddress property.

Returns:
possible object is PostalAddressType

setPostalAddress

public void setPostalAddress(PostalAddressType value)
Sets the value of the postalAddress property.

Parameters:
value - allowed object is PostalAddressType


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