Class PartyPayorType

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

public class PartyPayorType extends Object

Java class for PartyPayorType complex type.

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

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

    • partyReference

      protected ReferenceType partyReference
    • waiverIndicator

      protected Boolean waiverIndicator
    • paymentAccountID

      protected TextType paymentAccountID
    • feeAmount

      protected Decimal feeAmount
  • Constructor Details

    • PartyPayorType

      public PartyPayorType()
  • Method Details

    • getPartyReference

      public ReferenceType getPartyReference()
      Gets the value of the partyReference property.
      Returns:
      possible object is ReferenceType
    • setPartyReference

      public void setPartyReference(ReferenceType value)
      Sets the value of the partyReference property.
      Parameters:
      value - allowed object is ReferenceType
    • getWaiverIndicator

      public Boolean getWaiverIndicator()
      Gets the value of the waiverIndicator property.
      Returns:
      possible object is Boolean
    • setWaiverIndicator

      public void setWaiverIndicator(Boolean value)
      Sets the value of the waiverIndicator property.
      Parameters:
      value - allowed object is Boolean
    • getPaymentAccountID

      public TextType getPaymentAccountID()
      Gets the value of the paymentAccountID property.
      Returns:
      possible object is TextType
    • setPaymentAccountID

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