Class PaymentConditionStatus1TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.pain_014_001.PaymentConditionStatus1TCH
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveCurrencyAndAmount
protected boolean
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accptdAmt property.boolean
Gets the value of the earlyPmt property.boolean
Gets the value of the grntedPmt property.void
Sets the value of the accptdAmt property.void
setEarlyPmt
(boolean value) Sets the value of the earlyPmt property.void
setGrntedPmt
(boolean value) Sets the value of the grntedPmt property.
-
Field Details
-
accptdAmt
-
grntedPmt
protected boolean grntedPmt -
earlyPmt
protected boolean earlyPmt
-
-
Constructor Details
-
PaymentConditionStatus1TCH
public PaymentConditionStatus1TCH()
-
-
Method Details
-
getAccptdAmt
Gets the value of the accptdAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAccptdAmt
Sets the value of the accptdAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
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.
-