public class TgTextComplement extends Object
Java class for tgTextComplement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgTextComplement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ComplCaption" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgMLText"/>
<choice minOccurs="0">
<element name="ComplBodyDec" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgComplBodyDec"/>
<element name="ComplBodyInt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgComplBodyInt"/>
</choice>
<element name="ComplBody" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgMLText"/>
<element name="ComplTail" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgMLText"/>
</sequence>
<attribute name="MarkLbl" use="required" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgInteger" />
<attribute name="Kind" use="required">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="Bidder"/>
<enumeration value="Owner"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Empty" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYes" />
<attribute name="ArtChrIdent" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
artChrIdent |
protected TgMLText |
complBody |
protected TgComplBodyDec |
complBodyDec |
protected TgComplBodyInt |
complBodyInt |
protected TgMLText |
complCaption |
protected TgMLText |
complTail |
protected TgYes |
empty |
protected String |
kind |
protected BigInteger |
markLbl |
| Constructor and Description |
|---|
TgTextComplement() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getArtChrIdent()
Gets the value of the artChrIdent property.
|
TgMLText |
getComplBody()
Gets the value of the complBody property.
|
TgComplBodyDec |
getComplBodyDec()
Gets the value of the complBodyDec property.
|
TgComplBodyInt |
getComplBodyInt()
Gets the value of the complBodyInt property.
|
TgMLText |
getComplCaption()
Gets the value of the complCaption property.
|
TgMLText |
getComplTail()
Gets the value of the complTail property.
|
TgYes |
getEmpty()
Gets the value of the empty property.
|
String |
getKind()
Gets the value of the kind property.
|
BigInteger |
getMarkLbl()
Gets the value of the markLbl property.
|
void |
setArtChrIdent(BigInteger value)
Sets the value of the artChrIdent property.
|
void |
setComplBody(TgMLText value)
Sets the value of the complBody property.
|
void |
setComplBodyDec(TgComplBodyDec value)
Sets the value of the complBodyDec property.
|
void |
setComplBodyInt(TgComplBodyInt value)
Sets the value of the complBodyInt property.
|
void |
setComplCaption(TgMLText value)
Sets the value of the complCaption property.
|
void |
setComplTail(TgMLText value)
Sets the value of the complTail property.
|
void |
setEmpty(TgYes value)
Sets the value of the empty property.
|
void |
setKind(String value)
Sets the value of the kind property.
|
void |
setMarkLbl(BigInteger value)
Sets the value of the markLbl property.
|
protected TgMLText complCaption
protected TgComplBodyDec complBodyDec
protected TgComplBodyInt complBodyInt
protected TgMLText complBody
protected TgMLText complTail
protected BigInteger markLbl
protected String kind
protected TgYes empty
protected BigInteger artChrIdent
public TgMLText getComplCaption()
TgMLTextpublic void setComplCaption(TgMLText value)
value - allowed object is TgMLTextpublic TgComplBodyDec getComplBodyDec()
TgComplBodyDecpublic void setComplBodyDec(TgComplBodyDec value)
value - allowed object is TgComplBodyDecpublic TgComplBodyInt getComplBodyInt()
TgComplBodyIntpublic void setComplBodyInt(TgComplBodyInt value)
value - allowed object is TgComplBodyIntpublic TgMLText getComplBody()
TgMLTextpublic void setComplBody(TgMLText value)
value - allowed object is TgMLTextpublic TgMLText getComplTail()
TgMLTextpublic void setComplTail(TgMLText value)
value - allowed object is TgMLTextpublic BigInteger getMarkLbl()
BigIntegerpublic void setMarkLbl(BigInteger value)
value - allowed object is BigIntegerpublic String getKind()
Stringpublic void setKind(String value)
value - allowed object is Stringpublic TgYes getEmpty()
TgYespublic void setEmpty(TgYes value)
value - allowed object is TgYespublic BigInteger getArtChrIdent()
BigIntegerpublic void setArtChrIdent(BigInteger value)
value - allowed object is BigIntegerCopyright © 2012–2026 cismet GmbH. All rights reserved.