Package tyler.ecf.extensions.common
Class DecedentPartyAssociationType
java.lang.Object
tyler.ecf.extensions.common.DecedentPartyAssociationType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the partyReference property.Gets the value of the personDeathDate property.void
setPartyReference
(ReferenceType value) Sets the value of the partyReference property.void
setPersonDeathDate
(DateType value) Sets the value of the personDeathDate property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
partyReference
-
personDeathDate
-
-
Constructor Details
-
DecedentPartyAssociationType
public DecedentPartyAssociationType()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
ReferenceType
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value
- allowed object isReferenceType
-
getPersonDeathDate
Gets the value of the personDeathDate property.- Returns:
- possible object is
DateType
-
setPersonDeathDate
Sets the value of the personDeathDate property.- Parameters:
value
- allowed object isDateType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-