Class RecipientInformationType

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

public class RecipientInformationType extends Object

Java class for RecipientInformationType complex type.

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

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

    • recipientName

      protected TextType recipientName
    • recipientFirmName

      protected TextType recipientFirmName
  • Constructor Details

    • RecipientInformationType

      public RecipientInformationType()
  • Method Details

    • getRecipientName

      public TextType getRecipientName()
      Gets the value of the recipientName property.
      Returns:
      possible object is TextType
    • setRecipientName

      public void setRecipientName(TextType value)
      Sets the value of the recipientName property.
      Parameters:
      value - allowed object is TextType
    • getRecipientFirmName

      public TextType getRecipientFirmName()
      Gets the value of the recipientFirmName property.
      Returns:
      possible object is TextType
    • setRecipientFirmName

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