Class DecedentPartyAssociationType

java.lang.Object
tyler.ecf.extensions.common.DecedentPartyAssociationType

public class DecedentPartyAssociationType extends Object

Java class for DecedentPartyAssociationType complex type.

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

 <complexType name="DecedentPartyAssociationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}PartyReference"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}PersonDeathDate"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • partyReference

      protected ReferenceType partyReference
    • personDeathDate

      protected DateType personDeathDate
  • Constructor Details

    • DecedentPartyAssociationType

      public DecedentPartyAssociationType()
  • Method Details

    • getPartyReference

      public ReferenceType getPartyReference()
      Gets the value of the partyReference property.
      Returns:
      possible object is ReferenceType
    • setPartyReference

      public void setPartyReference(ReferenceType value)
      Sets the value of the partyReference property.
      Parameters:
      value - allowed object is ReferenceType
    • getPersonDeathDate

      public DateType getPersonDeathDate()
      Gets the value of the personDeathDate property.
      Returns:
      possible object is DateType
    • setPersonDeathDate

      public void setPersonDeathDate(DateType value)
      Sets the value of the personDeathDate property.
      Parameters:
      value - allowed object is DateType
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object