public class TgBoQBkdn extends Object
Java class for tgBoQBkdn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgBoQBkdn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="Lot"/>
<enumeration value="BoQLevel"/>
<enumeration value="Item"/>
<enumeration value="Index"/>
</restriction>
</simpleType>
</element>
<element name="LblBoQBkdn" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<element name="Length">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgPositiveInteger">
<maxInclusive value="14"/>
</restriction>
</simpleType>
</element>
<element name="Num" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo"/>
<element name="Alignment" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgLeftRight" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgLeftRight |
alignment |
protected String |
lblBoQBkdn |
protected int |
length |
protected TgYesNo |
num |
protected String |
type |
| Constructor and Description |
|---|
TgBoQBkdn() |
| Modifier and Type | Method and Description |
|---|---|
TgLeftRight |
getAlignment()
Gets the value of the alignment property.
|
String |
getLblBoQBkdn()
Gets the value of the lblBoQBkdn property.
|
int |
getLength()
Gets the value of the length property.
|
TgYesNo |
getNum()
Gets the value of the num property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAlignment(TgLeftRight value)
Sets the value of the alignment property.
|
void |
setLblBoQBkdn(String value)
Sets the value of the lblBoQBkdn property.
|
void |
setLength(int value)
Sets the value of the length property.
|
void |
setNum(TgYesNo value)
Sets the value of the num property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String lblBoQBkdn
protected int length
protected TgYesNo num
protected TgLeftRight alignment
public String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic String getLblBoQBkdn()
Stringpublic void setLblBoQBkdn(String value)
value - allowed object is Stringpublic int getLength()
public void setLength(int value)
value - DOCUMENT ME!public TgYesNo getNum()
TgYesNopublic void setNum(TgYesNo value)
value - allowed object is TgYesNopublic TgLeftRight getAlignment()
TgLeftRightpublic void setAlignment(TgLeftRight value)
value - allowed object is TgLeftRightCopyright © 2012–2026 cismet GmbH. All rights reserved.