Class FilingAssociationType


public class FilingAssociationType extends AssociationType

Java class for FilingAssociationType complex type.

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

 <complexType name="FilingAssociationType">
   <complexContent>
     <extension base="{http://niem.gov/niem/niem-core/2.0}AssociationType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}PartyReference"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FilingReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FilingAssociationType

      public FilingAssociationType()
  • 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
    • getFilingReference

      public ReferenceType getFilingReference()
      Gets the value of the filingReference property.
      Returns:
      possible object is ReferenceType
    • setFilingReference

      public void setFilingReference(ReferenceType value)
      Sets the value of the filingReference property.
      Parameters:
      value - allowed object is ReferenceType
    • 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 AssociationType