public class TgProduct extends Object
Java class for tgProduct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgProduct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddress" minOccurs="0"/>
<element name="AddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddText" maxOccurs="unbounded" minOccurs="0"/>
<element name="Article" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgArticle" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgAddress |
address |
protected List<TgAddText> |
addText |
protected List<TgArticle> |
article |
| Constructor and Description |
|---|
TgProduct() |
| Modifier and Type | Method and Description |
|---|---|
TgAddress |
getAddress()
Gets the value of the address property.
|
List<TgAddText> |
getAddText()
Gets the value of the addText property.
|
List<TgArticle> |
getArticle()
Gets the value of the article property.
|
void |
setAddress(TgAddress value)
Sets the value of the address property.
|
protected TgAddress address
public TgAddress getAddress()
TgAddresspublic void setAddress(TgAddress value)
value - allowed object is TgAddresspublic 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
public List<TgArticle> getArticle()
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 article property.
For example, to add a new item, do as follows:
getArticle().add(newItem);
Objects of the following type(s) are allowed in the list TgArticle
Copyright © 2012–2026 cismet GmbH. All rights reserved.