public class TgBank extends Object
Java class for tgBank complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgBank">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LblBank" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString80"/>
<element name="BRNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString30"/>
<element name="AcctNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acctNo |
protected String |
brNo |
protected String |
lblBank |
| Constructor and Description |
|---|
TgBank() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcctNo()
Gets the value of the acctNo property.
|
String |
getBRNo()
Gets the value of the brNo property.
|
String |
getLblBank()
Gets the value of the lblBank property.
|
void |
setAcctNo(String value)
Sets the value of the acctNo property.
|
void |
setBRNo(String value)
Sets the value of the brNo property.
|
void |
setLblBank(String value)
Sets the value of the lblBank property.
|
protected String lblBank
protected String brNo
protected String acctNo
public String getLblBank()
Stringpublic void setLblBank(String value)
value - allowed object is Stringpublic String getBRNo()
Stringpublic void setBRNo(String value)
value - allowed object is Stringpublic String getAcctNo()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.