at.gv.zustellung.zusemsg.xsd.zuse_persondata
Class PhysicalPersonType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractPersonType
      extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.PhysicalPersonType

public class PhysicalPersonType
extends AbstractPersonType

physical person

Java class for PhysicalPersonType complex type.

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

 <complexType name="PhysicalPersonType">
   <complexContent>
     <extension base="{http://reference.e-government.gv.at/namespace/persondata/20020228#}AbstractPersonType">
       <sequence minOccurs="0">
         <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}Name"/>
         <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}DateOfBirth" minOccurs="0"/>
       </sequence>
       <anyAttribute namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
PhysicalPersonType()
           
 
Method Summary
 String getDateOfBirth()
          Gets the value of the dateOfBirth property.
 PersonNameType getName()
          Gets the value of the name property.
 void setDateOfBirth(String value)
          Sets the value of the dateOfBirth property.
 void setName(PersonNameType value)
          Sets the value of the name property.
 
Methods inherited from class at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractPersonType
getAbstractSimpleIdentification, getId, getOtherAttributes, setAbstractSimpleIdentification, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicalPersonType

public PhysicalPersonType()
Method Detail

getName

public PersonNameType getName()
Gets the value of the name property.

Returns:
possible object is PersonNameType

setName

public void setName(PersonNameType value)
Sets the value of the name property.

Parameters:
value - allowed object is PersonNameType

getDateOfBirth

public String getDateOfBirth()
Gets the value of the dateOfBirth property.

Returns:
possible object is String

setDateOfBirth

public void setDateOfBirth(String value)
Sets the value of the dateOfBirth property.

Parameters:
value - allowed object is String


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