public class CreditorReferenceInformation1 extends Object
Java class for CreditorReferenceInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditorReferenceInformation1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CdtrRefTp" type="{urn:sepade:xsd:pain.008.001.01}CreditorReferenceType1" minOccurs="0"/>
<element name="CdtrRef" type="{urn:sepade:xsd:pain.008.001.01}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cdtrRef |
protected CreditorReferenceType1 |
cdtrRefTp |
| Constructor and Description |
|---|
CreditorReferenceInformation1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCdtrRef()
Gets the value of the cdtrRef property.
|
CreditorReferenceType1 |
getCdtrRefTp()
Gets the value of the cdtrRefTp property.
|
void |
setCdtrRef(String value)
Sets the value of the cdtrRef property.
|
void |
setCdtrRefTp(CreditorReferenceType1 value)
Sets the value of the cdtrRefTp property.
|
protected CreditorReferenceType1 cdtrRefTp
protected String cdtrRef
public CreditorReferenceType1 getCdtrRefTp()
CreditorReferenceType1public void setCdtrRefTp(CreditorReferenceType1 value)
value - allowed object is
CreditorReferenceType1public String getCdtrRef()
StringCopyright © 2020. All rights reserved.