Class PaymentAccountLocation

java.lang.Object
tyler.efm.latest.services.schema.common.PaymentAccountLocation

public class PaymentAccountLocation extends Object

Java class for PaymentAccountLocation complex type.

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

 <complexType name="PaymentAccountLocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CourtIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="MinimumBalance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • courtIdentifier

      protected String courtIdentifier
    • balance

      protected BigDecimal balance
    • minimumBalance

      protected BigDecimal minimumBalance
  • Constructor Details

    • PaymentAccountLocation

      public PaymentAccountLocation()
  • Method Details

    • getCourtIdentifier

      public String getCourtIdentifier()
      Gets the value of the courtIdentifier property.
      Returns:
      possible object is String
    • setCourtIdentifier

      public void setCourtIdentifier(String value)
      Sets the value of the courtIdentifier property.
      Parameters:
      value - allowed object is String
    • getBalance

      public BigDecimal getBalance()
      Gets the value of the balance property.
      Returns:
      possible object is BigDecimal
    • setBalance

      public void setBalance(BigDecimal value)
      Sets the value of the balance property.
      Parameters:
      value - allowed object is BigDecimal
    • getMinimumBalance

      public BigDecimal getMinimumBalance()
      Gets the value of the minimumBalance property.
      Returns:
      possible object is BigDecimal
    • setMinimumBalance

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