public class ProprietaryReference1 extends Object
Java-Klasse für ProprietaryReference1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ProprietaryReference1">
<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}Max35Text"/>
<element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ref |
protected String |
tp |
| Constructor and Description |
|---|
ProprietaryReference1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRef()
Ruft den Wert der ref-Eigenschaft ab.
|
String |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
void |
setRef(String value)
Legt den Wert der ref-Eigenschaft fest.
|
void |
setTp(String value)
Legt den Wert der tp-Eigenschaft fest.
|
Copyright © 2017. All rights reserved.