public class TgPrjInfo extends Object
Java class for tgPrjInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgPrjInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamePrj" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60"/>
<element name="LblPrj" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString100" minOccurs="0"/>
<element name="Descrip" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgFText" minOccurs="0"/>
<sequence minOccurs="0">
<element name="Cur" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCur"/>
<element name="CurLbl" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCurLbl" minOccurs="0"/>
</sequence>
<element name="BidCommPerm" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo" minOccurs="0"/>
<element name="AlterBidPerm" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYes" minOccurs="0"/>
<element name="Communication" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCommunication" maxOccurs="unbounded" minOccurs="0"/>
<element name="AddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddText" maxOccurs="unbounded" minOccurs="0"/>
<element name="UPFracDig" minOccurs="0">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgInteger">
<minInclusive value="2"/>
<maxInclusive value="3"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TgAddText> |
addText |
protected TgYes |
alterBidPerm |
protected TgYesNo |
bidCommPerm |
protected List<TgCommunication> |
communication |
protected String |
cur |
protected String |
curLbl |
protected TgFText |
descrip |
protected String |
lblPrj |
protected String |
namePrj |
protected Integer |
upFracDig |
| Constructor and Description |
|---|
TgPrjInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<TgAddText> |
getAddText()
Gets the value of the addText property.
|
TgYes |
getAlterBidPerm()
Gets the value of the alterBidPerm property.
|
TgYesNo |
getBidCommPerm()
Gets the value of the bidCommPerm property.
|
List<TgCommunication> |
getCommunication()
Gets the value of the communication property.
|
String |
getCur()
Gets the value of the cur property.
|
String |
getCurLbl()
Gets the value of the curLbl property.
|
TgFText |
getDescrip()
Gets the value of the descrip property.
|
String |
getLblPrj()
Gets the value of the lblPrj property.
|
String |
getNamePrj()
Gets the value of the namePrj property.
|
Integer |
getUPFracDig()
Gets the value of the upFracDig property.
|
void |
setAlterBidPerm(TgYes value)
Sets the value of the alterBidPerm property.
|
void |
setBidCommPerm(TgYesNo value)
Sets the value of the bidCommPerm property.
|
void |
setCur(String value)
Sets the value of the cur property.
|
void |
setCurLbl(String value)
Sets the value of the curLbl property.
|
void |
setDescrip(TgFText value)
Sets the value of the descrip property.
|
void |
setLblPrj(String value)
Sets the value of the lblPrj property.
|
void |
setNamePrj(String value)
Sets the value of the namePrj property.
|
void |
setUPFracDig(Integer value)
Sets the value of the upFracDig property.
|
protected String namePrj
protected String lblPrj
protected TgFText descrip
protected String cur
protected String curLbl
protected TgYesNo bidCommPerm
protected TgYes alterBidPerm
protected List<TgCommunication> communication
protected Integer upFracDig
public String getNamePrj()
Stringpublic void setNamePrj(String value)
value - allowed object is Stringpublic String getLblPrj()
Stringpublic void setLblPrj(String value)
value - allowed object is Stringpublic TgFText getDescrip()
TgFTextpublic void setDescrip(TgFText value)
value - allowed object is TgFTextpublic String getCur()
Stringpublic void setCur(String value)
value - allowed object is Stringpublic String getCurLbl()
Stringpublic void setCurLbl(String value)
value - allowed object is Stringpublic TgYesNo getBidCommPerm()
TgYesNopublic void setBidCommPerm(TgYesNo value)
value - allowed object is TgYesNopublic TgYes getAlterBidPerm()
TgYespublic void setAlterBidPerm(TgYes value)
value - allowed object is TgYespublic List<TgCommunication> getCommunication()
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 communication property.
For example, to add a new item, do as follows:
getCommunication().add(newItem);
Objects of the following type(s) are allowed in the list TgCommunication
public 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
public Integer getUPFracDig()
IntegerCopyright © 2012–2026 cismet GmbH. All rights reserved.