public class CreditorReferenceInformation1
extends java.lang.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 | Description |
|---|---|---|
protected java.lang.String |
cdtrRef |
|
protected CreditorReferenceType1 |
cdtrRefTp |
| Constructor | Description |
|---|---|
CreditorReferenceInformation1() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getCdtrRef() |
Gets the value of the cdtrRef property.
|
CreditorReferenceType1 |
getCdtrRefTp() |
Gets the value of the cdtrRefTp property.
|
void |
setCdtrRef(java.lang.String value) |
Sets the value of the cdtrRef property.
|
void |
setCdtrRefTp(CreditorReferenceType1 value) |
Sets the value of the cdtrRefTp property.
|
protected CreditorReferenceType1 cdtrRefTp
protected java.lang.String cdtrRef
public CreditorReferenceType1 getCdtrRefTp()
CreditorReferenceType1public void setCdtrRefTp(CreditorReferenceType1 value)
value - allowed object is
CreditorReferenceType1public java.lang.String getCdtrRef()
Stringpublic void setCdtrRef(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.