Package tyler.ecf.extensions.common
Class SplitAmountType
java.lang.Object
tyler.ecf.extensions.common.SplitAmountType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the feeAmount property.void
setFeeAmount
(Decimal value) Sets the value of the feeAmount property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
feeAmount
-
-
Constructor Details
-
SplitAmountType
public SplitAmountType()
-
-
Method Details
-
getFeeAmount
Gets the value of the feeAmount property.- Returns:
- possible object is
Decimal
-
setFeeAmount
Sets the value of the feeAmount property.- Parameters:
value
- allowed object isDecimal
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-