Class PersonPartyType.BirthInfo
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.PersonPartyType.BirthInfo
- Enclosing class:
- PersonPartyType
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="BirthDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="BirthPlace" type="{urn:oecd:ties:dpi:v1}BirthPlace_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the birthDate property.Gets the value of the birthPlace property.voidsetBirthDate(XMLGregorianCalendar value) Sets the value of the birthDate property.voidsetBirthPlace(BirthPlaceType value) Sets the value of the birthPlace property.
-
Field Details
-
birthDate
-
birthPlace
-
-
Constructor Details
-
BirthInfo
public BirthInfo()
-
-
Method Details
-
getBirthDate
Gets the value of the birthDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBirthDate
Sets the value of the birthDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getBirthPlace
Gets the value of the birthPlace property.- Returns:
- possible object is
BirthPlaceType
-
setBirthPlace
Sets the value of the birthPlace property.- Parameters:
value- allowed object isBirthPlaceType
-