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