public class CreditorReferenceInformation2 extends Object
Java-Klasse für CreditorReferenceInformation2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der ref-Eigenschaft ab.
|
CreditorReferenceType2 |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
void |
setRef(String value)
Legt den Wert der ref-Eigenschaft fest.
|
void |
setTp(CreditorReferenceType2 value)
Legt den Wert der tp-Eigenschaft fest.
|
protected CreditorReferenceType2 tp
protected String ref
public CreditorReferenceType2 getTp()
CreditorReferenceType2public void setTp(CreditorReferenceType2 value)
value - allowed object is
CreditorReferenceType2public String getRef()
StringCopyright © 2017. All rights reserved.