public class TgCOInfo extends Object
Java class for tgCOInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgCOInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CONo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCONo"/>
<element name="COPhase" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCOPhase" minOccurs="0"/>
<element name="COStatus" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCOStatus" minOccurs="0"/>
<element name="COInit" minOccurs="0">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="Owner"/>
<enumeration value="Contractor"/>
</restriction>
</simpleType>
</element>
<element name="COReas" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgFText" minOccurs="0"/>
<element name="RefBoQCOInfo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="CODate" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
coDate |
protected String |
coInit |
protected int |
coNo |
protected TgCOPhase |
coPhase |
protected TgFText |
coReas |
protected TgCOStatus |
coStatus |
protected String |
refBoQCOInfo |
| Constructor and Description |
|---|
TgCOInfo() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCODate()
Gets the value of the coDate property.
|
String |
getCOInit()
Gets the value of the coInit property.
|
int |
getCONo()
Gets the value of the coNo property.
|
TgCOPhase |
getCOPhase()
Gets the value of the coPhase property.
|
TgFText |
getCOReas()
Gets the value of the coReas property.
|
TgCOStatus |
getCOStatus()
Gets the value of the coStatus property.
|
String |
getRefBoQCOInfo()
Gets the value of the refBoQCOInfo property.
|
void |
setCODate(XMLGregorianCalendar value)
Sets the value of the coDate property.
|
void |
setCOInit(String value)
Sets the value of the coInit property.
|
void |
setCONo(int value)
Sets the value of the coNo property.
|
void |
setCOPhase(TgCOPhase value)
Sets the value of the coPhase property.
|
void |
setCOReas(TgFText value)
Sets the value of the coReas property.
|
void |
setCOStatus(TgCOStatus value)
Sets the value of the coStatus property.
|
void |
setRefBoQCOInfo(String value)
Sets the value of the refBoQCOInfo property.
|
protected int coNo
protected TgCOPhase coPhase
protected TgCOStatus coStatus
protected String coInit
protected TgFText coReas
protected String refBoQCOInfo
protected XMLGregorianCalendar coDate
public int getCONo()
public void setCONo(int value)
value - DOCUMENT ME!public TgCOPhase getCOPhase()
TgCOPhasepublic void setCOPhase(TgCOPhase value)
value - allowed object is TgCOPhasepublic TgCOStatus getCOStatus()
TgCOStatuspublic void setCOStatus(TgCOStatus value)
value - allowed object is TgCOStatuspublic String getCOInit()
Stringpublic void setCOInit(String value)
value - allowed object is Stringpublic TgFText getCOReas()
TgFTextpublic void setCOReas(TgFText value)
value - allowed object is TgFTextpublic String getRefBoQCOInfo()
Stringpublic void setRefBoQCOInfo(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getCODate()
XMLGregorianCalendarpublic void setCODate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarCopyright © 2012–2026 cismet GmbH. All rights reserved.