public class TgArticle extends Object
Java class for tgArticle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgArticle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Brand" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="ArtNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString15" minOccurs="0"/>
<element name="Qty" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_11_3" minOccurs="0"/>
<element name="QU" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString4" minOccurs="0"/>
<element name="ArtOutline" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgMLText"/>
<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 List<TgAddText> |
addText |
protected String |
artNo |
protected TgMLText |
artOutline |
protected String |
brand |
protected BigDecimal |
qty |
protected String |
qu |
| Constructor and Description |
|---|
TgArticle() |
| Modifier and Type | Method and Description |
|---|---|
List<TgAddText> |
getAddText()
Gets the value of the addText property.
|
String |
getArtNo()
Gets the value of the artNo property.
|
TgMLText |
getArtOutline()
Gets the value of the artOutline property.
|
String |
getBrand()
Gets the value of the brand property.
|
BigDecimal |
getQty()
Gets the value of the qty property.
|
String |
getQU()
Gets the value of the qu property.
|
void |
setArtNo(String value)
Sets the value of the artNo property.
|
void |
setArtOutline(TgMLText value)
Sets the value of the artOutline property.
|
void |
setBrand(String value)
Sets the value of the brand property.
|
void |
setQty(BigDecimal value)
Sets the value of the qty property.
|
void |
setQU(String value)
Sets the value of the qu property.
|
protected String brand
protected String artNo
protected BigDecimal qty
protected String qu
protected TgMLText artOutline
public String getBrand()
Stringpublic void setBrand(String value)
value - allowed object is Stringpublic String getArtNo()
Stringpublic void setArtNo(String value)
value - allowed object is Stringpublic BigDecimal getQty()
BigDecimalpublic void setQty(BigDecimal value)
value - allowed object is BigDecimalpublic void setQU(String value)
value - allowed object is Stringpublic TgMLText getArtOutline()
TgMLTextpublic void setArtOutline(TgMLText value)
value - allowed object is TgMLTextpublic 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.