public class TgLotGrp extends Object
Java class for tgLotGrp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgLotGrp">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LotGrNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString"/>
<element name="RefLotNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefBoQCtgy" maxOccurs="unbounded"/>
<element name="Totals" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgTotals" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
lotGrNo |
protected List<TgRefBoQCtgy> |
refLotNo |
protected TgTotals |
totals |
| Constructor and Description |
|---|
TgLotGrp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Gets the value of the id property.
|
String |
getLotGrNo()
Gets the value of the lotGrNo property.
|
List<TgRefBoQCtgy> |
getRefLotNo()
Gets the value of the refLotNo property.
|
TgTotals |
getTotals()
Gets the value of the totals property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setLotGrNo(String value)
Sets the value of the lotGrNo property.
|
void |
setTotals(TgTotals value)
Sets the value of the totals property.
|
protected String lotGrNo
protected List<TgRefBoQCtgy> refLotNo
protected TgTotals totals
protected String id
public String getLotGrNo()
Stringpublic void setLotGrNo(String value)
value - allowed object is Stringpublic List<TgRefBoQCtgy> getRefLotNo()
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 refLotNo property.
For example, to add a new item, do as follows:
getRefLotNo().add(newItem);
Objects of the following type(s) are allowed in the list TgRefBoQCtgy
public TgTotals getTotals()
TgTotalspublic void setTotals(TgTotals value)
value - allowed object is TgTotalsCopyright © 2012–2026 cismet GmbH. All rights reserved.