Class FilerInformationType

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

public class FilerInformationType extends Object

Java class for FilerInformationType complex type.

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

 <complexType name="FilerInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}FilerName" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FirmName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • filerName

      protected TextType filerName
    • firmName

      protected TextType firmName
  • Constructor Details

    • FilerInformationType

      public FilerInformationType()
  • Method Details

    • getFilerName

      public TextType getFilerName()
      Gets the value of the filerName property.
      Returns:
      possible object is TextType
    • setFilerName

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