|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf_persondata.AbstractPersonType
at.gv.zustellung.zkopf.xsd.zkopf_persondata.PhysicalPersonType
public class PhysicalPersonType
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/en/20040201#}AbstractPersonType"> <sequence minOccurs="0"> <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}Name"/> <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}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.zkopf.xsd.zkopf_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 |
---|
public PhysicalPersonType()
Method Detail |
---|
public PersonNameType getName()
PersonNameType
public void setName(PersonNameType value)
value
- allowed object is
PersonNameType
public String getDateOfBirth()
String
public void setDateOfBirth(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |