Class PersonFilerType


public class PersonFilerType extends PersonType

Java class for PersonFilerType complex type.

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

 <complexType name="PersonFilerType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}PersonType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}FirmName"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • firmName

      protected TextType firmName
  • Constructor Details

    • PersonFilerType

      public PersonFilerType()
  • Method Details

    • getFirmName

      public TextType getFirmName()
      Gets the value of the firmName property.
      Returns:
      possible object is TextType
    • setFirmName

      public void setFirmName(TextType value)
      Sets the value of the firmName property.
      Parameters:
      value - allowed object is TextType
    • 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 PersonType