public class InstructionForCreditorAgent1 extends Object
Java class for InstructionForCreditorAgent1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstructionForCreditorAgent1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Instruction3Code" minOccurs="0"/>
<element name="InstrInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Instruction3Code |
cd |
protected String |
instrInf |
| Constructor and Description |
|---|
InstructionForCreditorAgent1() |
| Modifier and Type | Method and Description |
|---|---|
Instruction3Code |
getCd()
Gets the value of the cd property.
|
String |
getInstrInf()
Gets the value of the instrInf property.
|
void |
setCd(Instruction3Code value)
Sets the value of the cd property.
|
void |
setInstrInf(String value)
Sets the value of the instrInf property.
|
protected Instruction3Code cd
protected String instrInf
public Instruction3Code getCd()
Instruction3Codepublic void setCd(Instruction3Code value)
value - allowed object is
Instruction3Codepublic String getInstrInf()
StringCopyright © 2019. All rights reserved.