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

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

public class Sender
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 name="Organisation">
             <complexType>
               <complexContent>
                 <extension base="{http://reference.e-government.gv.at/namespace/persondata/20020228#}CorporateBodyType">
                   <anyAttribute namespace='##other'/>
                 </extension>
               </complexContent>
             </complexType>
           </element>
           <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>
         </choice>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}MailBox" minOccurs="0"/>
         <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}Address" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Sender.Organisation
          Java class for anonymous complex type.
 
Constructor Summary
Sender()
           
 
Method Summary
 List<JAXBElement<? extends AbstractAddressType>> getAddress()
          Gets the value of the address property.
 CorporateBodyType getCorporateBody()
          Gets the value of the corporateBody property.
 Object getMailBox()
          Gets the value of the mailBox property.
 Sender.Organisation getOrganisation()
          Gets the value of the organisation property.
 PhysicalPersonType getPhysicalPerson()
          Gets the value of the physicalPerson property.
 void setCorporateBody(CorporateBodyType value)
          Sets the value of the corporateBody property.
 void setMailBox(Object value)
          Sets the value of the mailBox property.
 void setOrganisation(Sender.Organisation value)
          Sets the value of the organisation property.
 void setPhysicalPerson(PhysicalPersonType value)
          Sets the value of the physicalPerson property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sender

public Sender()
Method Detail

getOrganisation

public Sender.Organisation getOrganisation()
Gets the value of the organisation property.

Returns:
possible object is Sender.Organisation

setOrganisation

public void setOrganisation(Sender.Organisation value)
Sets the value of the organisation property.

Parameters:
value - allowed object is Sender.Organisation

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

getMailBox

public Object getMailBox()
Gets the value of the mailBox property.

Returns:
possible object is Object

setMailBox

public void setMailBox(Object value)
Sets the value of the mailBox property.

Parameters:
value - allowed object is Object

getAddress

public List<JAXBElement<? extends AbstractAddressType>> getAddress()
Gets the value of the address 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 address property.

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

    getAddress().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<AbstractAddressType> JAXBElement<PostalAddressType> JAXBElement<InternetAddressType> JAXBElement<TelephoneAddressType>



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