public class TgMarkupItem extends Object
Java class for tgMarkupItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgMarkupItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence minOccurs="0">
<element name="ALNGroupNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgALNGroupNo"/>
<element name="ALNSerNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgALNSerNo"/>
<element name="Accepted" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAccepted" minOccurs="0"/>
</sequence>
<element name="Provis" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgProvis" minOccurs="0"/>
<element name="ProvisAccpt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo" minOccurs="0"/>
<element name="NotAppl" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNotAppl" minOccurs="0"/>
<element name="HourIt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgHourIt" minOccurs="0"/>
<element name="KeyIt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgKeyIt" minOccurs="0"/>
<sequence minOccurs="0">
<element name="CONo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCONo"/>
<element name="COStatus" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCOStatus"/>
</sequence>
<element name="RefDescr" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefDescr" minOccurs="0"/>
<choice minOccurs="0">
<element name="RefRNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefItem"/>
<element name="RefPerfNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefItem"/>
</choice>
<element name="MarkupType">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="IdentAsMark"/>
<enumeration value="AllInCat"/>
<enumeration value="ListInSubQty"/>
</restriction>
</simpleType>
</element>
<element name="MarkupSubQty" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgMarkupSubQty" maxOccurs="unbounded" minOccurs="0"/>
<element name="ITMarkup" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2" minOccurs="0"/>
<element name="Markup" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2" minOccurs="0"/>
<element name="DiscountPcnt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2" minOccurs="0"/>
<element name="IT" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2" minOccurs="0"/>
<element name="Description" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDescription"/>
<element name="CtlgAssign" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCtlgAssign" maxOccurs="unbounded" minOccurs="0"/>
<element name="AlterBidStatus" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAlterBidStatus" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="RNoPart" use="required" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRNoPart" />
<attribute name="RNoIndex" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRNoIndex" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgAccepted |
accepted |
protected Integer |
alnGroupNo |
protected Integer |
alnSerNo |
protected TgAlterBidStatus |
alterBidStatus |
protected Integer |
coNo |
protected TgCOStatus |
coStatus |
protected List<TgCtlgAssign> |
ctlgAssign |
protected TgDescription |
description |
protected BigDecimal |
discountPcnt |
protected TgYesNo |
hourIt |
protected String |
id |
protected BigDecimal |
it |
protected BigDecimal |
itMarkup |
protected TgYesNo |
keyIt |
protected BigDecimal |
markup |
protected List<TgMarkupSubQty> |
markupSubQty |
protected String |
markupType |
protected TgYesNo |
notAppl |
protected TgProvis |
provis |
protected TgYesNo |
provisAccpt |
protected TgRefDescr |
refDescr |
protected TgRefItem |
refPerfNo |
protected TgRefItem |
refRNo |
protected String |
rNoIndex |
protected String |
rNoPart |
| Constructor and Description |
|---|
TgMarkupItem() |
| Modifier and Type | Method and Description |
|---|---|
TgAccepted |
getAccepted()
Gets the value of the accepted property.
|
Integer |
getALNGroupNo()
Gets the value of the alnGroupNo property.
|
Integer |
getALNSerNo()
Gets the value of the alnSerNo property.
|
TgAlterBidStatus |
getAlterBidStatus()
Gets the value of the alterBidStatus property.
|
Integer |
getCONo()
Gets the value of the coNo property.
|
TgCOStatus |
getCOStatus()
Gets the value of the coStatus property.
|
List<TgCtlgAssign> |
getCtlgAssign()
Gets the value of the ctlgAssign property.
|
TgDescription |
getDescription()
Gets the value of the description property.
|
BigDecimal |
getDiscountPcnt()
Gets the value of the discountPcnt property.
|
TgYesNo |
getHourIt()
Gets the value of the hourIt property.
|
String |
getID()
Gets the value of the id property.
|
BigDecimal |
getIT()
Gets the value of the it property.
|
BigDecimal |
getITMarkup()
Gets the value of the itMarkup property.
|
TgYesNo |
getKeyIt()
Gets the value of the keyIt property.
|
BigDecimal |
getMarkup()
Gets the value of the markup property.
|
List<TgMarkupSubQty> |
getMarkupSubQty()
Gets the value of the markupSubQty property.
|
String |
getMarkupType()
Gets the value of the markupType property.
|
TgYesNo |
getNotAppl()
Gets the value of the notAppl property.
|
TgProvis |
getProvis()
Gets the value of the provis property.
|
TgYesNo |
getProvisAccpt()
Gets the value of the provisAccpt property.
|
TgRefDescr |
getRefDescr()
Gets the value of the refDescr property.
|
TgRefItem |
getRefPerfNo()
Gets the value of the refPerfNo property.
|
TgRefItem |
getRefRNo()
Gets the value of the refRNo property.
|
String |
getRNoIndex()
Gets the value of the rNoIndex property.
|
String |
getRNoPart()
Gets the value of the rNoPart property.
|
void |
setAccepted(TgAccepted value)
Sets the value of the accepted property.
|
void |
setALNGroupNo(Integer value)
Sets the value of the alnGroupNo property.
|
void |
setALNSerNo(Integer value)
Sets the value of the alnSerNo property.
|
void |
setAlterBidStatus(TgAlterBidStatus value)
Sets the value of the alterBidStatus property.
|
void |
setCONo(Integer value)
Sets the value of the coNo property.
|
void |
setCOStatus(TgCOStatus value)
Sets the value of the coStatus property.
|
void |
setDescription(TgDescription value)
Sets the value of the description property.
|
void |
setDiscountPcnt(BigDecimal value)
Sets the value of the discountPcnt property.
|
void |
setHourIt(TgYesNo value)
Sets the value of the hourIt property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setIT(BigDecimal value)
Sets the value of the it property.
|
void |
setITMarkup(BigDecimal value)
Sets the value of the itMarkup property.
|
void |
setKeyIt(TgYesNo value)
Sets the value of the keyIt property.
|
void |
setMarkup(BigDecimal value)
Sets the value of the markup property.
|
void |
setMarkupType(String value)
Sets the value of the markupType property.
|
void |
setNotAppl(TgYesNo value)
Sets the value of the notAppl property.
|
void |
setProvis(TgProvis value)
Sets the value of the provis property.
|
void |
setProvisAccpt(TgYesNo value)
Sets the value of the provisAccpt property.
|
void |
setRefDescr(TgRefDescr value)
Sets the value of the refDescr property.
|
void |
setRefPerfNo(TgRefItem value)
Sets the value of the refPerfNo property.
|
void |
setRefRNo(TgRefItem value)
Sets the value of the refRNo property.
|
void |
setRNoIndex(String value)
Sets the value of the rNoIndex property.
|
void |
setRNoPart(String value)
Sets the value of the rNoPart property.
|
protected Integer alnGroupNo
protected Integer alnSerNo
protected TgAccepted accepted
protected TgProvis provis
protected TgYesNo provisAccpt
protected TgYesNo notAppl
protected TgYesNo hourIt
protected TgYesNo keyIt
protected Integer coNo
protected TgCOStatus coStatus
protected TgRefDescr refDescr
protected TgRefItem refRNo
protected TgRefItem refPerfNo
protected String markupType
protected List<TgMarkupSubQty> markupSubQty
protected BigDecimal itMarkup
protected BigDecimal markup
protected BigDecimal discountPcnt
protected BigDecimal it
protected TgDescription description
protected List<TgCtlgAssign> ctlgAssign
protected TgAlterBidStatus alterBidStatus
protected String id
protected String rNoPart
protected String rNoIndex
public Integer getALNGroupNo()
Integerpublic void setALNGroupNo(Integer value)
value - allowed object is Integerpublic Integer getALNSerNo()
Integerpublic void setALNSerNo(Integer value)
value - allowed object is Integerpublic TgAccepted getAccepted()
TgAcceptedpublic void setAccepted(TgAccepted value)
value - allowed object is TgAcceptedpublic TgProvis getProvis()
TgProvispublic void setProvis(TgProvis value)
value - allowed object is TgProvispublic TgYesNo getProvisAccpt()
TgYesNopublic void setProvisAccpt(TgYesNo value)
value - allowed object is TgYesNopublic TgYesNo getNotAppl()
TgYesNopublic void setNotAppl(TgYesNo value)
value - allowed object is TgYesNopublic TgYesNo getHourIt()
TgYesNopublic void setHourIt(TgYesNo value)
value - allowed object is TgYesNopublic TgYesNo getKeyIt()
TgYesNopublic void setKeyIt(TgYesNo value)
value - allowed object is TgYesNopublic Integer getCONo()
Integerpublic void setCONo(Integer value)
value - allowed object is Integerpublic TgCOStatus getCOStatus()
TgCOStatuspublic void setCOStatus(TgCOStatus value)
value - allowed object is TgCOStatuspublic TgRefDescr getRefDescr()
TgRefDescrpublic void setRefDescr(TgRefDescr value)
value - allowed object is TgRefDescrpublic TgRefItem getRefRNo()
TgRefItempublic void setRefRNo(TgRefItem value)
value - allowed object is TgRefItempublic TgRefItem getRefPerfNo()
TgRefItempublic void setRefPerfNo(TgRefItem value)
value - allowed object is TgRefItempublic String getMarkupType()
Stringpublic void setMarkupType(String value)
value - allowed object is Stringpublic List<TgMarkupSubQty> getMarkupSubQty()
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 markupSubQty property.
For example, to add a new item, do as follows:
getMarkupSubQty().add(newItem);
Objects of the following type(s) are allowed in the list TgMarkupSubQty
public BigDecimal getITMarkup()
BigDecimalpublic void setITMarkup(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getMarkup()
BigDecimalpublic void setMarkup(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getDiscountPcnt()
BigDecimalpublic void setDiscountPcnt(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getIT()
BigDecimalpublic void setIT(BigDecimal value)
value - allowed object is BigDecimalpublic TgDescription getDescription()
TgDescriptionpublic void setDescription(TgDescription value)
value - allowed object is TgDescriptionpublic List<TgCtlgAssign> getCtlgAssign()
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 ctlgAssign property.
For example, to add a new item, do as follows:
getCtlgAssign().add(newItem);
Objects of the following type(s) are allowed in the list TgCtlgAssign
public TgAlterBidStatus getAlterBidStatus()
TgAlterBidStatuspublic void setAlterBidStatus(TgAlterBidStatus value)
value - allowed object is TgAlterBidStatuspublic void setID(String value)
value - allowed object is Stringpublic String getRNoPart()
Stringpublic void setRNoPart(String value)
value - allowed object is Stringpublic String getRNoIndex()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.