public class TgCTR extends Object
Java class for tgCTR complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgCTR">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddress"/>
<element name="DPNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="AwardNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="AcctsPayNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20" minOccurs="0"/>
<element name="BidderNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString8" minOccurs="0"/>
<sequence minOccurs="0">
<element name="CntryType" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCntryType"/>
<element name="CntryName" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCntryName" minOccurs="0"/>
</sequence>
<element name="SectorType" minOccurs="0">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="Crafts"/>
<enumeration value="Industry"/>
<enumeration value="Dealer"/>
<enumeration value="UtilityComp"/>
<enumeration value="Other"/>
</restriction>
</simpleType>
</element>
<element name="PrefBidType" minOccurs="0">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="DisplPers"/>
<enumeration value="Refugee"/>
<enumeration value="Persecutee"/>
<enumeration value="WrkShopForDis"/>
<enumeration value="WrkShopForBli"/>
<enumeration value="Other"/>
</restriction>
</simpleType>
</element>
<element name="SCType" minOccurs="0">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="InHouseWrk"/>
<enumeration value="DespInHouseCap"/>
<enumeration value="LackOfInHouseCap"/>
</restriction>
</simpleType>
</element>
<element name="InsAs" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgInsAs" minOccurs="0"/>
<element name="AddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acctsPayNo |
protected TgAddress |
address |
protected List<TgAddText> |
addText |
protected String |
awardNo |
protected String |
bidderNo |
protected String |
cntryName |
protected TgCntryType |
cntryType |
protected String |
dpNo |
protected TgInsAs |
insAs |
protected String |
prefBidType |
protected String |
scType |
protected String |
sectorType |
| Constructor and Description |
|---|
TgCTR() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcctsPayNo()
Gets the value of the acctsPayNo property.
|
TgAddress |
getAddress()
Gets the value of the address property.
|
List<TgAddText> |
getAddText()
Gets the value of the addText property.
|
String |
getAwardNo()
Gets the value of the awardNo property.
|
String |
getBidderNo()
Gets the value of the bidderNo property.
|
String |
getCntryName()
Gets the value of the cntryName property.
|
TgCntryType |
getCntryType()
Gets the value of the cntryType property.
|
String |
getDPNo()
Gets the value of the dpNo property.
|
TgInsAs |
getInsAs()
Gets the value of the insAs property.
|
String |
getPrefBidType()
Gets the value of the prefBidType property.
|
String |
getSCType()
Gets the value of the scType property.
|
String |
getSectorType()
Gets the value of the sectorType property.
|
void |
setAcctsPayNo(String value)
Sets the value of the acctsPayNo property.
|
void |
setAddress(TgAddress value)
Sets the value of the address property.
|
void |
setAwardNo(String value)
Sets the value of the awardNo property.
|
void |
setBidderNo(String value)
Sets the value of the bidderNo property.
|
void |
setCntryName(String value)
Sets the value of the cntryName property.
|
void |
setCntryType(TgCntryType value)
Sets the value of the cntryType property.
|
void |
setDPNo(String value)
Sets the value of the dpNo property.
|
void |
setInsAs(TgInsAs value)
Sets the value of the insAs property.
|
void |
setPrefBidType(String value)
Sets the value of the prefBidType property.
|
void |
setSCType(String value)
Sets the value of the scType property.
|
void |
setSectorType(String value)
Sets the value of the sectorType property.
|
protected TgAddress address
protected String dpNo
protected String awardNo
protected String acctsPayNo
protected String bidderNo
protected TgCntryType cntryType
protected String cntryName
protected String sectorType
protected String prefBidType
protected String scType
protected TgInsAs insAs
public TgAddress getAddress()
TgAddresspublic void setAddress(TgAddress value)
value - allowed object is TgAddresspublic String getDPNo()
Stringpublic void setDPNo(String value)
value - allowed object is Stringpublic String getAwardNo()
Stringpublic void setAwardNo(String value)
value - allowed object is Stringpublic String getAcctsPayNo()
Stringpublic void setAcctsPayNo(String value)
value - allowed object is Stringpublic String getBidderNo()
Stringpublic void setBidderNo(String value)
value - allowed object is Stringpublic TgCntryType getCntryType()
TgCntryTypepublic void setCntryType(TgCntryType value)
value - allowed object is TgCntryTypepublic String getCntryName()
Stringpublic void setCntryName(String value)
value - allowed object is Stringpublic String getSectorType()
Stringpublic void setSectorType(String value)
value - allowed object is Stringpublic String getPrefBidType()
Stringpublic void setPrefBidType(String value)
value - allowed object is Stringpublic String getSCType()
Stringpublic void setSCType(String value)
value - allowed object is Stringpublic TgInsAs getInsAs()
TgInsAspublic void setInsAs(TgInsAs value)
value - allowed object is TgInsAspublic 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
Copyright © 2012–2026 cismet GmbH. All rights reserved.