Class SplitAmountType

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

public class SplitAmountType extends Object

Java class for SplitAmountType complex type.

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

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

    • feeAmount

      protected Decimal feeAmount
  • Constructor Details

    • SplitAmountType

      public SplitAmountType()
  • Method Details

    • getFeeAmount

      public Decimal getFeeAmount()
      Gets the value of the feeAmount property.
      Returns:
      possible object is Decimal
    • setFeeAmount

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