Class Debtor4
java.lang.Object
org.coderic.iso20022.messages.casp.Debtor4
Java class for Debtor4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Debtor4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PartyIdentification178Choice" minOccurs="0"/>
<element name="AcctId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CashAccountIdentification7Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctId property.getDbtr()Gets the value of the dbtr property.voidSets the value of the acctId property.voidSets the value of the dbtr property.
-
Constructor Details
-
Debtor4
public Debtor4()
-
-
Method Details
-
getDbtr
Gets the value of the dbtr property.- Returns:
- possible object is
PartyIdentification178Choice
-
setDbtr
Sets the value of the dbtr property.- Parameters:
value- allowed object isPartyIdentification178Choice
-
getAcctId
Gets the value of the acctId property.- Returns:
- possible object is
CashAccountIdentification7Choice
-
setAcctId
Sets the value of the acctId property.- Parameters:
value- allowed object isCashAccountIdentification7Choice
-