Class DateAndPlaceOfBirth


  • public class DateAndPlaceOfBirth
    extends Object

    Java class for DateAndPlaceOfBirth complex type.

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

     <complexType name="DateAndPlaceOfBirth">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="BirthDt" type="{urn:sepade:xsd:pain.008.001.01}ISODate"/>
             <element name="PrvcOfBirth" type="{urn:sepade:xsd:pain.008.001.01}Max35Text" minOccurs="0"/>
             <element name="CityOfBirth" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
             <element name="CtryOfBirth" type="{urn:sepade:xsd:pain.008.001.01}CountryCode"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DateAndPlaceOfBirth

        public DateAndPlaceOfBirth()
    • Method Detail

      • getPrvcOfBirth

        public String getPrvcOfBirth()
        Gets the value of the prvcOfBirth property.
        Returns:
        possible object is String
      • setPrvcOfBirth

        public void setPrvcOfBirth​(String value)
        Sets the value of the prvcOfBirth property.
        Parameters:
        value - allowed object is String
      • getCityOfBirth

        public String getCityOfBirth()
        Gets the value of the cityOfBirth property.
        Returns:
        possible object is String
      • setCityOfBirth

        public void setCityOfBirth​(String value)
        Sets the value of the cityOfBirth property.
        Parameters:
        value - allowed object is String
      • getCtryOfBirth

        public String getCtryOfBirth()
        Gets the value of the ctryOfBirth property.
        Returns:
        possible object is String
      • setCtryOfBirth

        public void setCtryOfBirth​(String value)
        Sets the value of the ctryOfBirth property.
        Parameters:
        value - allowed object is String