public class CreditorReferenceInformation2 extends Object
Java class for CreditorReferenceInformation2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditorReferenceInformation2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditorReferenceType2" minOccurs="0"/>
<element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ref |
protected CreditorReferenceType2 |
tp |
| Constructor and Description |
|---|
CreditorReferenceInformation2() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRef()
Gets the value of the ref property.
|
CreditorReferenceType2 |
getTp()
Gets the value of the tp property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setTp(CreditorReferenceType2 value)
Sets the value of the tp property.
|
protected CreditorReferenceType2 tp
protected String ref
public CreditorReferenceType2 getTp()
CreditorReferenceType2public void setTp(CreditorReferenceType2 value)
value - allowed object is
CreditorReferenceType2public String getRef()
StringCopyright © 2020. All rights reserved.