Class FeeSplitType

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

public class FeeSplitType extends Object

Java class for FeeSplitType complex type.

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

 <complexType name="FeeSplitType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}PaymentInstructionID"/>
         <element ref="{urn:tyler:ecf:extensions:Common}CourtSplitAmount"/>
         <element ref="{urn:tyler:ecf:extensions:Common}NonCourtSplitAmount"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • paymentInstructionID

      protected TextType paymentInstructionID
    • courtSplitAmount

      protected SplitAmountType courtSplitAmount
    • nonCourtSplitAmount

      protected SplitAmountType nonCourtSplitAmount
  • Constructor Details

    • FeeSplitType

      public FeeSplitType()
  • Method Details

    • getPaymentInstructionID

      public TextType getPaymentInstructionID()
      Gets the value of the paymentInstructionID property.
      Returns:
      possible object is TextType
    • setPaymentInstructionID

      public void setPaymentInstructionID(TextType value)
      Sets the value of the paymentInstructionID property.
      Parameters:
      value - allowed object is TextType
    • getCourtSplitAmount

      public SplitAmountType getCourtSplitAmount()
      Gets the value of the courtSplitAmount property.
      Returns:
      possible object is SplitAmountType
    • setCourtSplitAmount

      public void setCourtSplitAmount(SplitAmountType value)
      Sets the value of the courtSplitAmount property.
      Parameters:
      value - allowed object is SplitAmountType
    • getNonCourtSplitAmount

      public SplitAmountType getNonCourtSplitAmount()
      Gets the value of the nonCourtSplitAmount property.
      Returns:
      possible object is SplitAmountType
    • setNonCourtSplitAmount

      public void setNonCourtSplitAmount(SplitAmountType value)
      Sets the value of the nonCourtSplitAmount property.
      Parameters:
      value - allowed object is SplitAmountType
    • 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