public class TgAddress extends Object
Java class for tgAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name1" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40"/>
<element name="Name2" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<element name="Name3" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<element name="Name4" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<element name="Street" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<element name="PCode" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20"/>
<element name="City" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<element name="Country" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<choice minOccurs="0">
<element name="ILN" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20"/>
<element name="CtlgAssign" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCtlgAssign" maxOccurs="unbounded"/>
</choice>
<element name="Contact" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<element name="Phone" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20" minOccurs="0"/>
<element name="Fax" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20" minOccurs="0"/>
<element name="Email" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString256" minOccurs="0"/>
<element name="VATID" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString80" minOccurs="0"/>
<element name="Bank" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgBank" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TgBank> |
bank |
protected String |
city |
protected String |
contact |
protected String |
country |
protected List<TgCtlgAssign> |
ctlgAssign |
protected String |
email |
protected String |
fax |
protected String |
iln |
protected String |
name1 |
protected String |
name2 |
protected String |
name3 |
protected String |
name4 |
protected String |
pCode |
protected String |
phone |
protected String |
street |
protected String |
vatid |
| Constructor and Description |
|---|
TgAddress() |
| Modifier and Type | Method and Description |
|---|---|
List<TgBank> |
getBank()
Gets the value of the bank property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getContact()
Gets the value of the contact property.
|
String |
getCountry()
Gets the value of the country property.
|
List<TgCtlgAssign> |
getCtlgAssign()
Gets the value of the ctlgAssign property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFax()
Gets the value of the fax property.
|
String |
getILN()
Gets the value of the iln property.
|
String |
getName1()
Gets the value of the name1 property.
|
String |
getName2()
Gets the value of the name2 property.
|
String |
getName3()
Gets the value of the name3 property.
|
String |
getName4()
Gets the value of the name4 property.
|
String |
getPCode()
Gets the value of the pCode property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getStreet()
Gets the value of the street property.
|
String |
getVATID()
Gets the value of the vatid property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setILN(String value)
Sets the value of the iln property.
|
void |
setName1(String value)
Sets the value of the name1 property.
|
void |
setName2(String value)
Sets the value of the name2 property.
|
void |
setName3(String value)
Sets the value of the name3 property.
|
void |
setName4(String value)
Sets the value of the name4 property.
|
void |
setPCode(String value)
Sets the value of the pCode property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setStreet(String value)
Sets the value of the street property.
|
void |
setVATID(String value)
Sets the value of the vatid property.
|
protected String name1
protected String name2
protected String name3
protected String name4
protected String street
protected String pCode
protected String city
protected String country
protected String iln
protected List<TgCtlgAssign> ctlgAssign
protected String contact
protected String phone
protected String fax
protected String email
protected String vatid
public String getName1()
Stringpublic void setName1(String value)
value - allowed object is Stringpublic String getName2()
Stringpublic void setName2(String value)
value - allowed object is Stringpublic String getName3()
Stringpublic void setName3(String value)
value - allowed object is Stringpublic String getName4()
Stringpublic void setName4(String value)
value - allowed object is Stringpublic String getStreet()
Stringpublic void setStreet(String value)
value - allowed object is Stringpublic String getPCode()
Stringpublic void setPCode(String value)
value - allowed object is Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is Stringpublic String getILN()
Stringpublic void setILN(String value)
value - allowed object is Stringpublic List<TgCtlgAssign> getCtlgAssign()
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 ctlgAssign property.
For example, to add a new item, do as follows:
getCtlgAssign().add(newItem);
Objects of the following type(s) are allowed in the list TgCtlgAssign
public String getContact()
Stringpublic void setContact(String value)
value - allowed object is Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is Stringpublic String getFax()
Stringpublic void setFax(String value)
value - allowed object is Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is Stringpublic String getVATID()
Stringpublic void setVATID(String value)
value - allowed object is Stringpublic List<TgBank> getBank()
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 bank property.
For example, to add a new item, do as follows:
getBank().add(newItem);
Objects of the following type(s) are allowed in the list TgBank
Copyright © 2012–2026 cismet GmbH. All rights reserved.