Class CaseAbstractorType


public class CaseAbstractorType extends CaseParticipantType
Additional information about an abstractor.

Java class for CaseAbstractorType complex type.

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

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

  • Constructor Details

    • CaseAbstractorType

      public CaseAbstractorType()
  • Method Details

    • getAbstractorName

      public TextType getAbstractorName()
      Gets the value of the abstractorName property.
      Returns:
      possible object is TextType
    • setAbstractorName

      public void setAbstractorName(TextType value)
      Sets the value of the abstractorName property.
      Parameters:
      value - allowed object is TextType
    • getFees

      public AmountType getFees()
      Gets the value of the fees property.
      Returns:
      possible object is AmountType
    • setFees

      public void setFees(AmountType value)
      Sets the value of the fees property.
      Parameters:
      value - allowed object is AmountType
    • 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 CaseParticipantType