Class Creditor4
java.lang.Object
org.coderic.iso20022.messages.casp.Creditor4
Java class for Creditor4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Creditor4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PartyIdentification178Choice"/>
<element name="RegnId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCdtr()Gets the value of the cdtr property.Gets the value of the regnId property.voidSets the value of the cdtr property.voidSets the value of the regnId property.
-
Constructor Details
-
Creditor4
public Creditor4()
-
-
Method Details
-
getCdtr
Gets the value of the cdtr property.- Returns:
- possible object is
PartyIdentification178Choice
-
setCdtr
Sets the value of the cdtr property.- Parameters:
value- allowed object isPartyIdentification178Choice
-
getRegnId
Gets the value of the regnId property.- Returns:
- possible object is
String
-
setRegnId
Sets the value of the regnId property.- Parameters:
value- allowed object isString
-