Class PaymentConditionStatus1TCH

java.lang.Object
iso.std.iso._20022.tech.xsd.pain_014_001.PaymentConditionStatus1TCH

public class PaymentConditionStatus1TCH extends Object

Java class for PaymentConditionStatus1_TCH complex type.

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

 <complexType name="PaymentConditionStatus1_TCH">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AccptdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.07}ActiveCurrencyAndAmount"/>
         <element name="GrntedPmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.07}TrueFalseIndicator"/>
         <element name="EarlyPmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.07}TrueFalseIndicator"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accptdAmt

      protected ActiveCurrencyAndAmount accptdAmt
    • grntedPmt

      protected boolean grntedPmt
    • earlyPmt

      protected boolean earlyPmt
  • Constructor Details

    • PaymentConditionStatus1TCH

      public PaymentConditionStatus1TCH()
  • Method Details

    • getAccptdAmt

      public ActiveCurrencyAndAmount getAccptdAmt()
      Gets the value of the accptdAmt property.
      Returns:
      possible object is ActiveCurrencyAndAmount
    • setAccptdAmt

      public void setAccptdAmt(ActiveCurrencyAndAmount value)
      Sets the value of the accptdAmt property.
      Parameters:
      value - allowed object is ActiveCurrencyAndAmount
    • isGrntedPmt

      public boolean isGrntedPmt()
      Gets the value of the grntedPmt property.
    • setGrntedPmt

      public void setGrntedPmt(boolean value)
      Sets the value of the grntedPmt property.
    • isEarlyPmt

      public boolean isEarlyPmt()
      Gets the value of the earlyPmt property.
    • setEarlyPmt

      public void setEarlyPmt(boolean value)
      Sets the value of the earlyPmt property.