public class TaxAuthorisation1 extends Object
Java-Klasse für TaxAuthorisation1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TaxAuthorisation1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Titl" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max35Text" minOccurs="0"/>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nm |
protected String |
titl |
| Constructor and Description |
|---|
TaxAuthorisation1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNm()
Ruft den Wert der nm-Eigenschaft ab.
|
String |
getTitl()
Ruft den Wert der titl-Eigenschaft ab.
|
void |
setNm(String value)
Legt den Wert der nm-Eigenschaft fest.
|
void |
setTitl(String value)
Legt den Wert der titl-Eigenschaft fest.
|
Copyright © 2017. All rights reserved.