Class Person


  • public class Person
    extends SuperType

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.it.ojp.gov/jxdm/3.0.3}SuperType">
           <sequence>
             <element name="PersonName" type="{http://www.it.ojp.gov/jxdm/3.0.3}PersonNameType"/>
             <element name="PersonPhysicalDetails" type="{http://www.it.ojp.gov/jxdm/3.0.3}PersonPhysicalDetailsType"/>
             <element name="PersonBirthDate" type="{http://www.it.ojp.gov/jxdm/3.0.3/proxy/xsd/1.0}date"/>
             <element name="Residence" type="{http://www.it.ojp.gov/jxdm/3.0.3}ResidenceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getPersonName

        public PersonNameType getPersonName()
        Gets the value of the personName property.
        Returns:
        possible object is PersonNameType
      • setPersonName

        public void setPersonName​(PersonNameType value)
        Sets the value of the personName property.
        Parameters:
        value - allowed object is PersonNameType
      • getPersonBirthDate

        public Date getPersonBirthDate()
        Gets the value of the personBirthDate property.
        Returns:
        possible object is Date
      • setPersonBirthDate

        public void setPersonBirthDate​(Date value)
        Sets the value of the personBirthDate property.
        Parameters:
        value - allowed object is Date
      • getResidence

        public List<ResidenceType> getResidence()
        Gets the value of the residence 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 residence property.

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

            getResidence().add(newItem);
         

        Objects of the following type(s) are allowed in the list ResidenceType