Class SubmitterInformationType

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

public class SubmitterInformationType extends Object

Java class for SubmitterInformationType complex type.

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

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

    • submitterName

      protected TextType submitterName
    • submitterFirmName

      protected TextType submitterFirmName
  • Constructor Details

    • SubmitterInformationType

      public SubmitterInformationType()
  • Method Details

    • getSubmitterName

      public TextType getSubmitterName()
      Gets the value of the submitterName property.
      Returns:
      possible object is TextType
    • setSubmitterName

      public void setSubmitterName(TextType value)
      Sets the value of the submitterName property.
      Parameters:
      value - allowed object is TextType
    • getSubmitterFirmName

      public TextType getSubmitterFirmName()
      Gets the value of the submitterFirmName property.
      Returns:
      possible object is TextType
    • setSubmitterFirmName

      public void setSubmitterFirmName(TextType value)
      Sets the value of the submitterFirmName 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