public class TgOWN extends Object
Java class for tgOWN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgOWN">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddress"/>
<element name="DPNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="AwardNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="AcctRecNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20" minOccurs="0"/>
<sequence minOccurs="0">
<element name="CntryType" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCntryType"/>
<element name="CntryName" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCntryName" minOccurs="0"/>
</sequence>
<element name="AddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acctRecNo |
protected TgAddress |
address |
protected List<TgAddText> |
addText |
protected String |
awardNo |
protected String |
cntryName |
protected TgCntryType |
cntryType |
protected String |
dpNo |
| Constructor and Description |
|---|
TgOWN() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcctRecNo()
Gets the value of the acctRecNo property.
|
TgAddress |
getAddress()
Gets the value of the address property.
|
List<TgAddText> |
getAddText()
Gets the value of the addText property.
|
String |
getAwardNo()
Gets the value of the awardNo property.
|
String |
getCntryName()
Gets the value of the cntryName property.
|
TgCntryType |
getCntryType()
Gets the value of the cntryType property.
|
String |
getDPNo()
Gets the value of the dpNo property.
|
void |
setAcctRecNo(String value)
Sets the value of the acctRecNo property.
|
void |
setAddress(TgAddress value)
Sets the value of the address property.
|
void |
setAwardNo(String value)
Sets the value of the awardNo property.
|
void |
setCntryName(String value)
Sets the value of the cntryName property.
|
void |
setCntryType(TgCntryType value)
Sets the value of the cntryType property.
|
void |
setDPNo(String value)
Sets the value of the dpNo property.
|
protected TgAddress address
protected String dpNo
protected String awardNo
protected String acctRecNo
protected TgCntryType cntryType
protected String cntryName
public TgAddress getAddress()
TgAddresspublic void setAddress(TgAddress value)
value - allowed object is TgAddresspublic String getDPNo()
Stringpublic void setDPNo(String value)
value - allowed object is Stringpublic String getAwardNo()
Stringpublic void setAwardNo(String value)
value - allowed object is Stringpublic String getAcctRecNo()
Stringpublic void setAcctRecNo(String value)
value - allowed object is Stringpublic TgCntryType getCntryType()
TgCntryTypepublic void setCntryType(TgCntryType value)
value - allowed object is TgCntryTypepublic String getCntryName()
Stringpublic void setCntryName(String value)
value - allowed object is Stringpublic List<TgAddText> getAddText()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the JAXB object. This is why there is not a set method
for the addText property.
For example, to add a new item, do as follows:
getAddText().add(newItem);
Objects of the following type(s) are allowed in the list TgAddText
Copyright © 2012–2026 cismet GmbH. All rights reserved.